Commit Graph

5 Commits

Author SHA1 Message Date
Ha Thach 4fb8a3fdc6
Add Adafruit qtpy ch32v203 board (#136)
* add adafruit qtpy ch32v203g6 board

* use 224KB for qtpy v203, implement pre_iint() to enable enhanced read mode
2024-09-10 12:03:31 +08:00
Ha Thach 273620c809
define F_CPU when selecting cpu frequency (#133) 2024-07-12 11:16:37 +08:00
Ha Thach 1b28a7de76
add upload via wchisp tool (#129) 2024-07-04 10:29:19 +08:00
Ha Thach 92beac390c
Add ch32v203g6 evt, correct define linker script flash size, ram size for variants (#128)
* allow to define linker: flash_size, ram_size (and stack size), correctly define these using maximum_size and maximum_data_size

* - fix v203C6 RAM size, correct is 10K
- add new variant v203G6 EVT
2024-06-25 17:50:44 +08:00
Ha Thach 0d344fa01b
Add tinyusb builtin-core support with menu selection (#121)
* add makeboards.py for generating boards.txt
use the newly generated boards.txt

* add Adafruit TinyUSB as submodule in libraries

* add TinyUSB core support for ch32v20x

* added tiyusb usbfs/usbhs for ch32v3

* update tinyusb lib

* update makeboards.py for CH32L10x_EVT HSI_LP
2024-06-20 10:13:33 +08:00