Skip to content

Commit a9cc5de

Browse files
committed
Rebuild variants
1 parent e3b2e4b commit a9cc5de

File tree

11 files changed

+10
-10
lines changed

11 files changed

+10
-10
lines changed

cores/arduino/mbed/storage/blockdevice/COMPONENT_SPIF/include/SPIF/SPIFBlockDevice.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ class SPIFBlockDevice : public mbed::BlockDevice {
226226
void *rx_buffer, mbed::bd_size_t rx_length);
227227

228228
// Parse and Detect required Basic Parameters from Table
229-
int _sfdp_parse_basic_param_table(mbed::Callback<int(bd_addr_t, mbed::sfdp_cmd_addr_size_t, uint8_t, uint8_t, void *, bd_size_t)> sfdp_reader,
229+
int _sfdp_parse_basic_param_table(mbed::Callback<int(mbed::bd_addr_t, mbed::sfdp_cmd_addr_size_t, uint8_t, uint8_t, void *, mbed::bd_size_t)> sfdp_reader,
230230
mbed::sfdp_hdr_info &hdr_info);
231231

232232
// Detect fastest read Bus mode supported by device

platform.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# For more info:
55
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
66

7-
name=Arduino Mbed OS Boards
8-
version=9.9.9
7+
name=Arduino Mbed OS Boards
8+
version=2.7.1
99

1010
# Compile variables
1111
# ------------------------

variants/ARDUINO_NANO33BLE/defines.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
-DFEATURE_STORAGE=1
3434
-D__FPU_PRESENT=1
3535
-D__MBED__=1
36-
-DMBED_BUILD_TIMESTAMP=1643619257.3596182
36+
-DMBED_BUILD_TIMESTAMP=1643896384.8190796
3737
-D__MBED_CMSIS_RTOS_CM
3838
-DMBED_MPU_CUSTOM
3939
-DMBED_TICKLESS

variants/EDGE_CONTROL/defines.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
-DFEATURE_STORAGE=1
3939
-D__FPU_PRESENT=1
4040
-D__MBED__=1
41-
-DMBED_BUILD_TIMESTAMP=1643619395.1977053
41+
-DMBED_BUILD_TIMESTAMP=1643896529.8972447
4242
-D__MBED_CMSIS_RTOS_CM
4343
-DMBED_MPU_CUSTOM
4444
-DMBED_TICKLESS

variants/NANO_RP2040_CONNECT/defines.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
-DDEVICE_USTICKER=1
2121
-DDEVICE_WATCHDOG=1
2222
-D__MBED__=1
23-
-DMBED_BUILD_TIMESTAMP=1643619239.119398
23+
-DMBED_BUILD_TIMESTAMP=1643896365.2622097
2424
-D__MBED_CMSIS_RTOS_CM
2525
-DMBED_MPU_CUSTOM
2626
-DPICO_FLASH_SIZE_BYTES=16*1024*1024

variants/NICLA/defines.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
-DFEATURE_BLE=1
3333
-D__FPU_PRESENT=1
3434
-D__MBED__=1
35-
-DMBED_BUILD_TIMESTAMP=1643619425.0608659
35+
-DMBED_BUILD_TIMESTAMP=1643896560.9378242
3636
-D__MBED_CMSIS_RTOS_CM
3737
-DMBED_MPU_CUSTOM
3838
-DMBED_TICKLESS

variants/PORTENTA_H7_M4/defines.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
-DFEATURE_BLE=1
4545
-D__FPU_PRESENT=1
4646
-D__MBED__=1
47-
-DMBED_BUILD_TIMESTAMP=1643619349.5083637
47+
-DMBED_BUILD_TIMESTAMP=1643896481.8086755
4848
-D__MBED_CMSIS_RTOS_CM
4949
-DMBED_MPU_CUSTOM
5050
-DMBED_TICKLESS
200 Bytes
Binary file not shown.

variants/PORTENTA_H7_M7/defines.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
-DFEATURE_BLE=1
4646
-D__FPU_PRESENT=1
4747
-D__MBED__=1
48-
-DMBED_BUILD_TIMESTAMP=1643619303.772319
48+
-DMBED_BUILD_TIMESTAMP=1643896433.4475799
4949
-D__MBED_CMSIS_RTOS_CM
5050
-DMBED_TICKLESS
5151
-DMBEDTLS_FS_IO
344 Bytes
Binary file not shown.

variants/RASPBERRY_PI_PICO/defines.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
-DDEVICE_USTICKER=1
2121
-DDEVICE_WATCHDOG=1
2222
-D__MBED__=1
23-
-DMBED_BUILD_TIMESTAMP=1643619284.355153
23+
-DMBED_BUILD_TIMESTAMP=1643896413.8632083
2424
-D__MBED_CMSIS_RTOS_CM
2525
-DMBED_MPU_CUSTOM
2626
-DPICO_NO_BINARY_INFO=1

0 commit comments

Comments
 (0)