Skip to content

Commit

Permalink
Deprecate certain MCU and Arduino platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
ErisMik committed Feb 4, 2025
1 parent 40b0c75 commit b5e3e2c
Show file tree
Hide file tree
Showing 391 changed files with 1 addition and 362,179 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ applications. It is
- using deep neural networks trained in real-world environments.
- compact and computationally-efficient. It is perfect for IoT.
- cross-platform:
- Arm Cortex-M, STM32, Arduino, and i.MX RT
- Arm Cortex-M, STM32 and Arduino
- Raspberry Pi (Zero, 3, 4, 5)
- Android and iOS
- Chrome, Safari, Firefox, and Edge
Expand Down
3 changes: 0 additions & 3 deletions demo/mcu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

This package provides demo projects for the following development boards:

- [STM32F407G-DISC1](stm32f407)
- [STM32F411E-DISCO](stm32f411)
- [STM32F769I-DISCO](stm32f769)
- [IMXRT1050-EVKB](imxrt1050)

You can also find packages for specific Arduino boards by searching for `porcupine` or `picovoice` in the Arduino library manager.
3 changes: 0 additions & 3 deletions demo/mcu/generate_pv_params_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,7 @@ def ppn_to_c_array(ppn_file_path):
"zh": ("你好电脑",),
}
include_folders = [
"imxrt1050/imxrt1050-evkb/inc",
"stm32f407/stm32f407g-disc1/Inc/",
"stm32f411/stm32f411e-disco/Inc/",
"stm32f769/stm32f769i-disco/Inc/",
]

generate_pv_params(wake_words, include_folders)
80 changes: 0 additions & 80 deletions demo/mcu/imxrt1050/README.md

This file was deleted.

Loading

0 comments on commit b5e3e2c

Please sign in to comment.