Main PY32F003 application firmware for TEST-O Robot Addon Buddy Badge
Go to file
true 23bb69096f Fix platformio.ini to use SVD file
For some reason, SVD files specified in the board.json are relative to the vscode path, but the ones specified in platform.io are relative to the project path. Specify the SVD in platformio.ini to use it.
2023-10-21 07:32:48 -07:00
.vscode Initial repository layout, add datasheets and device pack 2023-10-16 14:26:16 -07:00
boards Move original .svd files to misc/svd/original 2023-10-21 07:12:48 -07:00
datasheet Initial repository layout, add datasheets and device pack 2023-10-16 14:26:16 -07:00
include WIP code 2023-10-21 04:43:58 -07:00
lib WIP code 2023-10-21 04:43:58 -07:00
misc/svd Add fixed SVD file for PY32F0xx series 2023-10-21 07:31:36 -07:00
src Do not enable unused clocks 2023-10-21 04:45:40 -07:00
test Initial repository layout, add datasheets and device pack 2023-10-16 14:26:16 -07:00
.gitignore Initial repository layout, add datasheets and device pack 2023-10-16 14:26:16 -07:00
platformio.ini Fix platformio.ini to use SVD file 2023-10-21 07:32:48 -07:00
py32f030x6.ld WIP code 2023-10-21 04:43:58 -07:00
py32f030x6_bl.ld WIP code 2023-10-21 04:43:58 -07:00
pyocd.yaml Initial repository layout, add datasheets and device pack 2023-10-16 14:26:16 -07:00
pyocd_user.py WIP code 2023-10-19 16:20:41 -07:00