Lingkai Dong
c8721cf671
Move BlueNRG-MS driver into connectivity/drivers/ble/FEATURE_BLE
2020-08-10 17:31:12 +01:00
Paul Szczeanek
7e64019074
move pal to cordio, remove cordio mentions from API
2020-08-07 11:59:14 +01:00
Paul Szczeanek
365cb3c5d0
remove generic, TPPs, nested namespaces
2020-08-07 11:59:14 +01:00
Anna Bridge
2bd3c96077
Merge pull request #13234 from LDong-Arm/mv_connectivity_component_drivers
...
Move drivers from components to connectivity
2020-07-17 14:40:05 +01:00
Rajkumar Kanagaraj
0bcf967870
Storage directory restructure:
...
- Move mbed-os/features/storage to mbed-os/storage
- Move components/storage/blockdevice to storage/blockdevice/COMPONENT_xxx
2020-07-10 14:59:53 +01:00
Lingkai Dong
6e9dcc3f93
Move WiFi drivers from components to connectivity/drivers
2020-07-03 17:37:43 +01:00
Lingkai Dong
a0a43ada37
Move cellular drivers from components to connectivity/drivers
2020-07-03 17:32:45 +01:00
Lingkai Dong
f4c62f6369
Move 802.15.4_RF drivers from components to connectivity/drivers
2020-07-03 17:30:59 +01:00
Martin Kojtal
3e42991289
Merge pull request #13046 from hugueskamba/hk_use_chrono
...
Use std::chrono based functions
2020-06-18 22:16:00 +02:00
Rajkumar Kanagaraj
3e2e074938
Fix esp8266 driver compilation warning
2020-06-17 18:47:14 +01:00
Hugues Kamba
a3f4cf212d
Use std::chrono based functions
...
The chrono based functions improve readability. Using them also removes
warnings related to usage of deprecated warnings.
2020-06-17 14:52:50 +01:00
Arto Kinnunen
0d469c4bca
Update 802.15.4 MCR20 RF driver
...
Sync with master version v1.0.9
2020-06-08 15:37:22 +03:00
Arto Kinnunen
05290a8677
Update 802.15.4 Atmel RF driver
...
Sync with master version v3.3.0
2020-06-08 15:35:14 +03:00
Arto Kinnunen
d8420fb4c9
802.15.4 STM S2LP driver update
...
Sync with master v1.0.5
2020-06-08 15:24:51 +03:00
Darryl Green
ccdb76d34f
Move components/TARGET_PSA under FEATURE_EXPERIMENTAL_API
...
Signed-off-by: Darryl Green <darryl.green@arm.com>
2020-05-29 13:19:11 +01:00
Jaeden Amero
b44a263729
psa: Put Mbed PSA implementation into MBED_PSA_SRV
...
Signed-off-by: Jaeden Amero <jaeden.amero@arm.com>
2020-05-29 13:19:11 +01:00
Marcin Tomczyk
9a44d01a2b
IOTSTOR-1044 - SPIFBlockDevice is broken in Mbed OS master(6), removed incorrect spi.deselect at constructor.
2020-05-15 08:46:43 -07:00
Martin Kojtal
b1071487a3
Merge pull request #12951 from MarceloSalazar/S2LP_cleanup
...
Clean-up S2LP driver configuration
2020-05-15 08:08:47 +02:00
Martin Kojtal
37ee008b90
Merge pull request #12961 from MarceloSalazar/remove_nrf51
...
Remove nRF51 targets
2020-05-15 08:08:26 +02:00
Marcelo Salazar
307cc61b8c
Add legacy config support
2020-05-14 17:17:27 +01:00
Marcelo Salazar
149656447d
Remove target dep. on S2LP driver
2020-05-14 17:17:27 +01:00
jeromecoutant
dd46dfccb2
STM32F4 code cleaning
2020-05-14 13:55:22 +02:00
jeromecoutant
f116fe0daa
STM32F3 code cleaning
2020-05-14 13:55:21 +02:00
Martin Kojtal
b53dc6695b
Merge pull request #12433 from kjbracey-arm/chrono_esp
...
ESP8266: Convert to Chrono
2020-05-13 19:43:42 +02:00
Martin Kojtal
8e789b0162
Merge pull request #12721 from michalpasztamobica/esp8266_set_network
...
ESP8266: static address configuration and dhcp enable/disable added
2020-05-13 19:26:26 +02:00
Marcelo Salazar
ccd95f1e14
Remove nRF51 targets
...
The following public nRF51 targets are being removed:
- NRF51822
- NRF51_DK
- NRF51_MICROBIT
2020-05-13 10:36:50 +01:00
Martin Kojtal
5302a352cf
Merge pull request #12947 from Uruloke/issi-flash-memory-support-master
...
Fix setting the QE bit on ISSI Flash memories
2020-05-12 14:25:25 +02:00
Martin Kojtal
6d75e28fd7
Merge pull request #12904 from kjbracey-arm/chrono_sd
...
SDBlockDevice: Convert to Chrono
2020-05-12 14:24:37 +02:00
Martin Kojtal
18d00e9edb
Merge pull request #12890 from Eric-A-Marks/master
...
[SX1272 & SX1276 Driver] Fix Fifo Pointer in Continuous Mode
2020-05-12 14:17:50 +02:00
Kevin Bracey
d114f54dce
ESP8266: Convert to Chrono
2020-05-11 10:08:29 +03:00
Uruloke
32d70027a5
Fix setting the QE bit on ISSI Flash memories
...
By default QSPIFBlockDevice assumes a Flash memory have two Status registers and when writing the Status registers it writes 2 bytes using the WRSR instruction. This will not work on a ISSI Flash memory as they only have a single status register and attempting to write two bytes using WRSR will cause it to ignore the request and be unable to set the QE bit.
ISSI datasheet specifies that the WRSR instruction only write a single byte so override the number of status registers for ISSI Flash memories.
2020-05-08 11:13:34 +02:00
Marcelo Salazar
4083469d09
Remove Ublox targets
2020-05-06 16:39:29 +01:00
Martin Kojtal
dbf05ceaed
Merge pull request #12735 from Patater/musca-tfm
...
Make MUSCA B1 and MUSCA A1 TF-M ready
2020-05-04 11:06:48 +02:00
Martin Kojtal
ddf06fcc80
Merge pull request #12876 from artokin/update_802_15_4_rf_driver
...
802.15.4 STM S2LP driver update
2020-05-04 11:02:33 +02:00
Martin Kojtal
af4c8a94f3
Merge pull request #12757 from dgreen-arm/test-remerge
...
Update Mbed OS with Mbed Crypto merged into Mbed TLS
2020-04-30 16:06:32 +02:00
Kevin Bracey
f35667fcd4
SDBlockDevice: Convert to Chrono
2020-04-30 13:39:40 +03:00
Jaeden Amero
803d295d75
psa: Include region_defs.h where needed
...
We are moving to flash_layout.h and region_defs.h being more closely
aligned with TF-M's version. As such, some of the Mbed PSA
implementation needs to additionally include region_defs.h.
2020-04-30 11:32:33 +01:00
Darryl Green
0d16ca4d8a
Remove references to mbed-crypto
...
Signed-off-by: Darryl Green <darryl.green@arm.com>
2020-04-30 11:28:20 +01:00
Darryl Green
53260ebd77
Use updated ECC curve macros
...
Signed-off-by: Darryl Green <darryl.green@arm.com>
2020-04-30 11:28:10 +01:00
Marcelo Salazar
92cbd9a734
Rename ADV_WISE_1570 target
2020-04-30 09:56:35 +01:00
MarceloSalazar
e24a9f5d95
Remove KW24D target
2020-04-30 09:56:34 +01:00
MarceloSalazar
5d63b0f5a0
Remove K20D50M target
2020-04-30 09:56:33 +01:00
Martin Kojtal
a9cb876b39
Merge pull request #12737 from Patater/psa-breaking-changes
...
Remove PSA implementation for v8-M and dual CPU targets
2020-04-30 10:42:24 +02:00
Martin Kojtal
3c89556cbd
Merge pull request #12456 from jeromecoutant/PR_COMPONENT_BLUENRG
...
COMPONENT_BlueNRG_MS creation : ST Bluetooth Low Energy module
2020-04-29 17:36:15 +02:00
Eric Marks
846f30cd61
Fix Fifo Pointer in Continuous Mode
...
In continuous mode we need to check and set the fifo pointer before every read, otherwise data may be lost.
2020-04-29 07:57:23 -05:00
Arto Kinnunen
36ba1e38f8
802.15.4 STM S2LP driver update
...
Sync with v1.0.3
2020-04-28 12:30:24 +03:00
Jaeden Amero
fcf427ac11
psa: Remove S-mode only code
...
Remove all PSA S-mode only code, as it is unused. Only PSA S targets
would use the code, and we've removed those targets in a previous
commit.
Ensure all tests for S-mode code we are deleting is also removed, even
if that code would run in NS-mode. Keep any tests that also test our PSA
emulation support (for single v7-M targets).
Signed-off-by: Jaeden Amero <jaeden.amero@arm.com>
2020-04-27 09:51:13 +01:00
Martin Kojtal
df6f650ab1
Revert "Remove MTB_STM_S2LP target"
...
This reverts commit 10ca248a7a
.
2020-04-22 13:46:53 +01:00
Marcelo Salazar
1a345cec66
Fix pin config for S2LP
2020-04-20 16:55:35 +01:00
Marcelo Salazar
9ef2801998
Fix astyle format
2020-04-20 16:55:35 +01:00