Skip to content

Commit cb131c3

Browse files
authored
Merge pull request #12629 from evedon/ed-rtos-api
Add "rtos-api" to bare metal
2 parents 2d10d67 + d1882e4 commit cb131c3

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ matrix:
253253
# Check that example compiles without rtos
254254
- sed -n '/``` cpp/,/```/{/```$/Q;/```/d;p;}' ${EVENTS}/README.md > main.cpp
255255
- |
256-
rm -r rtos drivers/source/usb features/cellular features/netsocket features/nanostack \
256+
rm -r rtos/source/TARGET_CORTEX drivers/source/usb features/cellular features/netsocket features/nanostack \
257257
features/lwipstack features/frameworks/greentea-client \
258258
features/frameworks/utest features/frameworks/unity components BUILD
259259
- python tools/make.py -t GCC_ARM -m DISCO_F401VC --source=. --build=BUILD/DISCO_F401VC/GCC_ARM -j0

TESTS/configs/baremetal.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"requires": [
33
"bare-metal",
4-
"rtos-api",
54
"greentea-client",
65
"utest",
76
"unity",

platform/bare_metal/mbed_lib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"name": "bare-metal",
3-
"requires": ["platform", "drivers"]
3+
"requires": ["platform", "drivers", "rtos-api"]
44
}

0 commit comments

Comments
 (0)