Skip to content

Commit 6adcd80

Browse files
Add instructions to compile without RTOS.
1 parent 80130c5 commit 6adcd80

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

.mbedignore

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,30 @@
1-
examples/*
1+
examples/*
2+
3+
# Uncomment the following entries to compile without RTOS
4+
# mbed-os/rtos/*
5+
# mbed-os/usb/*
6+
# mbed-os/features/cellular/*
7+
# mbed-os/features/cryptocell/*
8+
# mbed-os/features/FEATURE_BLE/*
9+
# mbed-os/features/FEATURE_CLIENT/*
10+
# mbed-os/features/FEATURE_COMMON_PAL/*
11+
# mbed-os/features/FEATURE_UVISOR/*
12+
# mbed-os/features/frameworks/*
13+
# mbed-os/features/net/*
14+
# mbed-os/features/netsocket/*
15+
# mbed-os/features/nanostack/*
16+
# mbed-os/features/nvstore/*
17+
# mbed-os/features/storage/*
18+
# mbed-os/features/device_key/*
19+
# mbed-os/features/lorawan/*
20+
# mbed-os/features/lwipstack/*
21+
# mbed-os/features/mbedtls/*
22+
# mbed-os/features/nanostack/*
23+
# mbed-os/features/netsocket/*
24+
# mbed-os/features/nfc/*
25+
# mbed-os/features/storage/*
26+
# mbed-os/features/unsupported/*
27+
# mbed-os/events/*
28+
# mbed-os/components/802.15.4_RF/*
29+
# mbed-os/components/storage/*
30+
# mbed-os/components/wifi/*

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ This is a basic Mbed OS project for [micro:bit V2](https://microbit.org/new-micr
2727
- pip (version >= 10.0)
2828
- Mercurial
2929
- [Mbed CLI](https://github.com/ARMmbed/mbed-cli)
30+
- Last tested version is 1.10.2
3031

3132
**Make only requirements:**
3233
- srec_cat
@@ -78,6 +79,11 @@ this is the last version to support Soft Device, which has been dropped in
7879
> SoftDevice Bluetooth stack is not supported. Bluetooth remains supported with
7980
> the help of Arm's Cordio stack.
8081
82+
### Mbed OS RTOS
83+
84+
To compile the project without the Mbed OS RTOS edit the `.mbedignore` and
85+
uncomment all the entries.
86+
8187
### Initialise
8288

8389
Note that for the `mbed target ...` line you should select the right target

0 commit comments

Comments
 (0)