Skip to content

Commit cc760b7

Browse files
authored
Merge pull request #404 from sparkfun/main
update dev to main
2 parents 1d2ce83 + c6c2885 commit cc760b7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+80
-52
lines changed

package_sparkfun_apollo3_index.json

+44-16
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,35 @@
77
"email": "",
88

99
"platforms": [
10-
{
10+
{
11+
"name": "SparkFun Apollo3 Boards",
12+
"architecture": "apollo3",
13+
"version": "2.1.0",
14+
"category": "Contributed",
15+
"url": "https://github.com/sparkfun/Arduino_Apollo3/releases/download/v2.1.0/Arduino_Apollo3.tar.gz",
16+
"archiveFileName": "Arduino_Apollo3.tar.gz",
17+
"checksum": "SHA-256:63EDA456E45CA8C79351D507FACC0BE1DAB12BC7139047D8A34B488DEC138D00",
18+
"size": "173063305",
19+
"help": {
20+
"online": "https://learn.sparkfun.com/tutorials/installing-arduino-ide/board-add-ons-with-arduino-board-manager"
21+
},
22+
"boards": [
23+
{ "name": "Artemis Module" },
24+
{ "name": "Artemis Dev Kit"},
25+
{ "name": "Artemis Thing Plus" },
26+
{ "name": "RedBoard Artemis" },
27+
{ "name": "RedBoard Artemis ATP" },
28+
{ "name": "RedBoard Artemis Nano" },
29+
{ "name": "Edge" },
30+
{ "name": "Edge2" },
31+
{ "name": "MicroMod Artemis Processor" },
32+
{ "name": "LoRa Thing Plus expLoRaBLE" }
33+
],
34+
"toolsDependencies": [
35+
{ "packager": "SparkFun", "name": "arm-none-eabi-gcc", "version": "8-2018-q4-major" }
36+
]
37+
},
38+
{
1139
"name": "SparkFun Apollo3 Boards",
1240
"architecture": "apollo3",
1341
"version": "2.0.6",
@@ -90,28 +118,28 @@
90118
{ "packager": "SparkFun", "name": "arm-none-eabi-gcc", "version": "8-2018-q4-major" }
91119
]
92120
},
93-
{
121+
{
94122
"name": "SparkFun Apollo3 Boards",
95123
"architecture": "apollo3",
96-
"version": "2.0.3",
124+
"version": "1.2.2",
97125
"category": "Contributed",
98-
"url": "https://github.com/sparkfun/Arduino_Apollo3/releases/download/v2.0.3/Arduino_Apollo3.tar.gz",
99-
"archiveFileName": "Arduino_Apollo3.tar.gz",
100-
"checksum": "SHA-256:B6730F1F522209B29C9A4D5DBCEE0B9E65F39F573969B2E525BD306BFAB40B1A",
101-
"size": "325903668",
126+
"url": "https://github.com/sparkfun/Arduino_Apollo3/archive/v1.2.2.tar.gz",
127+
"archiveFileName": "Arduino_Apollo3-1.2.2.tar.gz",
128+
"checksum": "SHA-256:48BBE9DA9D5EEC9D2CBD01CB3663FD23D9F5920C2D1CB14E7FFA43DCD012CD30",
129+
"size": "81766450",
102130
"help": {
103131
"online": "https://learn.sparkfun.com/tutorials/installing-arduino-ide/board-add-ons-with-arduino-board-manager"
104132
},
105133
"boards": [
106-
{ "name": "Artemis Module" },
107-
{ "name": "Artemis Dev Kit"},
108-
{ "name": "Artemis Thing Plus" },
109-
{ "name": "RedBoard Artemis" },
110-
{ "name": "RedBoard Artemis ATP" },
111-
{ "name": "RedBoard Artemis Nano" },
112-
{ "name": "Edge" },
113-
{ "name": "Edge2" },
114-
{ "name": "MicroMod Artemis Processor" }
134+
{ "name": "SparkFun Artemis Module" },
135+
{ "name": "SparkFun Artemis Dev Kit" },
136+
{ "name": "SparkFun Artemis MicroMod" },
137+
{ "name": "SparkFun RedBoard Artemis" },
138+
{ "name": "SparkFun RedBoard Artemis ATP" },
139+
{ "name": "SparkFun RedBoard Artemis Nano" },
140+
{ "name": "SparkFun Artemis Thing Plus" },
141+
{ "name": "SparkFun Edge" },
142+
{ "name": "SparkFun Edge2" }
115143
],
116144
"toolsDependencies": [
117145
{ "packager": "SparkFun", "name": "arm-none-eabi-gcc", "version": "8-2018-q4-major" }
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
-c -std=gnu11 -DMBED_MINIMAL_PRINTF -DMBED_TRAP_ERRORS_ENABLED=1 -Os -fdata-sections -ffunction-sections -fmessage-length=0 -fno-exceptions -fomit-frame-pointer -funsigned-char -g -mcpu=cortex-m4 -mfloat-abi=softfp -mfpu=fpv4-sp-d16 -mthumb
1+
-c -std=gnu11 -DMBED_MINIMAL_PRINTF -DMBED_TRAP_ERRORS_ENABLED=1 -Os -fdata-sections -ffunction-sections -fmessage-length=0 -fno-exceptions -fomit-frame-pointer -funsigned-char -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -mthumb
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
-c -fno-rtti -std=gnu++14 -DMBED_MINIMAL_PRINTF -DMBED_TRAP_ERRORS_ENABLED=1 -Os -fdata-sections -ffunction-sections -fmessage-length=0 -fno-exceptions -fomit-frame-pointer -funsigned-char -g -mcpu=cortex-m4 -mfloat-abi=softfp -mfpu=fpv4-sp-d16 -mthumb
1+
-c -fno-rtti -std=gnu++14 -DMBED_MINIMAL_PRINTF -DMBED_TRAP_ERRORS_ENABLED=1 -Os -fdata-sections -ffunction-sections -fmessage-length=0 -fno-exceptions -fomit-frame-pointer -funsigned-char -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -mthumb
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
-DMBED_BOOT_STACK_SIZE=1024 -DXIP_ENABLE=0 -Wl,--gc-sections -Wl,--wrap,_calloc_r -Wl,--wrap,_memalign_r -Wl,--wrap,atexit -Wl,--wrap,exit -Wl,--wrap,fprintf -Wl,--wrap,main -Wl,--wrap,printf -Wl,--wrap,snprintf -Wl,--wrap,sprintf -Wl,--wrap,vfprintf -Wl,--wrap,vprintf -Wl,--wrap,vsnprintf -Wl,--wrap,vsprintf -Wl,-n -mcpu=cortex-m4 -mfloat-abi=softfp -mfpu=fpv4-sp-d16 -mthumb
1+
-DMBED_BOOT_STACK_SIZE=1024 -DXIP_ENABLE=0 -Wl,--gc-sections -Wl,--wrap,_calloc_r -Wl,--wrap,_memalign_r -Wl,--wrap,atexit -Wl,--wrap,exit -Wl,--wrap,fprintf -Wl,--wrap,main -Wl,--wrap,printf -Wl,--wrap,snprintf -Wl,--wrap,sprintf -Wl,--wrap,vfprintf -Wl,--wrap,vprintf -Wl,--wrap,vsnprintf -Wl,--wrap,vsprintf -Wl,-n -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -mthumb
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
-DAM_CUSTOM_BDADDR -DAM_PACKAGE_BGA -DARDUINO_BLE_FIX -DARM_MATH_CM4 -DCOMPONENT_FLASHIAP=1 -DCORDIO_ZERO_COPY_HCI -DDEVICE_FLASH=1 -DDEVICE_I2C=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_LPTICKER=1 -DDEVICE_MPU=1 -DDEVICE_SERIAL=1 -DDEVICE_SPI=1 -DDEVICE_STDIO_MESSAGES=1 -DDEVICE_USTICKER=1 -DFEATURE_BLE=1 -DMBED_BUILD_TIMESTAMP=1615920644.414514 -DTARGET_AMA3B1KK -DTARGET_Ambiq_Micro -DTARGET_Apollo3 -DTARGET_CORDIO -DTARGET_CORTEX -DTARGET_CORTEX_M -DTARGET_FAMILY_Apollo3 -DTARGET_LIKE_CORTEX_M4 -DTARGET_LIKE_MBED -DTARGET_LoRa_THING_PLUS_expLoRaBLE -DTARGET_M4 -DTARGET_NAME=LoRa_THING_PLUS_expLoRaBLE -DTARGET_RELEASE -DTARGET_RTOS_M4_M7 -DTOOLCHAIN_GCC -DTOOLCHAIN_GCC_ARM -D__CMSIS_RTOS -D__CORTEX_M4 -D__FPU_PRESENT=1 -D__MBED_CMSIS_RTOS_CM -D__MBED__=1
1+
-DAM_CUSTOM_BDADDR -DAM_PACKAGE_BGA -DARDUINO_BLE_FIX -DARM_MATH_CM4 -DCOMPONENT_FLASHIAP=1 -DCORDIO_ZERO_COPY_HCI -DDEVICE_FLASH=1 -DDEVICE_I2C=1 -DDEVICE_INTERRUPTIN=1 -DDEVICE_LPTICKER=1 -DDEVICE_MPU=1 -DDEVICE_SERIAL=1 -DDEVICE_SPI=1 -DDEVICE_STDIO_MESSAGES=1 -DDEVICE_USTICKER=1 -DFEATURE_BLE=1 -DMBED_BUILD_TIMESTAMP=1620707381.3064024 -DTARGET_AMA3B1KK -DTARGET_Ambiq_Micro -DTARGET_Apollo3 -DTARGET_CORDIO -DTARGET_CORTEX -DTARGET_CORTEX_M -DTARGET_FAMILY_Apollo3 -DTARGET_LIKE_CORTEX_M4 -DTARGET_LIKE_MBED -DTARGET_LoRa_THING_PLUS_expLoRaBLE -DTARGET_M4 -DTARGET_NAME=LoRa_THING_PLUS_expLoRaBLE -DTARGET_RELEASE -DTARGET_RTOS_M4_M7 -DTOOLCHAIN_GCC -DTOOLCHAIN_GCC_ARM -D__CMSIS_RTOS -D__CORTEX_M4 -D__FPU_PRESENT=1 -D__MBED_CMSIS_RTOS_CM -D__MBED__=1
Binary file not shown.

variants/SFE_ARTEMIS/mbed/.c-flags

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
-c -std=gnu11 -DMBED_MINIMAL_PRINTF -DMBED_TRAP_ERRORS_ENABLED=1 -Os -fdata-sections -ffunction-sections -fmessage-length=0 -fno-exceptions -fomit-frame-pointer -funsigned-char -g -mcpu=cortex-m4 -mfloat-abi=softfp -mfpu=fpv4-sp-d16 -mthumb
1+
-c -std=gnu11 -DMBED_MINIMAL_PRINTF -DMBED_TRAP_ERRORS_ENABLED=1 -Os -fdata-sections -ffunction-sections -fmessage-length=0 -fno-exceptions -fomit-frame-pointer -funsigned-char -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -mthumb

variants/SFE_ARTEMIS/mbed/.cxx-flags

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
-c -fno-rtti -std=gnu++14 -DMBED_MINIMAL_PRINTF -DMBED_TRAP_ERRORS_ENABLED=1 -Os -fdata-sections -ffunction-sections -fmessage-length=0 -fno-exceptions -fomit-frame-pointer -funsigned-char -g -mcpu=cortex-m4 -mfloat-abi=softfp -mfpu=fpv4-sp-d16 -mthumb
1+
-c -fno-rtti -std=gnu++14 -DMBED_MINIMAL_PRINTF -DMBED_TRAP_ERRORS_ENABLED=1 -Os -fdata-sections -ffunction-sections -fmessage-length=0 -fno-exceptions -fomit-frame-pointer -funsigned-char -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -mthumb

variants/SFE_ARTEMIS/mbed/.ld-flags

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
-DMBED_BOOT_STACK_SIZE=1024 -DXIP_ENABLE=0 -Wl,--gc-sections -Wl,--wrap,_calloc_r -Wl,--wrap,_memalign_r -Wl,--wrap,atexit -Wl,--wrap,exit -Wl,--wrap,fprintf -Wl,--wrap,main -Wl,--wrap,printf -Wl,--wrap,snprintf -Wl,--wrap,sprintf -Wl,--wrap,vfprintf -Wl,--wrap,vprintf -Wl,--wrap,vsnprintf -Wl,--wrap,vsprintf -Wl,-n -mcpu=cortex-m4 -mfloat-abi=softfp -mfpu=fpv4-sp-d16 -mthumb
1+
-DMBED_BOOT_STACK_SIZE=1024 -DXIP_ENABLE=0 -Wl,--gc-sections -Wl,--wrap,_calloc_r -Wl,--wrap,_memalign_r -Wl,--wrap,atexit -Wl,--wrap,exit -Wl,--wrap,fprintf -Wl,--wrap,main -Wl,--wrap,printf -Wl,--wrap,snprintf -Wl,--wrap,sprintf -Wl,--wrap,vfprintf -Wl,--wrap,vprintf -Wl,--wrap,vsnprintf -Wl,--wrap,vsprintf -Wl,-n -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -mthumb

0 commit comments

Comments
 (0)