Skip to content

Update for bare metal area #1303

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 51 commits into from
May 11, 2020
Merged
Show file tree
Hide file tree
Changes from 50 commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
24b0168
Update for bare metal area
iriark01 Apr 22, 2020
427adc1
Added Mbed 2 to Mbed OS bare metal porting guide (#1293)
evedon Apr 22, 2020
7c630de
Adding bare metal porting to JSON
iriark01 Apr 22, 2020
f88acb4
First table - just to see what it looks like
iriark01 Apr 28, 2020
99658d6
Replacing Gap class link
iriark01 Apr 28, 2020
2953c93
Giving UX some symbols to choose from
iriark01 Apr 28, 2020
55002c0
Better preview for UX
iriark01 Apr 28, 2020
b7c9ad5
A bit more for testing
iriark01 Apr 28, 2020
32cf4bc
Index is ready
iriark01 Apr 29, 2020
07d4d97
More content from PR 1304
iriark01 Apr 29, 2020
cfb541c
Some tidying up from comments
iriark01 Apr 29, 2020
532b134
Quick edit
iriark01 Apr 29, 2020
803f7ed
Comments in intro
iriark01 Apr 29, 2020
1a8215c
Invalid JSON
iriark01 Apr 29, 2020
6beb754
Spans broke the table
iriark01 Apr 29, 2020
1b328ee
Missed some spans
iriark01 Apr 29, 2020
9fb4cd4
Draft for review
iriark01 Apr 29, 2020
43c04cf
Tidying up
iriark01 Apr 29, 2020
5b9b15d
Trying another place for the pic
iriark01 Apr 29, 2020
fd29abd
Typo fix
iriark01 Apr 29, 2020
b67138b
Will this work?
iriark01 Apr 29, 2020
78a34d5
Removing diagram
iriark01 Apr 29, 2020
22a8a6c
Updated from Evelyne's comments
iriark01 May 1, 2020
323d594
Merge branch 'development' into bare-metal-work
iriark01 May 1, 2020
c553a8a
Merge remote-tracking branch 'origin/bare-metal-work' into bare-metal…
iriark01 May 1, 2020
7a3df48
Quick starts to offer both Blinkys
iriark01 May 1, 2020
7cc13a1
Not showing LoRAWAN as supported
iriark01 May 4, 2020
3d5c509
Trying a new version of the API index
iriark01 May 4, 2020
d5f94db
Changing tick for manually enabled
iriark01 May 4, 2020
c34a79b
Demonstrating page order
iriark01 May 4, 2020
685240a
Util > Platform
iriark01 May 4, 2020
8927920
Is this a better title?
iriark01 May 4, 2020
0cd0767
New attempt at APIs
iriark01 May 5, 2020
a5e2bd3
Driver tidying
iriark01 May 5, 2020
177622a
Function link as tip
iriark01 May 5, 2020
9778f0f
Updating intro
iriark01 May 5, 2020
961c49f
Intro text update
iriark01 May 5, 2020
b2faa8d
Adding Wait
iriark01 May 6, 2020
ad87492
Adding Wait.md so the branch can build
iriark01 May 6, 2020
2964c31
Fixing deprecated APIs
iriark01 May 6, 2020
ecf3f14
Format fixes
iriark01 May 6, 2020
e9a7c03
Some comments from Evelyne + moving files
iriark01 May 7, 2020
1e98693
Organising Driver APIs
iriark01 May 9, 2020
4b4bb1b
Platform APIs
iriark01 May 9, 2020
5929b66
JSON fix + trying new format for table
iriark01 May 9, 2020
91a861e
I think this tidies up all APIs
iriark01 May 9, 2020
b3ff2e5
Differentiated marks (UX request)
iriark01 May 11, 2020
0e972ea
Tidying up the lists
iriark01 May 11, 2020
d840cff
Regrouping APIs
iriark01 May 11, 2020
79a3efb
Everything alphabetised
iriark01 May 11, 2020
bca50e9
Final comments
iriark01 May 11, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Bare metal APIs

The bare metal profile starts with a restricted list of API, to which you can add what you need. However, bare metal doesn't support all Mbed OS APIs.

## Initial list of APIs

By default, bare metal includes the following APIs:

## Adding APIs

<!--how?-->

## Full list of APIs

The [Mbed OS API list]() indicates which APIs are supported by bare metal.

<!--
Evelyne, my suggestion is to use something like


| API | Full Mbed OS | Bare metal |
| - | - | - |
| AnalogIn | &#9745; | &#9745; |

Although it's a bit silly, because of course it's supported in the full Mbed OS... I'd love some suggestions
-->

<!--
# Bare metal APIs

Mbed OS bare metal supports the following APIs:

<h2 id="analog-i-o">Analog I/O</h2>
Expand Down Expand Up @@ -45,3 +73,5 @@ Mbed OS bare metal supports the following APIs:
- I2CSlave - I²C bus slave.

- CAN - Controller-area network bus.

-->
File renamed without changes.
762 changes: 381 additions & 381 deletions docs.json

Large diffs are not rendered by default.

Loading