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
Wilfried Chauveau
de4d7043c9
add ADC_AN0-2 mapped on PA_0-2
2018-04-05 08:33:55 +01:00
deepikabhavnani
48002ffc39
Added description of tz_module and MBED_TZ_DEFAULT_ACCESS
2018-04-04 12:28:57 -05: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
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
Joris Aerts
f8a06640c1
Add mbed5 build support for LPC11C24
2018-04-03 16:45:16 +02:00
bcostm
8412807669
Update stm32l151xba.h
2018-04-03 15:01:07 +02:00
bcostm
293b3bfdc0
STM32L1: allow redefinition of FLASH_SIZE macro
2018-04-03 14:23:14 +02:00
bcostm
8c0ff8be79
Fix typos causing ARM build error
2018-04-03 14:01:03 +02:00
bcostm
d8aa587782
L1 ST CUBE V1.8.1
2018-04-03 14:01:02 +02:00
Antti Kauppila
10ad173091
LoRa: Small fixes
...
- changed few static variables to have const
2018-04-03 14:58:01 +03:00
Olli-Pekka Puolitaival
c837b3dd42
Test line-ending problems
2018-04-03 14:38:02 +03:00
Antti Yli-Tokola
8fdae13642
Update mbed-coap to version 4.4.1
...
- Fixes error: IOTCLT-2539 Block wise messaging call-backs not working logically
- Allow TCP+TLS transport method to send larger messages without blockwising.
NOTE! These are internal changes required for cloud client. This has no direct relevance to any mbed-os functionality.
2018-04-03 13:58:40 +03:00
Max Payne
bd47110554
Fix IPv4 address parsing due to not-so-portable scanf modifier
...
Bug is raised when using newlib-based toolchains.
%hh format is only avaliable in scanf if newlib is compiled
with _WANT_IO_C99_FORMATS option.
2018-04-02 23:33:21 +03:00
Yossi Levy
8684a63732
Fix Travis CI docs issues
2018-04-02 13:01:21 +03:00
Edmund Hsu
04eaabf579
Fix EV_COG_AD3029LZ `us_ticker_fire_interrupt()` minimal time interval
...
- ensure us_ticker_irq_handler() is called only when GP2 timer expires
- set us_ticker_set_interrupt() time interval to be 9.846 us
- set us_ticker_fire_interrupt() time interval to be 0.03846 us
2018-04-01 19:35:05 +10:00
Edmund Hsu
ef6d93eca0
Fix EV_COG_AD4050LZ `us_ticker_fire_interrupt()` minimal time interval
...
- ensure us_ticker_irq_handler() is called only when GP2 timer expires
- set us_ticker_set_interrupt() time interval to be 9.846 us
- set us_ticker_fire_interrupt() time interval to be 0.03846 us
- convert tab to space
2018-04-01 19:34:24 +10:00
Mahesh Mahadevan
76c8a1bf7e
LPC546XX: Add TRNG support
...
Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2018-03-30 14:12:39 -05:00
Marcus Chang
791e42eefe
Inrease thread stack size to 1024 bytes in NVStore test for NRF52
2018-03-30 11:32:55 -07:00
Cruz Monrreal
c8bd08f60e
Merge pull request #6043 from ithinuel/add-rak811
...
add support for the RAK811
2018-03-30 01:54:19 -05:00
Deepika
ceb44f9cb1
Overloaded ctor for new parameter tz_module
2018-03-29 17:01:02 -05:00
Jimmy Brisson
24c7b1a61a
Move Mbed 5 support check so that it affects the exporters
2018-03-29 14:05:23 -05:00
Jimmy Brisson
2429d5e042
Merge pull request #6494 from donatieng/securitydb_fix_casing
...
[BLE] Fixed inconsistent casing issue for SecurityDb
2018-03-29 12:00:36 -05:00
Jimmy Brisson
eaa31dd66e
Merge pull request #6475 from SiliconLabs/feature/new/tickless
...
Enable tickless mode on Silicon Labs targets
2018-03-29 11:59:49 -05:00
Jimmy Brisson
64df0ddee8
Merge pull request #6408 from davidsaada/david_erase_size_addr
...
Add overloaded get_erase_size API with address parameter to BlockDevice
2018-03-29 11:59:28 -05:00
Jimmy Brisson
897885909d
Merge pull request #6394 from OpenNuvoton/nuvoton_fix_ticker
...
Nuvoton: Fix us_ticker/lp_ticker
2018-03-29 11:58:53 -05:00
Jimmy Brisson
0615111785
Merge pull request #5902 from ganesh-ramachandran/master
...
Added Support for Toshiba TMPM46B
2018-03-29 11:58:14 -05:00
Ashok Rao
62e5dccd0b
Remove irrelevant comments
2018-03-29 16:52:03 +01:00