bluekitchen / btstack

Dual-mode Bluetooth stack, with small memory footprint.
http://bluekitchen-gmbh.com
Other
1.74k stars 618 forks source link

add port of smt32f103_csr8311 #471

Closed xihua13104 closed 1 year ago

mringwal commented 1 year ago

Hi! Thanks for the pull request. It's a quite large and touches many areas. Would you be interested in splitting it in smaller parts?

You've also added mbedtls, which uses dynamic memory and we try to avoid that in the stack. Was it used for mcu-boot? mcu-boot is some kind of bootloader, right? Did you use use mcu-boot to provide firmware update capability?