File tree
37 files changed
+35
-20
lines changed- cores
- arduino
- libraries
- Apollo3/examples
- Example01_DigitalWrite
- Example02_AnalogRead
- Example03_AnalogWrite
- Example04_Serial
- Example05_Wire_I2C
- Example06_SPI
- Example07_Threads
- Example08_AttachInterrupt
- Example09_DetachInterrupt
- SPI/src
- Wire/src
- variants
- LoRa_THING_PLUS_expLoRaBLE
- mbed
- SFE_ARTEMIS/mbed
- SFE_ARTEMIS_ATP/mbed
- SFE_ARTEMIS_DK/mbed
- SFE_ARTEMIS_MM_PB/mbed
- SFE_ARTEMIS_MODULE
- mbed
- SFE_ARTEMIS_NANO/mbed
- SFE_ARTEMIS_THING_PLUS/mbed
- SFE_EDGE/mbed
- SFE_EDGE2/mbed
37 files changed
+35
-20
lines changedSubmodule mbed-bridge updated 43 files
- .gitmodules-3
- core-api-1
- core-api/api/ArduinoAPI.h+57
- core-api/api/Binary.h+552
- core-api/api/Client.h+46
- core-api/api/Common.cpp+10
- core-api/api/Common.h+169
- core-api/api/Compat.h+16
- core-api/api/HardwareI2C.h+47
- core-api/api/HardwareSPI.h+130
- core-api/api/HardwareSerial.h+105
- core-api/api/IPAddress.cpp+127
- core-api/api/IPAddress.h+85
- core-api/api/Interrupts.h+44
- core-api/api/PluggableUSB.cpp+101
- core-api/api/PluggableUSB.h+78
- core-api/api/Print.cpp+381
- core-api/api/Print.h+96
- core-api/api/Printable.h+39
- core-api/api/RingBuffer.h+141
- core-api/api/Server.h+31
- core-api/api/Stream.cpp+320
- core-api/api/Stream.h+131
- core-api/api/String.cpp+765
- core-api/api/String.h+256
- core-api/api/USBAPI.h+64
- core-api/api/Udp.h+92
- core-api/api/WCharacter.h+171
- core-api/api/deprecated-avr-comp/avr/dtostrf.c.impl+37
- core-api/api/deprecated-avr-comp/avr/dtostrf.h+34
- core-api/api/deprecated-avr-comp/avr/interrupt.h+23
- core-api/api/deprecated-avr-comp/avr/pgmspace.h+122
- core-api/api/deprecated/Client.h+25
- core-api/api/deprecated/HardwareSerial.h+25
- core-api/api/deprecated/IPAddress.h+25
- core-api/api/deprecated/Print.h+24
- core-api/api/deprecated/Printable.h+24
- core-api/api/deprecated/Server.h+25
- core-api/api/deprecated/Stream.h+25
- core-api/api/deprecated/Udp.h+25
- core-api/api/deprecated/WString.h+24
- core-api/api/itoa.h+37
- core-extend/HardwareSerial.h+1
Submodule mbed-os updated 10813 files
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
69 |
| - | |
| 69 | + | |
70 | 70 |
| |
71 | 71 |
| |
72 | 72 |
| |
| |||
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
81 |
| - | |
| 81 | + | |
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| 10 | + | |
10 | 11 |
| |
11 | 12 |
| |
12 | 13 |
| |
| |||
32 | 33 |
| |
33 | 34 |
| |
34 | 35 |
| |
35 |
| - | |
36 |
| - | |
| 36 | + | |
| 37 | + | |
37 | 38 |
| |
38 | 39 |
| |
39 | 40 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
Binary file not shown.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| 29 | + | |
| 30 | + | |
29 | 31 |
| |
30 | 32 |
| |
31 | 33 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
Binary file not shown.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
Binary file not shown.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
Binary file not shown.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
Binary file not shown.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
Binary file not shown.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
14 |
| - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
15 | 21 |
| |
16 | 22 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
Binary file not shown.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
Binary file not shown.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
Binary file not shown.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
Binary file not shown.
0 commit comments