micropython/extmod/nimble
Jim Mussared 902bb4ceae stm32: Extract port-specific Nimble implementation.
On other ports (e.g. ESP32) they provide a complete Nimble implementation
(i.e. we don't need to use the code in extmod/nimble). This change
extracts out the bits that we don't need to use in other ports:
 - malloc/free/realloc for Nimble memory.
 - pendsv poll handler
 - depowering the cywbt

Also cleans up the root pointer management.
2019-10-08 14:40:35 +11:00
..
bsp extmod/nimble: Add nimble bindings. 2019-10-01 09:51:02 +10:00
hal extmod/nimble: Add nimble bindings. 2019-10-01 09:51:02 +10:00
nimble stm32: Extract port-specific Nimble implementation. 2019-10-08 14:40:35 +11:00
syscfg extmod/nimble: Add nimble bindings. 2019-10-01 09:51:02 +10:00
nimble.mk extmod/nimble: Add nimble bindings. 2019-10-01 09:51:02 +10:00