Skip to content

Commit aea05a0

Browse files
committed
Rebuild on mbed-os-6.8.0-221-g396ecd3805
1 parent 5a32610 commit aea05a0

File tree

2,264 files changed

+254622
-24086
lines changed

Some content is hidden

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

2,264 files changed

+254622
-24086
lines changed

cores/arduino/mbed/cmsis/TARGET_CORTEX_M/arm_math.h

-7,190
This file was deleted.

cores/arduino/mbed/cmsis/RTE_Components.h renamed to cores/arduino/mbed/cmsis/device/RTE/include/RTE_Components.h

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/* mbed Microcontroller Library
22
* Copyright (c) 2018 ARM Limited
3+
* SPDX-License-Identifier: Apache-2.0
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");
56
* you may not use this file except in compliance with the License.

cores/arduino/mbed/rtos/source/TARGET_CORTEX/mbed_boot.h renamed to cores/arduino/mbed/cmsis/device/rtos/include/mbed_boot.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ MBED_NORETURN void mbed_rtos_start(void);
134134
*
135135
* Preconditions:
136136
* - The RTOS has been started by a call to mbed_rtos_start
137+
* - If the platform is supported by TF-M, initialization
138+
* has been done by a call to mbed_tfm_init
137139
*/
138140
void mbed_toolchain_init(void);
139141

@@ -160,7 +162,6 @@ void mbed_sdk_init(void);
160162
*
161163
* Preconditions:
162164
* - The RTOS has been started by a call to mbed_rtos_start
163-
* - The toolchain has been initialized by a call to mbed_toolchain_init
164165
*/
165166
void mbed_tfm_init(void);
166167

cores/arduino/mbed/components/storage/blockdevice/COMPONENT_FLASHIAP/COMMON/fslittle_debug.h

-105
This file was deleted.

cores/arduino/mbed/components/storage/blockdevice/COMPONENT_FLASHIAP/COMMON/fslittle_test.h

-75
This file was deleted.

0 commit comments

Comments
 (0)