Commit Graph

7 Commits

Author SHA1 Message Date
Maximilian Gerhardt d76716239c
Update PlatformIO builder script (#147)
* Update PIO builder script

* Access proper subfields
2025-05-07 19:43:31 +08:00
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
DC_RedStone f187ac13a1
Add support for CH32V203C8 and CH32V203C6 (#23)
* Update package.json

* Fix multiple build warnings and errors

* Fix multiple build warnings and errors

* Add PlatformIO builder script

* Fix build with mac toolchain, wtf?

* Add support for CH32V203C6 and CH32V203C6

* fix some warnings

---------

Co-authored-by: Maximilian Gerhardt <maximilian.gerhardt@rub.de>
2023-10-09 09:54:30 +08:00