Skip to content

Commit dcabc29

Browse files
committed
added notes/support for ESP32C6 processors
1 parent 3b6555d commit dcabc29

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The breakout board comes with the BMV080 populated and takes advantage of its fl
3232
> m33 (example: [SparkFun RedBoard IoT - RP2350](https://www.sparkfun.com/sparkfun-iot-redboard-rp2350.html))
3333
3434
> [!TIP]
35-
> The release of the Bosch SDK v11.2.0 on July 12th, 2025 added support for the RP2350 processor (m33).
35+
> The release of the Bosch SDK v11.2.0 on July 12th, 2025 added support for the RP2350 processor (m33) and the ESP32-C6 processor (riscv_rv32imc)
3636
3737
## Functionality
3838

@@ -115,6 +115,8 @@ From the Bosch SDK, the following files are copied into the specified library lo
115115
|api/api/lib/xtensa_esp32s2/xtensa_esp32s2_elf_gcc/release/lib_bmv080.a | src/esp32s2/lib_bmv080.a|
116116
|api/api/lib/xtensa_esp32s3/xtensa_esp32s3_elf_gcc/release/lib_postProcessor.a | src/esp32s3/lib_postProcessor.a|
117117
|api/api/lib/xtensa_esp32s3/xtensa_esp32s3_elf_gcc/release/lib_bmv080.a | src/esp32s3/lib_bmv080.a|
118+
|api/api/lib/riscv_rv32imc/riscv_none_elf_gcc/release/lib_postProcessor.a | src/esp32c6/lib_postProcessor.a|
119+
|api/api/lib/riscv_rv32imc/riscv_none_elf_gcc/release/lib_bmv080.a | src/esp32c6/lib_bmv080.a|
118120
|api/api/lib/arm_cortex_m0plus/xarm_none_eabi_gcc/release/lib_postProcessor.a | src/cortex-m0plus/lib_postProcessor.a|
119121
|api/api/lib/arm_cortex_m0plus/arm_none_eabi_gcc/release/lib_bmv080.a | src/cortex-m0plus/lib_bmv080.a|
120122
|api/api/lib/arm_cortex_m33/xarm_none_eabi_gcc/release/lib_postProcessor.a | src/cortex-m33/lib_postProcessor.a|

src/esp32c6/lib_bmv080.a

128 KB
Binary file not shown.

src/esp32c6/lib_postProcessor.a

152 KB
Binary file not shown.

0 commit comments

Comments
 (0)