Dustin Crossman
c70baa9289
Fix kv parsing bug in greentea client.
...
Mbed greentea sends all KV pairs in the following format:
"{{key,value}}\n"
Previously the greentea client code was not reading the final '\n' from
the UART as part of the HandleKV() call. This did not cause an
error when multiple KV pairs were being parsed because any whitespace
proceeding a message was ignored. Once the final KV pair was sent,
however, HandleKV() would only read up to the "}}" leaving the final
'\n' in the UART buffer.
2020-07-01 10:38:49 -07:00
adbridge
a6207cadad
Update Mbed version block
2020-06-24 16:41:27 +01:00
Martin Kojtal
846fbfb0fd
Merge pull request #13175 from Patater/remove-tfm-kvstore-adapter
...
psa: Remove not needed TF-M ITS KVStore adapter
2020-06-24 10:14:20 +02:00
Martin Kojtal
6c27da57d9
Merge pull request #13122 from romanjoe/pr/add_cy8ckit_064b0b2_4343w
...
Cypress: Add target CY8CKIT_064B0S2_4343W, update psoc6pdl, psoc6cm0p
2020-06-24 09:36:39 +02:00
Jaeden Amero
6c9d16843c
test: Add an experimental API config
...
It's important we still continue to run `mbed test` tests for APIs
considered experimental. Add a new test config which enables all
experimental APIs for test purposes.
For example, to run mbed test including experimental APIs on K64F:
mbed test -m K64F -t GCC_ARM --app-config TESTS/configs/experimental.json
2020-06-23 13:48:03 +01:00
Jaeden Amero
e3cfee4b3d
psa: Remove not needed TF-M ITS KVStore adapter
...
Targets that use Mbed for their PSA implementation
(TARGET_MBED_PSA_SRV), rather than TF-M, do not need any adapters to
connect TF-M and KVStore. Remove the unnecessary file its_tfm_impl.cpp.
2020-06-23 13:22:29 +01:00
Martin Kojtal
b4389c7805
Merge pull request #13165 from MarceloSalazar/musca_a1
...
Remove Musca A1 target
2020-06-22 16:32:01 +02:00
Martin Kojtal
107d9bbf8a
Merge pull request #13070 from ithinuel/add_aws_example_to_build_list
...
add mbed-os-example-aws to the example list
2020-06-22 16:08:45 +02:00
Wilfried Chauveau
d4e9267542
disable compilation in CI
2020-06-22 14:15:52 +01:00
Marcelo Salazar
dbbdb3f5bd
Remove Musca A1 target
...
The MUSCA_A1 target isn't supported in Mbed OS 6.
Removing as it was left in master by mistake.
However, it continues to be available in 5.15 branch.
2020-06-22 13:24:40 +01:00
Roman Okhrimenko
00cbc2d54e
Update GeneratedSource of 064B0S2 with repo-starging 15347 revision
2020-06-19 16:16:55 +03:00
Roman Okhrimenko
dcc3559a82
Update GeneratedSources for 064B0S2 - disable ALT systick due to changes in psoc6pdl-1.6.0.4266
2020-06-19 16:16:55 +03:00
Roman Okhrimenko
1bd215ba1a
Update GeneratedSource files for 064B0S2 using psoc6pdl-1.6.0.4266-rc3
2020-06-19 16:16:55 +03:00
Roman Okhrimenko
611c95614d
Update psoc6cm0p to 1.2.0.237-rc2
2020-06-19 16:16:55 +03:00
Roman Okhrimenko
7a862d2059
Update psoc6pdl to 1.6.0.4266-rc3
2020-06-19 16:16:55 +03:00
Roman Okhrimenko
bcc8c2cdae
Rename 064B0S2 linker scripts names per common pattern
2020-06-19 16:16:54 +03:00
Roman Okhrimenko
2a313c3ed7
Update prebuild Secure CM0p hex file from multi image case with 064B0S2 to 1.2.0.210
2020-06-19 16:16:54 +03:00
Roman Okhrimenko
4043deee7e
Update linker scripts with templates from psoc6pdl 1.6.0.4172 for IAR and ARM for 064B0S2, add cm4_dual versions
2020-06-19 16:16:54 +03:00
Roman Okhrimenko
fc42c74e7b
Rework find_policy() in post build script to enable default locations
2020-06-19 16:16:54 +03:00
Roman Okhrimenko
66f6e2a199
Update asset psoc6cm0p build 1.2.0.210 RC1
2020-06-19 16:16:54 +03:00
Roman Okhrimenko
f99a1c49b9
Update GeneratedSource and system files for B0S2 using psoc6pdl 1.6.0.4172 RC2
2020-06-19 16:16:54 +03:00
Roman Okhrimenko
aa3c81e749
Update psoc6pdl to .1.6.0.4172 RC2
2020-06-19 16:16:54 +03:00
Roman Okhrimenko
9be0baf406
Remove ES10 targets from flash_config header in tests, remove mbed_app.json
2020-06-19 16:16:54 +03:00
Roman Okhrimenko
797bf090b9
Delete policies and linker files for multi image for B0S2
2020-06-19 16:16:53 +03:00
Roman Okhrimenko
edcda5192a
Delete ES10 related sb-tools folder from TARGET_PSOC6, post build now use cysecuretools
2020-06-19 16:16:47 +03:00
Roman Okhrimenko
f689c05db7
Modify post build scripts to support only cysecuretools signing
2020-06-19 16:16:47 +03:00
Roman Okhrimenko
b59a80d6ca
Add 064B0S2 target to targets.json
2020-06-19 16:16:47 +03:00
Roman Okhrimenko
773a4becf1
Delete ES10 targets from targets.json
2020-06-19 16:16:47 +03:00
Roman Okhrimenko
c97f140590
Delete ES10 target source CY8CKIT_064S2_4343W
2020-06-19 16:16:00 +03:00
Roman Okhrimenko
07bf595dce
Delete ES10 target source CYESKIT_064B0S2_4343W
2020-06-19 16:15:45 +03:00
Roman Okhrimenko
64a3d26493
Delete ES10 target source CY8CPROTO_064_SB
2020-06-19 16:15:34 +03:00
Roman Okhrimenko
571e097d9f
Add secure cm0 psoc6cm0p hex prebuild 1.2.0.174 file to 064B0S2 BSP
2020-06-19 16:13:59 +03:00
Roman Okhrimenko
bdac29e93e
Add 064B0S2 target BSP files using psoc6pdl 1.6.0.3875
2020-06-19 16:13:59 +03:00
Roman Okhrimenko
683e3631da
Update psoc6cm0p to 1.2.0.174
2020-06-19 16:13:59 +03:00
Roman Okhrimenko
4700a726f8
Update psoc6pdl to 1.6.0.3875
2020-06-19 16:13:59 +03:00
Martin Kojtal
3d031cebe4
Merge pull request #13158 from toyowata/fix_wio_emw3166
...
[WIFI] Add NSAPI_PRESENT macro in the WicedInterface
2020-06-19 12:52:42 +02:00
Martin Kojtal
15b7fe404e
Merge pull request #13142 from rajkan01/fix_emac_chrono_warning
...
EMAC: Fix Chrono compliation warnings
2020-06-19 10:06:58 +02:00
Martin Kojtal
6646e8e79e
Merge pull request #13128 from farrenv/add-EP-ATLAS
...
Add support for Embedded Planet target Atlas
2020-06-19 09:09:35 +02:00
toyowata
7ad0174815
[WIFI: WicedInterface] Add NSAPI_PRESENT macro
2020-06-19 14:28:45 +09:00
Martin Kojtal
32a032bbf0
Merge pull request #13149 from kivaisan/cellular_alt1250_save_rat
...
Cellular: ALT1250: Store RAT to permament memory
2020-06-18 22:24:24 +02:00
Martin Kojtal
802c89707e
Merge pull request #12905 from kjbracey-arm/timer_tweaks
...
Timer: minor revisions
2020-06-18 22:23:56 +02:00
Martin Kojtal
920133e8ed
Merge pull request #13118 from evedon/ed-full-profile
...
Replaced rtos profile with full profile
2020-06-18 22:19:59 +02: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
Hugues Kamba
2b934a228f
Fix tests-netsocket-udp
...
Use std::chrono literals and variables where it makes sense
2020-06-18 18:10:10 +01:00
Martin Kojtal
51446de9dc
Merge pull request #13144 from rajkan01/fix_esp_driver_compilation_warnings
...
Fix esp8266 driver compilation warning
2020-06-18 16:13:26 +02:00
Vance Farren
70b0acaa33
clean up dead code
2020-06-18 08:56:40 -04:00
Martin Kojtal
847807e608
Merge pull request #12955 from Patater/replace-mbed-psa-with-tfm
...
Replace Mbed PSA with TF-M PSA
2020-06-18 14:39:50 +02:00
Rajkumar Kanagaraj
31bc95a742
Fix astyle format issue
2020-06-18 12:40:44 +01:00
Rajkumar Kanagaraj
28e44ac6f8
Fix compilation warnings by using the Chrono based time argument in EventQueue call_every() API call.
2020-06-18 12:30:11 +01:00
Jaeden Amero
4961d4a52d
psa: Configure Mbed TLS to use PSA as needed
...
Configure Mbed TLS to automatically enable PSA as needed. When Mbed OS
is configured to use PSA, configure Mbed TLS to use PSA. This prevents
leaking of the "how to make Mbed TLS use PSA" knowledge up into
targets.json, and thus makes porting simpler. There is now one place
where "how to make TLS use PSA" exists rather than repeated throughout
targets.json for each target that can't inherit from PSA_Target.
2020-06-18 12:18:12 +01:00