chipset: fix warnings
chipset/bcm: detect CYW5551x for firmware download
chipset/bcm: fix warnings
chipset/bcm: provide sleep for Visual Studio
chipset/bcm: map strncasecmp for Visual Studio
chipset/bcm: fix wrong include
chipset/bcm: detect controller in autobaud mode based on manufacturer/lmp subversion
chipset/bcm: print local version information from ROM
chipset/bcm: sync on hci complete for HCI Reset
chipset/bcm: instruct user to reset controller with cts asserted
- chipset/bcm: look for PatchRAM file DEVICE_NAME...hcd
chipset/bcm: avoid sprintf
chipset: more fixes
chipset/bcm: use tinydir instead of dirent
chipset/bcm: use fopen instead of open
chipset: cmake files for bcm and cc256x
license: update text
chipset: add download firmware function with btstack_uart_t driver param
chipset/bcm: wait 300 ms after PatchRAM update in hci.c to assert Controller is ready
hci: fix compile
chipset: assert hci packet buffers are suitable for firmware upload or patches (atwilc3000,bcm,cc256x,intel)
MISRAC2012-Rule-14.4_d: use while(true) instead of while(1)
bcm: skip reset baud rate after init script if init script is empty, e.g. CYW20707
Use BTSTACK_FILE__ without __ prefix (MISRAC2012-Rule-21.1)
12