David Saada
3995779806
Add a Unity macro to assert on platform error code difference
2018-11-15 12:14:44 +02:00
David Saada
50836e76a1
Improve the efficiency of BufferedBlockDevice
2018-11-15 11:52:22 +02:00
zhangzhenwu
c97d343470
wifi-headerfile-updates
...
1, add "extern "C" {} " to "wifi_ind.h" for being called by CPP files.
2018-11-15 17:02:03 +08:00
Yoshihiro TSUBOI
dad6ede7f5
[Wio 3G] Added default I/F type and pin defs
2018-11-15 17:38:03 +09:00
Martin Kojtal
1ac4d9b430
Merge pull request #8680 from kfnta/initial_components
...
Add PSA build components to build configuration for non-PSA targets
2018-11-15 07:31:09 +00:00
Martin Kojtal
a2ae34b0e6
cellular: fix coding style
2018-11-15 07:23:37 +00:00
Martin Kojtal
cbdd6324ed
travis: echo failure if astyle fails
2018-11-15 07:20:13 +00:00
Martin Kojtal
6d6c09bb80
blockdevice: fix coding style
2018-11-15 07:20:13 +00:00
Martin Kojtal
d3e51fc3a0
events: fix coding style
2018-11-15 07:20:13 +00:00
Martin Kojtal
70b5772dc4
travis: add after_failure for astyle
...
To get to failure, we need to exit with 1
2018-11-15 07:20:13 +00:00
Martin Kojtal
3f9d1a9271
nanostack eventloop: fix coding style
2018-11-15 07:20:13 +00:00
Martin Kojtal
eec4e1329a
nanostack interface: fix coding style
2018-11-15 07:20:12 +00:00
Martin Kojtal
29a1149bd6
nanostakc cmsis rtos: fix coding style
2018-11-15 07:20:12 +00:00
Martin Kojtal
3aab38140a
nanostack mesh: fix coding style
2018-11-15 07:20:12 +00:00
Martin Kojtal
e1e20a64f9
rtos: fix coding style
2018-11-15 07:20:12 +00:00
Martin Kojtal
ef728d01dc
tests: fix doxygen style
2018-11-15 07:20:12 +00:00
Martin Kojtal
53c427735c
filehandle test: fix coding style
2018-11-15 07:20:12 +00:00
Martin Kojtal
edef49b5fd
travis: astyle error leads to the pull request error
...
As our codebase is 0 styling errors, we should start treating astyle errors as
pull request blockers. Time to follow our coding style.
2018-11-15 07:20:11 +00:00
Martin Kojtal
3d859575d2
platform: fix coding style
2018-11-15 07:20:11 +00:00
Martin Kojtal
fbdbffffb9
drivers: fix coding style for doxygen
2018-11-15 07:20:11 +00:00
Martin Kojtal
830f7464cc
rtx idle: fix coding style
2018-11-15 07:20:10 +00:00
Martin Kojtal
9a0651c7fb
astyleignore: add nanostack targets folder
...
Targets will be styled separately
2018-11-15 07:20:10 +00:00
Martin Kojtal
501bc29426
rtc time test: fix coding style
2018-11-15 07:20:09 +00:00
Martin Kojtal
7d7bfd7bf2
blockdevice: fix components coding style
2018-11-15 07:20:09 +00:00
Martin Kojtal
a4500e86f5
blockdevice test: fix coding style
2018-11-15 07:20:09 +00:00
Martin Kojtal
43615baf0e
CThunkbase: fix coding style
2018-11-15 07:20:09 +00:00
kegilbert
9d9cd84942
Refactor logic to improve readability
...
Move JSON accepted value ranges back to JSON array
2018-11-14 18:31:59 -06:00
Deepika
e3c4dae875
Add tests to verify RAM/ROM sizes
2018-11-14 09:51:53 -06:00
Deepika
ad736e9894
Add RAM/ROM memory statistics to system stats structure
...
Internal RAM / ROM memory size and start address of target can be
fetched using `mbed_stats_sys_get()` API.
2018-11-14 09:51:33 -06:00
Seppo Takalo
7ac326ab1d
Add design document for network statistics.
2018-11-14 17:14:23 +02:00
Mahesh Mahadevan
fffb37534e
LPC546XX: Update the SPIFI SDK driver
...
Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2018-11-14 09:00:34 -06:00
Anna Bridge
4d07bcbd6e
Merge pull request #8579 from jarvte/cellular_context
...
Major refactoring: changing Network inheritance from CellularNetwork to new class CellularContext
2018-11-14 14:37:19 +00:00
Mahesh Mahadevan
d5cf53aba1
MIMXRT1050_EVK: Update the SDK clock driver
...
This fixes build failures seen with GCC_ARM
Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2018-11-14 07:13:07 -06:00
Mahesh Mahadevan
12c6b1bd88
MIMXRT1050EVK: Add ENET support
...
Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2018-11-14 07:13:07 -06:00
Conrad Braam
ef81f4b5a3
Merge pull request #2 from ARMmbed/master
...
catch up from armmbed
2018-11-14 12:25:12 +00:00
Bence Kaposzta
ee7cefc868
Add RTC and Sleep to CM3DS
...
This commit represents the second stage of the low power implementations
that are required from Mbed 5.10 onwards. Besides the default hal
implementations (rtc_api.c and sleep.c), the PL031 RTC's native driver
needed to be added. Due to HW limitations in SSE-050 and the CM3DS,
Deep Sleep couldn't be implemented, therefore it is functionally
identical to Sleep (WFI).
Change-Id: Ibed2bdb452f48c98024dc7ef07fb51a4425e0a80
Signed-off-by: Bence Kaposzta <bence.kaposzta@arm.com>
2018-11-14 11:10:26 +01:00
Bence Kaposzta
1b792317e4
Implement LP and us tickers to CM3DS
...
This commit represents the first stage of the low power implementations
that are required from Mbed 5.10 onwards. The LP ticker has been
implemented using a CMSDK Dual Timer's both timers (HW prescaler needed
to operate in the specified frequency domain), whereas the us ticker
uses one CMSDK Timer. Besides the default hal implementations (lp_ticker.c
and us_ticker.c), the CMSDK Dual Timer's native driver needed to be added.
Change-Id: I0b16b93dfac7753bebf430a2ce77761cb9c43ee5
Signed-off-by: Bence Kaposzta <bence.kaposzta@arm.com>
2018-11-14 11:10:09 +01:00
Juhani Puurula
93e90f70aa
Icetea test documentation: added spaces
2018-11-14 11:49:24 +02:00
Oren Cohen
4091a4c8c7
Add PSA build components to build configuration for non-PSA targets
...
* Added PSA components to base Target in targets.json
* Fix all targets declaring components
2018-11-14 10:40:37 +02:00
Martin Kojtal
82f195c021
Merge pull request #8696 from theotherjimmy/handle-parent-renames
...
Resources: Avoid assuming that deps have a sane name
2018-11-14 08:26:11 +00:00
Martin Kojtal
e237194c0f
Merge pull request #8733 from cmonr/rollup
...
Rollup PR: Resume testing on PRs with false failures
2018-11-14 08:17:27 +00:00
Antti Kauppila
cf53494f2e
Compliance test errors fixed
2018-11-14 09:46:38 +02:00
kegilbert
44d3e62835
Patch whitespace inconsistencies in platform lib file
2018-11-13 19:08:44 -06:00
Cruz Monrreal II
4a5ba7f156
Merge branch 'getpeername' of ssh://github.com/SeppoTakalo/mbed-os into rollup
2018-11-13 17:26:49 -06:00
Cruz Monrreal II
798ffd0d5a
Merge branch 'fm_flash' of ssh://github.com/jamesbeyond/mbed-os into rollup
2018-11-13 17:26:48 -06:00
Cruz Monrreal II
0499ee2783
Merge branch 'erase_flash_fix' of ssh://github.com/deepikabhavnani/mbed-os into rollup
2018-11-13 17:26:47 -06:00
Cruz Monrreal II
cf7c767f32
Merge branch 'refactor-targets-formatting' of ssh://github.com/scartmell-arm/mbed-os into rollup
2018-11-13 17:26:46 -06:00
Cruz Monrreal
aab3ade2b7
Merge pull request #8687 from kjbracey-arm/tls_errorlog
...
TLSSocketWrapper: decouple error requirements
2018-11-13 16:48:15 -06:00
kegilbert
7a436660e9
Handle None and hex values in string format
2018-11-13 16:12:35 -06:00
Michael Ray
b7559e315c
Feature: Added non-blocking serial break/unbreak functions
...
Current serial implementation has a send_break() command which
sends a break command on the UART for a fixed amount of time.
Added functions to allow users to send a break in a non-blocking
fashion, as well as for a user-specified amount of time.
2018-11-13 12:46:05 -06:00