opengitway / btstack

Automatically exported from code.google.com/p/btstack
0 stars 0 forks source link

Port: PIC32MX #407

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I make PIC32MX port code for btstack on Mac OS X.

This source use Pinguino's gcc and  "Microchip Libraries for Applications"  and 
xc32.

Please change Makefile define for your environment.  

Also some src/ble folder code use printf. This is not familiar at embed system. 
Please
change to log_info.

Regards.

Original issue reported on code.google.com by yamori...@yahoo.co.jp on 21 Jul 2014 at 5:00

Attachments:

GoogleCodeExporter commented 9 years ago
Hi! Thanks for this. I don't have experience with PICs (well, I had back in the 
days with the PIC16F84 and horrible C compilers), but I have the Microchip 
Bluetooth Audio Development Kit and a programmer for it.

I still have to find a way to integrate ports into repository (I need some 
structure without duplicating everything for similar boards etc).

Original comment by matthias.ringwald@gmail.com on 22 Jul 2014 at 8:52