4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-16 02:59:23 +08:00
JCZou 0369db718c Fix compiler flags issue
CCFLAGS is used by gcc and g++ compiler. So CFLAGS should be used for
gcc to avoid passing gcc flags to g++.
2021-08-19 08:53:27 +02:00
..
2020-12-28 12:02:31 +08:00
2020-12-19 16:49:11 +08:00
2017-12-31 21:45:32 +08:00
2017-08-31 19:03:01 +08:00
2018-12-03 20:22:59 +08:00
2017-08-31 18:57:59 +08:00
2017-08-30 12:18:28 +08:00
2021-08-19 08:53:27 +02:00
2017-08-30 12:18:28 +08:00

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