rt-thread/bsp/samd21
Meco Man 83b3aadaa3 [Scons][iar][iccarm] IAR统一使用iccarm作为判断条件而不是是用IDE的名字来进行判断
因为不确定后续IAR是否会像Keil一样内含有不同的编译工具链
此外,将判断条件改为列表方式,这样更方便后续增加其他可能的IAR编译链
2022-06-09 07:01:59 +08:00
..
applications add RT_USING_POSIX_STDIO 2022-01-05 23:11:58 +08:00
asflib_config add atmel SAM D21 bsp support 2017-08-30 12:18:28 +08:00
board [SConscript]update group name 2020-12-19 16:49:11 +08:00
sam_d2x_asflib [Scons] 将GCC判断条件改为列表方式,方便后续增加新的编译工具链 2022-06-09 07:01:59 +08:00
README.txt Update README.txt 2017-08-31 19:03:01 +08:00
SAM_D2X_RTT.sct add scons cmd build 2017-08-31 18:57:59 +08:00
SConscript add atmel SAM D21 bsp support 2017-08-30 12:18:28 +08:00
SConstruct [Scons][iar][iccarm] IAR统一使用iccarm作为判断条件而不是是用IDE的名字来进行判断 2022-06-09 07:01:59 +08:00
project.uvprojx 分离内存分配接口与内存分配算法 (#5175) 2021-12-16 16:23:58 +08:00
rtconfig.h Remove the DBG_COLOR and DBG_ENABLE definition. 2019-03-06 17:54:30 +08:00
rtconfig.py [bsp][samd21] update scons script. 2018-12-03 20:22:59 +08:00
template.uvprojx add atmel SAM D21 bsp support 2017-08-30 12:18:28 +08:00

README.txt

使用SAMD21-Xplained-Pro开发板
scons:
  scons
  scons --target=mdk5
demo代码演示了串口、外部中断、RTC低功耗唤醒