Chun-Chieh Li
e7dd4057c3
M453: Support bare metal
...
Relevant modifications to make TOOLCHAIN_* directories clear:
1. Remove TOOLCHAIN_ARM_STD
2. Rename TOOLCHAIN_ARM_MICRO to TOOLCHAIN_ARM
2020-04-27 11:24:13 +08:00
Chun-Chieh Li
226d86b304
NANO130: Support bare metal
...
Relevant modifications to make TOOLCHAIN_* directories clear:
1. Remove TOOLCHAIN_ARM_STD
2. Rename TOOLCHAIN_ARM_MICRO to TOOLCHAIN_ARM
2020-04-27 11:24:13 +08:00
Chun-Chieh Li
530a5cfe7c
M453: Make memory specification configurable
2020-04-27 11:24:12 +08:00
Chun-Chieh Li
188c6d9a4a
NANO130: Make memory specification configurable
2020-04-27 11:24:11 +08:00
Martin Kojtal
ca0161af22
m480_eth: fix alignment
...
Previous commit was wrong (github does not show tabs properly)
2020-04-24 14:18:55 +01:00
Martin Kojtal
60c58a62a4
nuc472_eth: fix alignment
...
Previous commit was incorrect (github does not show tabs..)
2020-04-24 14:17:23 +01:00
Martin Kojtal
36dada2e5f
nuc472_eth: fix alignment
2020-04-24 14:16:21 +01:00
Martin Kojtal
bc497a1742
m480_eth: Fix styling
...
remove tabs
2020-04-24 14:14:28 +01:00
Martin Kojtal
fe9f311a6d
Merge pull request #12855 from rajkan01/signal_greentea_test
...
Bare metal: Enable signals greentea test
2020-04-24 12:04:03 +02:00
jeromecoutant
bc4bc05908
STM32 warning remove
2020-04-24 10:57:45 +02:00
Martin Kojtal
906999a61c
Merge pull request #12850 from kyle-cypress/pr/general-filesystem-init
...
Fix intermittent sync fail in tests-filesystem-general_filesystem
2020-04-24 10:11:59 +02:00
Martin Kojtal
4b5f34a1ea
Merge pull request #12844 from amq/patch-3
...
Add invalid data case to tdbstore ram init
2020-04-24 10:11:28 +02:00
Kevin Bracey
b6a7a0896e
Streamline crash data access
...
Use correctly-typed external definition for the crash data region, and
eliminate unnecessary pointer indirection.
Results in a small ROM saving even with crash capture disabled, as there
was a pointer for the fault context store in either case. The pointer
isn't needed, as the context store location is fixed according to the
configuration flag.
2020-04-24 10:59:13 +03:00
Martin Kojtal
e2c01fae47
Merge pull request #12852 from anttiylitokola/master
...
Update mbed-coap to version 5.1.4
2020-04-24 09:14:07 +02:00
Qinghao Shi
ce88f0ea28
TEST: add log compare test for nfc examples
2020-04-23 20:33:02 +01:00
jeromecoutant
227af65ef1
STM32F7: CubeDriver V1.15.0 to V1.16.0
...
https://github.com/STMicroelectronics/STM32CubeF7
2020-04-23 18:02:15 +02:00
jeromecoutant
8d542142da
STM32F7: directory restructuration
2020-04-23 18:02:06 +02:00
Rajkumar Kanagaraj
784369a3de
Bare metal: Enable signals greentea test
2020-04-23 12:38:02 +01:00
Antti Yli-Tokola
267d3bc797
Update mbed-coap to version 5.1.4
...
Add also 4.13 (Request Entity Too Large) responses to duplicate info list.
Add client library configurations for DEFAULT_RESPONSE_TIMEOUT and SN_COAP_DUPLICATION_MAX_TIME_MSGS_STORED.
Increased the default timeouts of DEFAULT_RESPONSE_TIMEOUT and SN_COAP_DUPLICATION_MAX_TIME_MSGS_STORED to 300 seconds.
These two are critical parameters for low-bandwidth high-latency networks. The defaults should be more geared towards such networks that are likely to have issues with transmissions.
The increased defaults can increase the runtime HEAP usage when there is a lot of duplicates or retransmissions.
2020-04-23 13:14:50 +03:00
Arto Kinnunen
329c5d8538
Add unittests for added methods
...
Add unit tests for added methods:
-get_rtt_estimate_to_address
-get_stagger_estimate_to_address
2020-04-23 11:58:51 +03:00
Kevin Bracey
03ce9190f9
Optimise fault handler assembly
...
Fault handler assembly was very simplistic. Optimise for a 112 byte saving.
2020-04-23 11:28:35 +03:00
Kevin Bracey
c1641e79c5
Reformat except.S
...
Tidy up formatting, and make all 3 toolchain versions more consistent,
for ease of diffing and transferring changes between them.
2020-04-23 11:28:35 +03:00
Martin Kojtal
ecf4008046
Merge pull request #12825 from kjbracey-arm/linkinline
...
Turn on ARM linker --inline
2020-04-23 08:24:37 +02:00
Martin Kojtal
4021b1a6ed
Merge pull request #12846 from 0xc0170/revert_s2lp_target
...
Revert "Remove MTB_STM_S2LP target"
2020-04-23 08:13:46 +02:00
Arto Kinnunen
b081411fb7
Corrections from review meeting
...
-Rename get_latency_estimate_to_address, use rtt instead of latency
-Update descriptions of added methods
2020-04-22 21:38:12 +03:00
Qinghao Shi
a43394d0d6
TEST: change target that runs filesystem example
2020-04-22 17:41:32 +01:00
Qinghao Shi
1711d2f9a0
TEST: enable wifi example test
2020-04-22 17:38:23 +01:00
Martin Kojtal
422b194114
Merge pull request #12843 from ithinuel/bare_metal_storage
...
enable storage tests on baremetal
2020-04-22 16:03:14 +02:00
amq
56d35b188a
Add invalid data case to tdbstore ram init
2020-04-22 15:30:48 +02:00
Martin Kojtal
df6f650ab1
Revert "Remove MTB_STM_S2LP target"
...
This reverts commit 10ca248a7a
.
2020-04-22 13:46:53 +01:00
Felipe
b0ab86034c
ws: added support for brazilian regulatory domain
2020-04-22 09:09:41 -03:00
Martin Kojtal
5e765487c4
Merge pull request #12833 from evedon/ed-baremetal-json
...
Override c_lib to small for all targets
2020-04-22 11:15:08 +02:00
Martin Kojtal
b622a25688
Merge pull request #12810 from MarceloSalazar/platform_cleanup
...
Remove unsupported targets
Note, commit 21e364e
is just a styling fix, no target removal.
2020-04-22 10:58:50 +02:00
Martin Kojtal
8de5c32d9e
Merge pull request #12841 from VeijoPesonen/drop_bootloaders
...
Drops prebuild bootloaders not supported in Mbed OS 6
2020-04-22 09:56:11 +02:00
Martin Kojtal
e33e93622c
Merge pull request #12663 from hugueskamba/hk-NUCLEO_F303K8-fix-microlib-support-optimize-ram
...
Migrate NUCLEO_F303K8 to Mbed OS 5 baremetal
2020-04-22 07:06:13 +02:00
Jason Huang
7ef3275b47
Nuvoton: netsocket correction of judgment errors
2020-04-22 07:56:37 +08:00
Kyle Kearney
18af867704
Filesystem test: Move lfs init in test startup
...
tests-filesystem-general_filesystem declares BlockDevice and FileSystem
pointers as globals. If these are initialized to their respective
default_instance values in the declaration, the LFS init happens during
OS startup when __libc_init_array() is invoked by mbed_toolchain_init().
If the filesystem blockdevice does not currently contain a valid filesystem
(e.g. the chip has just been erased), then LFS will flag this as corruption
and abort the mounting process.
This cleanup process can take long enough (and is running pre-main) that
greentea times out waiting for the device to respond to its sync packet,
and resets the device.
To resolve this, move the initialization into the first test case
(bd_init_fs_reformat) right before it initializes and formats the
blockdevice and filesystem.
2020-04-21 15:13:01 -07:00
Wilfried Chauveau
1005ea28df
enable storage tests on baremetal
2020-04-21 17:53:43 +01:00
Martin Kojtal
6bd55d6159
Merge pull request #12840 from GaborAbonyi/ns_mhu_for_musca_b1
...
Musca-B1: Grant Non-Secure access for MHU0 on EXP0
2020-04-21 17:14:31 +02:00
Veijo Pesonen
812b5606b9
Drops bootloaders not supported in Mbed OS 6
...
Target support for these targets has been removed
2020-04-21 17:28:58 +03:00
Martin Kojtal
31e3305c82
Merge pull request #12818 from rajkan01/rtos_driver_doxygen_note
...
Add the Doxygen note to non-supported RTOS and Driver class.
2020-04-21 15:48:18 +02:00
Hugues Kamba
4e61240838
Migrate NUCLEO_F303K8 to Mbed OS 5 baremetal
...
* Use two memory regions in ARM toolchain linker file to support Microlib
* Replace `target.default_lib` with `target.c_lib`
* Specify supported lib sizes per toolchain
* Add support for Mbed OS versions after Mbed 2
2020-04-21 12:11:35 +01:00
Martin Kojtal
6111b8dfcc
Merge pull request #12828 from dustin-crossman/pr/update-cysbsyskit_01
...
Update CYSBSYSKIT_01
2020-04-21 10:13:38 +02:00
Martin Kojtal
aec6303437
Merge pull request #12787 from kyle-cypress/pr/cyeskit-064b0s2-4343w
...
Cypress: Add CYESKIT-064B0S2-4343W
2020-04-21 10:08:40 +02:00
Martin Kojtal
bb6345e63b
Merge pull request #12827 from ithinuel/bare_metal_hal
...
enable common tickers & lp_tickers hal tests in baremetal mode
2020-04-21 09:56:59 +02:00
Martin Kojtal
b9ab2d2f25
Merge pull request #12816 from rajkan01/semaphore_greentea_test
...
Baremetal: Enable Semaphore greentea test
2020-04-21 09:51:07 +02:00
Martin Kojtal
f468c9b1fe
Merge pull request #12830 from kivaisan/fix_bg96_offload_dns_query
...
Cellular: Fix BG96 offloaded DNS query for new API
2020-04-21 09:38:56 +02:00
Jason Huang
f3f69b8db7
Correction of judgment errors.
2020-04-21 13:22:33 +08:00
Rajkumar Kanagaraj
9b2cea75ad
Add the Doxygen note to non-supported RTOS and Driver class.
2020-04-20 18:24:37 +01:00
Evelyne Donnaes
8be00a1ff8
Override c_lib to small for all targets.
...
Small C libraries should be used with the bare metal profile
to save memory.
2020-04-20 18:01:51 +01:00