mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-26 12:35:25 +00:00
15 lines
273 B
Markdown
15 lines
273 B
Markdown
# Maintainer Notes
|
|
|
|
With STM32CubeMX:
|
|
- configure Bluetooth UART
|
|
|
|
## Update STM32F4 Cube HAL
|
|
- Open STM32CubeMX project
|
|
- Enable: SPI, I2S, I2C
|
|
- Generate Code
|
|
- Commit updated drivers
|
|
- Revert STM32CubeMX project
|
|
|
|
We do this as the Audio BSP configures I2S, I2C manually
|
|
|