Krzysztof Stachowiak
9f71d5fcb5
Improve the documenting comment in a config adjustment script
2018-06-08 09:23:59 +01:00
Krzysztof Stachowiak
4b3f8d5869
Add configuration options to enable CMAC in mbedtls by default
2018-06-08 09:23:59 +01:00
Martin Kojtal
4aa2bf6aec
Merge pull request #7122 from ARMmbed/5.9-release-candidate
...
Release candidate 2 for mbed-os-5.9.0
2018-06-06 17:18:02 +02:00
ccli8
c9338d1800
Fix RTOS-less build failed with cmsis/RTE_Components.h
2018-06-06 08:26:55 +01:00
Martin Kojtal
d3e48c2317
test: remove verbose from buil libs calls
...
it was removed recently, not used anymore
2018-06-06 08:03:32 +01:00
Martin Kojtal
3e8488adab
build: fix notifier typo and passing to builds API
...
Notifier should be passed to build libs functions, otherwise it's
none and fails.
Missing notify object in toolchain also fixed.
2018-06-06 08:03:22 +01:00
Cruz Monrreal
d743f7fab5
Updated lines missed during Notifier API migration
2018-06-05 17:18:54 -05:00
Jimmy Brisson
babfb00b80
Use Notifier API when building mbed2
2018-06-05 13:43:45 -05:00
Cruz Monrreal II
97028c5fd8
Removed extraneous file open
2018-06-05 15:05:18 +01:00
Cruz Monrreal II
cc5a36ba81
Modified IntelHex tofile parameter to use path. Py3 open(...) returns a BufferedReader instead of a file.
2018-06-05 15:05:18 +01:00
Cruz Monrreal II
25c49f286a
Modified memap path separator parsing to support Py3. Had to remove part of test that was incompatible with Py3 on Windows.
2018-06-05 15:05:18 +01:00
Cruz Monrreal II
e8661f5b86
Sets module no longer needed to use set()
2018-06-05 15:05:18 +01:00
Cruz Monrreal II
6daf367b93
Modified LazyDict to inherit from object instead of dict, and removed iteration over values. Py3 no longer supports dictionaries that self-modify their item lists during iteration.
2018-06-05 15:05:18 +01:00
Cruz Monrreal II
a7f73de527
Added basestring import for proper string concatenation in Py3
2018-06-05 15:05:18 +01:00
Cruz Monrreal II
f84c74a920
Encapsulated Windows file separator for proper regex parsing
2018-06-05 15:05:18 +01:00
Vincent Coubard
f4089a0d74
BLE Nordic: Initialize and teardown tls platform context
2018-06-05 15:05:18 +01:00
Vincent Coubard
3fc2d33946
Nordic FIX: place observers sequentially in flash.
2018-06-05 15:05:18 +01:00
paul-szczepanek-arm
bf4a8040f0
fix erroneous assert
2018-06-05 15:05:18 +01:00
paul-szczepanek-arm
ab51109a9c
check for invalid param
2018-06-05 15:05:18 +01:00
paul-szczepanek-arm
5aaca082f0
fix not updating size of array
2018-06-05 15:05:18 +01:00
Senthil Ramakrishnan
01f7a3377e
Do not capture filename for release builds
2018-06-05 15:05:18 +01:00
Senthil Ramakrishnan
19f2a73172
Fix for error report not printing when calling error API
2018-06-05 15:05:18 +01:00
Senthil Ramakrishnan
e2fe4fa586
Fix for filename capture not working
2018-06-05 15:05:18 +01:00
Wilfried Chauveau
998b4b8f0a
us_ticker is not yet initialised at this stage
2018-06-05 15:05:18 +01:00
Wilfried Chauveau
5c8236e78b
set the tolerance to 5% if NO_SYSTICK is enabled
2018-06-05 15:05:18 +01:00
Oren Cohen
ac03c12eed
Update uvisor_deprecation.h
2018-06-05 15:05:18 +01:00
Oren Cohen
78de5c3950
Edit warning about FEATURE_UVISOR being deprecated
2018-06-05 15:05:18 +01:00
Ron Eldor
54e2bae638
Remove redundant Cryptocell libraries
...
Remove additional redundant libraries, that were accidently added in merges
2018-06-05 15:05:18 +01:00
Cruz Monrreal II
2c750c405e
Updated local variable in memap/parse_test.py to be lower case.
2018-06-05 15:05:18 +01:00
Cruz Monrreal II
03a51d6e71
Added windows path separator to list of alphabet characters to ignore. Corrected instance of hard-coded unix path separator.
2018-06-05 15:05:18 +01:00
Cruz Monrreal II
b5789f324d
Modified memap tests to perform file path comparisons agnostic of the path separator.
2018-06-05 15:05:18 +01:00
Cruz Monrreal II
8de0876333
Removed test that needs to be rearchitected due to subprocess limitations
2018-06-05 15:05:18 +01:00
deepikabhavnani
39a08f7e20
OS version is not available in code, need a fix for this in next patch release
2018-06-05 15:05:18 +01:00
Przemyslaw Stekiel
c181003702
tests-mbed_hal-common_tickers: Fix increment test case implementation
...
In case when base tick count is different than next tick count check first if the difference is equal to 1 tick (this is what we are looking for) if not then decrease the tick count.
Repeat counting process few times before incrementing the number of cycles in case when base tick count is equal to next tick count.
2018-06-05 15:05:18 +01:00
Martin Kojtal
6817dc43f9
Add Mbed version block for new minor release.
2018-05-28 14:33:13 +01:00
Martin Kojtal
5d8570be39
Merge pull request #7030 from kjbracey-arm/emac_ppp_fix
...
Fix lwIP PPP glue
2018-05-28 15:19:12 +02:00
Martin Kojtal
501a7b6949
Merge pull request #7009 from bulislaw/merge_feature_branches_for_5.9
...
Bring in improved HAL APIs to master
2018-05-28 12:31:14 +02:00
Kevin Bracey
cedbf72a3b
Fix lwIP PPP glue
...
EMAC changes broke PPP glue - fix it up. In particular, PPP steals
the netif->state pointer, so we can't use it as a back pointer to
our LWIP::Interface.
2018-05-28 10:30:42 +03:00
Bartek Szatkowski
4ae6491fd5
Disable sleep tests as they are unstable
2018-05-27 23:31:20 -05:00
Bartek Szatkowski
a1ff22d439
Disable FLASH algo for AD boards
2018-05-27 23:31:20 -05:00
Bartek Szatkowski
dc6ad34994
Disable FLASH for AD boards as they fail the tests intermittently
2018-05-27 23:31:20 -05:00
Bartek Szatkowski
817bf0b092
Disable intermittently failing sleep test
2018-05-27 23:31:20 -05:00
Bartek Szatkowski
1224b3894d
Disable RTC on MAX32630FTHR due to failing tests
2018-05-27 23:31:20 -05:00
Cruz Monrreal
9c62ea311d
Merge pull request #7023 from adbridge/master
...
Add new examples to example list for CI.
2018-05-25 20:27:51 -05:00
Cruz Monrreal
e3aa140aaa
Merge pull request #6981 from yogpan01/master
...
Remove ns_event_loop_thread_start() from NDInterface and ThreadInterface connect()
2018-05-25 16:51:04 -05:00
Cruz Monrreal
d597a8b3f3
Updated blockdevice example to target only K64F
2018-05-25 15:23:26 -05:00
Cruz Monrreal
45dc00dfaa
Merge pull request #6665 from VeijoPesonen/greentea_netsocket_more_tests
...
Greentea netsocket more tests
2018-05-25 15:20:17 -05:00
Bartek Szatkowski
195ef38618
Fix missmatch between targets.son
2018-05-25 13:59:04 -05:00
Jesse Marroquin
11d418b749
mbed-os v5.9 RTC implementation
2018-05-25 13:06:56 -05:00
Bartek Szatkowski
7624a6625c
Sleep was not ported to MAX32630FTHR
2018-05-25 13:06:56 -05:00