summaryrefslogtreecommitdiff
path: root/hw/bsp/samd11/boards
AgeCommit message (Collapse)Author
2024-12-27embed metadata to family.c and board.h to generate supported boards dochathach
2024-05-03- add cmake to samd11hathach
- build_cmake.py always build with -DCMAKE_BUILD_TYPE=MinSizeRel
2024-04-24fix samd linker with clang: cannot self-check defined symbol with lld e.g ↵hathach
`STACK_SIZE = DEFINED(STACK_SIZE) ? STACK_SIZE : 0x1000` --> STACK_SIZE = 0
2023-06-30Update support for Cynthion boardsmndza
- Rename LUNA to Cynthion - Add support for newer revisions (>=0.6) - Bootloader (saturn-v) default size is now 2K
2023-03-17fix trailing space and new linehathach
temporarily disable codespell
2021-05-26fix dfu example buildhathach
2021-02-03add BSP for SAMD11 variant of Great Scott Gadgets' LUNA boards (SAMD11)Katherine Temkin