This website requires JavaScript.
Explore
Help
Register
Sign In
andy
/
tinyUSB
Watch
1
Star
0
Fork
0
You've already forked tinyUSB
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
0785daecc1a3a11d5bacbd7c4cd7dc4a48b11b49
tinyUSB
/
hw
/
bsp
/
samd21
/
boards
/
cynthion_d21
History
hathach
36e07093b8
fix samd linker with clang: cannot self-check defined symbol with lld e.g
STACK_SIZE = DEFINED(STACK_SIZE) ? STACK_SIZE : 0x1000
--> STACK_SIZE = 0
2024-04-24 11:26:22 +07:00
..
board.cmake
more ci fix
2023-09-07 17:20:07 +07:00
board.h
Update support for Cynthion boards
2023-06-30 11:30:33 +02:00
board.mk
Update support for Cynthion boards
2023-06-30 11:30:33 +02:00
samd21g18a_flash.ld
fix samd linker with clang: cannot self-check defined symbol with lld e.g
STACK_SIZE = DEFINED(STACK_SIZE) ? STACK_SIZE : 0x1000
--> STACK_SIZE = 0
2024-04-24 11:26:22 +07:00