Martin Kojtal
f331ac34c4
Merge pull request #6402 from u-blox/cellular_test_target
...
Renaming Ublox library for mbed cellular framework
2018-04-06 12:19:58 +02:00
Antti Kauppila
6ef331b9db
LoRa: Fixed cflist decoding issue
...
- This fixes defect IOTCELL-754
2018-04-06 12:54:01 +03:00
Thomas Sailer
696a7f5bd5
generate .mbedignore files in bin and obj to prevent mbed compile from getting confused
2018-04-06 11:45:12 +02:00
Thomas Sailer
69d7c530f5
proper compile flags for Release target; add fib/trim files to .mbedignore so mbed compile doesn't pick them up
2018-04-06 11:44:59 +02:00
Thomas Sailer
7b7d5fcb91
exporter: properly export libraries
2018-04-06 11:42:23 +02:00
Thomas Sailer
84fe7ed5fd
skip -c, sort compiler options and file list
2018-04-06 11:41:49 +02:00
Thomas Sailer
8478ec253a
copy ncs36510addfib.py into project root, because it cannot be relied to be accessible in the template directory
2018-04-06 11:40:37 +02:00
Thomas Sailer
209310c54f
remove NCS36510 specific changes from this branch
2018-04-06 11:31:55 +02:00
Thomas Sailer
f53154a95e
some modifications from review
2018-04-06 11:31:55 +02:00
Thomas Sailer
ca86cbf565
Code::Blocks project file exporter
2018-04-06 11:31:55 +02:00
Martin Kojtal
501953b1a4
Merge pull request #6442 from deepikabhavnani/crc_test
...
Add test for MbedCRC.h
2018-04-06 10:46:52 +02:00
Martin Kojtal
54b6aa3d1e
Merge pull request #6490 from li-ho/ev-cog-us-ticker-fire-interrupt
...
ADI: Fix EV_COG_AD3029LZ and EV_COG_AD4050LZ us_ticker_fire_interrupt() minimal time interval
2018-04-06 10:31:58 +02:00
Martin Kojtal
3328ecd92a
Merge pull request #6531 from SenRamakri/sen_DeprecatedFixes
...
Fix doxygen comments to reflect the deprecated functions
2018-04-06 10:06:31 +02:00
Martin Kojtal
02d4631c13
Merge pull request #6528 from anttiylitokola/mbed_coap_4.4.1
...
Update mbed-coap to version 4.4.1
2018-04-06 10:05:39 +02:00
Martin Kojtal
bbf9c26325
Merge pull request #6527 from OPpuolitaival/gitattribute_check
...
Test line-ending problems
2018-04-06 09:50:56 +02:00
Martin Kojtal
fff7299f63
Merge pull request #6533 from c1728p9/timeout_fix
...
Fix deep sleep locking for Timeout class
2018-04-06 09:49:06 +02:00
Jimmy Brisson
d374bb4a5a
Correct armc6 detection logic
2018-04-05 15:13:52 -05:00
Jimmy Brisson
f34feddaa2
Error on invalid mbed_lib JSON
2018-04-05 14:34:00 -05:00
Jimmy Brisson
4eff47feb4
Remove MPS2 M1
...
There's not a port
2018-04-05 14:05:49 -05:00
Jimmy Brisson
c0410d7bec
Add GCC_ARM support to all fake test targets
2018-04-05 10:11:51 -05:00
Wilfried Chauveau
de4d7043c9
add ADC_AN0-2 mapped on PA_0-2
2018-04-05 08:33:55 +01:00
Jimmy Brisson
6cf2efa794
Prevent compiling with unsupported compilers
2018-04-04 14:02:13 -05:00
paul-szczepanek-arm
57149b69e4
monitor for signing events and set local counter
2018-04-04 19:24:00 +01:00
deepikabhavnani
48002ffc39
Added description of tz_module and MBED_TZ_DEFAULT_ACCESS
2018-04-04 12:28:57 -05:00
paul-szczepanek-arm
1d74dfa1f9
redundant funcs removed
2018-04-04 18:02:16 +01:00
Vincent Coubard
dcff810457
BLE: replace byte_array_t::buffer with byte_array_t::data
2018-04-04 17:20:08 +01:00
paul-szczepanek-arm
acfc5b218d
set cordio csrk and counter
2018-04-04 17:16:34 +01:00
paul-szczepanek-arm
2e1c5fc123
completely redundant
2018-04-04 17:16:16 +01:00
Keyur Hariya
2bb78d433f
Fix assembly file extension
2018-04-04 10:32:46 -05:00
Cruz Monrreal
75cb4d7512
Merge pull request #6411 from AnttiKauppila/stack_refactoring
...
Stack refactoring
2018-04-04 10:26:55 -05:00
paul-szczepanek-arm
539a11ee31
sign counter added
2018-04-04 15:59:10 +01:00
Vincent Coubard
17b3e26429
BLE: remove trace in Nordic PAL security manager
2018-04-04 15:42:47 +01:00
Vincent Coubard
04ab07ff16
BLE: Add documentation to CryptoToolbox.
2018-04-04 15:41:20 +01:00
Vincent Coubard
59a301a256
BLE: CryptoToolbox enhancement
...
- Rename LescCrypto into CryptoToolbox
- Use ArrayView of fixed size as parameters
- Add licence
2018-04-04 15:31:31 +01:00
Vincent Coubard
cd39406d20
BLE: Add conversion function from byte_array_t to ArrayView.
2018-04-04 15:28:52 +01:00
Vincent Coubard
5761caff00
BLE: Extend ArrayView to encode size in type.
...
With this change, it is possible to encode the size of the array viewed by an ArrayView into the type itself: ArrayView<T, Size>. Such objects are lighter than ArrayView of arbitrary size and allows verification of the size at compile time.
This change also fix operator== and bring new make_ArrayView overloads.
2018-04-04 15:28:17 +01:00
Vincent Coubard
9e1f0b34f8
BLE: Fix byte_array_t subscript operator
2018-04-04 15:22:15 +01:00
Vincent Coubard
d8f3d9c5ef
BLE: provide non const overload of byte_array_t::data member function.
2018-04-04 15:21:54 +01:00
Vincent Coubard
bf41bb3164
BLE: Export byte_array_t size exploitable at compile time.
2018-04-04 15:21:05 +01:00
Russ Butler
953bbeb7de
Update idle loop to reduce calls to suspend
...
Change tickless handling to use public RTX calls and to prevent
unnecessary calls to suspend/resume by looping until the kernel
needs to be resumed.
2018-04-04 09:17:05 -05:00
Vincent Coubard
7bf0eb009a
BLE: use ArrayView to pass and get parameters in Crypto API
...
This change allow vendor pal code to use its own array format.
2018-04-04 11:04:13 +01:00
Martin Kojtal
1529ad62c2
Merge pull request #6518 from marcuschangarm/fix-nvstore-stack
...
Inrease thread stack size to 1024 bytes in NVStore test for NRF52
2018-04-04 09:04:53 +02:00
Russ Butler
1b58e58e1a
Fix deep sleep locking for Timeout class
...
Detach in the Timeout::handler so deep sleep is properly unlocked.
2018-04-03 15:46:10 -05:00
Senthil Ramakrishnan
194b89cce6
Fix doxygen comments to reflect the deprecated functions
2018-04-03 14:10:39 -05:00
Jimmy Brisson
018596446e
Exclude files like `.main.cpp` from builds
2018-04-03 11:23:42 -05:00
Cruz Monrreal
4a5ac149ec
Merge pull request #6512 from theotherjimmy/export-check-rtos
...
Move Mbed 5 support check so that it affects the exporters
2018-04-03 11:06:55 -05:00
Paul Szczepanek
0833827460
Merge pull request #26 from paul-szczepanek-arm/signing
...
signing integration between gatt and sm
2018-04-03 15:50:18 +01:00
Joris Aerts
f8a06640c1
Add mbed5 build support for LPC11C24
2018-04-03 16:45:16 +02:00
paul-szczepanek-arm
08c9ac5fe6
Merge branch 'signing' of https://github.com/paul-szczepanek-arm/mbed-os into signing
2018-04-03 15:42:31 +01:00
paul-szczepanek-arm
cbf80e9da5
typos, style and other review fixes
2018-04-03 15:41:43 +01:00