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.
16KB Friend got SRAM overflow with the blinky project (blinky_friend16). It is no use to continue to support it
boot_friend16
blinky_friend16
32KB LE Friend bsp is ported with
boot_friend32
blinky_friend32
bleprph_friend32
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
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.