arduino_core_ch32/cores/arduino
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
..
avr first release 2023-05-30 17:55:50 +08:00
ch32 fix some bugs (#112) 2024-06-05 16:26:26 +08:00
Arduino.h add function of tone (#111) 2024-06-04 11:21:27 +08:00
Client.h Fix missing ethernet dependencies (#32) (#86) 2024-06-01 11:24:21 +08:00
HardwareSerial.cpp fix some bugs (#112) 2024-06-05 16:26:26 +08:00
HardwareSerial.h fix some bugs (#112) 2024-06-05 16:26:26 +08:00
HardwareTimer.cpp fix some bugs (#112) 2024-06-05 16:26:26 +08:00
HardwareTimer.h adding hardwaret timer and fixing PWM pins errors (#71) 2024-03-11 15:32:16 +08:00
IPAddress.cpp Fix missing ethernet dependencies (#32) (#86) 2024-06-01 11:24:21 +08:00
IPAddress.h Fix missing ethernet dependencies (#32) (#86) 2024-06-01 11:24:21 +08:00
Print.cpp V1.0.2 2023-07-05 15:47:46 +08:00
Print.h first release 2023-05-30 17:55:50 +08:00
Printable.h first release 2023-05-30 17:55:50 +08:00
Server.h Fix missing ethernet dependencies (#32) (#86) 2024-06-01 11:24:21 +08:00
Stream.cpp first release 2023-05-30 17:55:50 +08:00
Stream.h first release 2023-05-30 17:55:50 +08:00
Tone.cpp add function of tone (#111) 2024-06-04 11:21:27 +08:00
Tone.h add function of tone (#111) 2024-06-04 11:21:27 +08:00
Udp.h Fix missing ethernet dependencies (#32) (#86) 2024-06-01 11:24:21 +08:00
WCharacter.h Add WCharacter support (#100) 2024-05-28 15:45:49 +08:00
WInterrupts.cpp first release 2023-05-30 17:55:50 +08:00
WInterrupts.h first release 2023-05-30 17:55:50 +08:00
WMath.cpp first release 2023-05-30 17:55:50 +08:00
WMath.h first release 2023-05-30 17:55:50 +08:00
WSerial.h Add tinyusb builtin-core support with menu selection (#121) 2024-06-20 10:13:33 +08:00
WString.cpp first release 2023-05-30 17:55:50 +08:00
WString.h first release 2023-05-30 17:55:50 +08:00
abi.cpp first release 2023-05-30 17:55:50 +08:00
binary.h first release 2023-05-30 17:55:50 +08:00
board.c first release 2023-05-30 17:55:50 +08:00
board.h adding hardwaret timer and fixing PWM pins errors (#71) 2024-03-11 15:32:16 +08:00
core_debug.c first release 2023-05-30 17:55:50 +08:00
core_debug.h first release 2023-05-30 17:55:50 +08:00
hooks.c add yield(default weak) (#70) 2024-03-04 13:39:59 +08:00
itoa.cpp first release 2023-05-30 17:55:50 +08:00
itoa.h first release 2023-05-30 17:55:50 +08:00
main.cpp Add tinyusb builtin-core support with menu selection (#121) 2024-06-20 10:13:33 +08:00
pins_arduino.cpp first release 2023-05-30 17:55:50 +08:00
pins_arduino.h add V10x and V30x 2023-07-26 17:13:31 +08:00
pins_arduino_analog.h first release 2023-05-30 17:55:50 +08:00
pins_arduino_digital.h first release 2023-05-30 17:55:50 +08:00
variant.h first release 2023-05-30 17:55:50 +08:00
wiring.h add function of tone (#111) 2024-06-04 11:21:27 +08:00
wiring_analog.c first release 2023-05-30 17:55:50 +08:00
wiring_analog.h first release 2023-05-30 17:55:50 +08:00
wiring_constants.h first release 2023-05-30 17:55:50 +08:00
wiring_digital.c first release 2023-05-30 17:55:50 +08:00
wiring_digital.h first release 2023-05-30 17:55:50 +08:00
wiring_pulse.cpp first release 2023-05-30 17:55:50 +08:00
wiring_pulse.h first release 2023-05-30 17:55:50 +08:00
wiring_shift.c first release 2023-05-30 17:55:50 +08:00
wiring_shift.h first release 2023-05-30 17:55:50 +08:00
wiring_time.c yield in delay() (#115) 2024-06-11 10:46:49 +08:00
wiring_time.h add V10x and V30x 2023-07-26 17:13:31 +08:00