adafruit / Adafruit_Mynewt

Apache Mynewt documentation and test project for the nRF5x family of BLE SoCs
MIT License
8 stars 3 forks source link

Add Adafruit Bluefruit LE Friend BSP #6

Closed microbuilder closed 8 years ago

microbuilder commented 8 years ago

A BSP should be added for the nRF51822 based Bluefruit LE Friend, since this is the only board with an SWD connector available: https://www.adafruit.com/product/2267

A 16KB and 32KB version should be added is possible. I think with full access to the SRAM on the devices, 16KB may still be enough SRAM, although the dual-bank flash approach of image management with newt may still pose a problem in the future.

This can be a straight UART bridge application for now that ignores the MODE switch.

hathach commented 8 years ago

unfortunately our project bleuart_friend32 got SRAM overflow due to several RTOS task stack and the support of both newtmgr over serial and ble. Later on we will try to reduce memory usage later