[beken-72xx] Add initial BK7231Q support, add WA2 board

This commit is contained in:
Kuba Szczodrzyński
2023-06-20 17:22:12 +02:00
parent 05e13dafed
commit 273a86532b
18 changed files with 753 additions and 18 deletions

View File

@@ -116,7 +116,7 @@ Options for controlling default UART log output.
### Misc options
- `LT_USE_TIME` (0) - enables implementation of `gettimeofday()` and `settimeofday()`; checks for `millis()` overflows periodically
- `LT_MICROS_HIGH_RES` (1) - count runtime microseconds using a high-resolution timer; disable if your application doesn't need `micros()`
- `LT_MICROS_HIGH_RES` (1) - count runtime microseconds using a high-resolution timer (if possible); disable if your application doesn't need `micros()`
- `LT_AUTO_DOWNLOAD_REBOOT` (1) - automatically reboot into "download mode" after detecting a flashing protocol command; [read more](../flashing/tools/adr.md)
### Family feature config