M adafruit-feather-m0-basic-template.hzp +3 -2
@@ 28,10 28,8 @@
<file file_name="targets/Adafruit_Feather_M0_Basic/samd2x-peripheral-lib/d2x_wdt.c" />
<file file_name="targets/Adafruit_Feather_M0_Basic/samd2x-peripheral-lib/d2x_wdt.h" />
<file file_name="targets/Adafruit_Feather_M0_Basic/samd2x-peripheral-lib/LICENSE.txt" />
- <file file_name="targets/Adafruit_Feather_M0_Basic/samd2x-peripheral-lib/platform_atmel_d21.c" />
<file file_name="targets/Adafruit_Feather_M0_Basic/samd2x-peripheral-lib/platform_atmel_d21_clocks.c" />
<file file_name="targets/Adafruit_Feather_M0_Basic/samd2x-peripheral-lib/platform_atmel_d21_clocks.h" />
- <file file_name="targets/Adafruit_Feather_M0_Basic/samd2x-peripheral-lib/platform_atmel_d21.h" />
<file file_name="targets/Adafruit_Feather_M0_Basic/samd2x-peripheral-lib/platform_atmel_d21_i2c.c" />
<file file_name="targets/Adafruit_Feather_M0_Basic/samd2x-peripheral-lib/platform_atmel_d21_i2c.h" />
<file file_name="targets/Adafruit_Feather_M0_Basic/samd2x-peripheral-lib/platform_atmel_d21_sercom.c" />
@@ 47,6 45,9 @@
<file file_name="targets/Adafruit_Feather_M0_Basic/samd2x-peripheral-lib/d2x_tc.h" />
<file file_name="targets/Adafruit_Feather_M0_Basic/samd2x-peripheral-lib/d2x_adc.c" />
<file file_name="targets/Adafruit_Feather_M0_Basic/samd2x-peripheral-lib/d2x_adc.h" />
+ <file file_name="targets/Adafruit_Feather_M0_Basic/samd2x-peripheral-lib/d2x_tickless_idle.c" />
+ <file file_name="targets/Adafruit_Feather_M0_Basic/samd2x-peripheral-lib/d2x_tickless_idle.h" />
+ <file file_name="targets/Adafruit_Feather_M0_Basic/samd2x-peripheral-lib/d2x_sleep.h" />
</folder>
<folder Name="Other Files">
<file file_name="README.rst" />
M packages/Adafruit_Feather_M0_Basic_package.xml +4 -1
@@ 1,6 1,9 @@
<!DOCTYPE CrossStudio_Package_Description_File>
-<package crossstudio_versions="8:3-" build_version="2015121603.1134011344;crossworks_v3;crossworks_v3" dependencies="SAM_D" board_name="Feather M0 Basic board" cpu_manufacturer="Atmel" version="1.0" author="Tero Koskinen" replaces="" board_manufacturer="Adafruit" cpu_name="ATSAMD21G18A" cpu_family="" name="Adafruit_Feather_M0_Basic" filetype="hzq" >
+<package crossstudio_versions="8:3-" build_version="2015121603.1134011344;crossworks_v3;crossworks_v3" dependencies="SAM_D" board_name="Feather M0 Basic board" cpu_manufacturer="Atmel" version="1.1" author="Tero Koskinen" replaces="" board_manufacturer="Adafruit" cpu_name="ATSAMD21G18A" cpu_family="" name="Adafruit_Feather_M0_Basic" filetype="hzq" >
<history>
+ <version name="1.1" >
+ <description>FreeRTOS template. SAMD2x CTL peripheral library updated.</description>
+ </version>
<version name="1.0" >
<description>Initial Release.</description>
</version>
M targets/Adafruit_Feather_M0_Basic/ctl_board.c +0 -1
@@ 30,7 30,6 @@
#define LED_PORT SAMD_PORT(ARDUINO_D13)
#define LED_PIN SAMD_PIN(ARDUINO_D13)
-
static const struct SPI_Settings adafruit_m0_spis[ADAFRUIT_M0_SPI_AMOUNT] = {
{ .dev = SERCOM0,
.sercom = 0,
M targets/Adafruit_Feather_M0_Basic/project_templates_Adafruit_Feather_M0_Basic.xml +3 -0
@@ 197,6 197,9 @@
<file name="$(TargetsDir)/Adafruit_Feather_M0_Basic/samd2x-peripheral-lib/d2x_tc.h" expand="no"/>
<file name="$(TargetsDir)/Adafruit_Feather_M0_Basic/samd2x-peripheral-lib/numeric_utils.h" expand="no"/>
<file name="$(TargetsDir)/Adafruit_Feather_M0_Basic/samd2x-peripheral-lib/numeric_utils.c" expand="no"/>
+ <file name="$(TargetsDir)/Adafruit_Feather_M0_Basic/samd2x-peripheral-lib/d2x_sleep.h" expand="no"/>
+ <file name="$(TargetsDir)/Adafruit_Feather_M0_Basic/samd2x-peripheral-lib/d2x_tickless_idle.h" expand="no"/>
+ <file name="$(TargetsDir)/Adafruit_Feather_M0_Basic/samd2x-peripheral-lib/d2x_tickless_idle.c" expand="no"/>
</folder>
<folder name="System Files">
<file name="$(StudioDir)/source/thumb_crt0.s" expand="no">