Martin Kojtal
8561875284
astyle ignore: remove feature pal
2018-10-25 09:58:18 +01:00
Martin Kojtal
a22baf36c1
astyle ignore: fix storage folders
...
Add storage to the filesystem paths
2018-10-25 09:58:18 +01:00
Martin Kojtal
ca444a7f01
platform: fix astyle
2018-10-25 09:58:18 +01:00
Martin Kojtal
3a5ef5ee24
unittests: fix astyle
2018-10-25 09:58:18 +01:00
Martin Kojtal
4b3a031087
low power ticker: fix astyle
2018-10-25 09:58:17 +01:00
Martin Kojtal
d0b9b9ac20
test apps: fix astyle
2018-10-25 09:58:17 +01:00
Martin Kojtal
bbfa322afb
tests: fix astyle
2018-10-25 09:58:17 +01:00
Martin Kojtal
56eea3f582
astyle ignore: add pithy from tests
...
External code thus ignored
2018-10-25 09:58:17 +01:00
Martin Kojtal
e9f98906d7
crc: fix crc mode coding style
2018-10-25 09:58:17 +01:00
Martin Kojtal
e7acdc4cc8
rtos: fix astyle
2018-10-25 09:58:16 +01:00
Cruz Monrreal
140f3e20d6
Merge pull request #8508 from micgur01/master
...
Update linker scripts for bootloader target L496GZ
2018-10-24 19:08:41 -05:00
Cruz Monrreal
dd2d9ee4be
Merge pull request #8319 from c1728p9/checksum_546xx_vector_table
...
Checksum the vector table of the LPC546XX
2018-10-24 19:08:22 -05:00
Cruz Monrreal
b18c819837
Merge pull request #8519 from cmonr/rollup
...
Rollup PR - UK Docathon pt1
2018-10-24 09:32:46 -05:00
Martin Kojtal
7cd1478147
Merge pull request #8003 from Taiki-San/patch-2
...
Leverage the simplification of the IPv6 parsing primitive
2018-10-24 14:13:16 +01:00
Martin Kojtal
2092e40b30
Merge pull request #8332 from SenRamakri/sen_RefactorFaultHandler
...
Refactoring fault handler implementation
2018-10-24 14:12:45 +01:00
micgur01
6c191c0241
code review for Update linker scripts for bootloader target L496GZ
2018-10-24 11:17:56 +00:00
micgur01
2215a9ab5e
code review for Update linker scripts for bootloader target L496GZ
2018-10-24 09:48:05 +00:00
Martin Kojtal
5b25b6643d
Merge pull request #8478 from JarkkoPaso/fhss_timer_dev
...
Fhss timer dev
2018-10-24 09:43:13 +01:00
Martin Kojtal
2fd95b0dc6
Merge pull request #8515 from theotherjimmy/dupe-json
...
Merge duplicate keys in JSON.
2018-10-24 09:42:01 +01:00
Martin Kojtal
5bed419dd8
Merge pull request #8505 from SeppoTakalo/continue_socket_tests
...
Continue Socket and WiFi tests even on test failure.
2018-10-24 09:40:22 +01:00
Martin Kojtal
ab6429f4af
Merge pull request #8474 from naveenkaje/NRF_RTS_Followon_Fix
...
NRF52 : Fix UART RTS initialization
2018-10-24 09:40:00 +01:00
Cruz Monrreal II
fe1d6b0565
Merge branch 'mbed_rtc_time_example_fix' of ssh://github.com/mprse/mbed-os into rollup
2018-10-23 22:38:42 -05:00
Cruz Monrreal II
408051ad40
Merge branch 'span-doc' of ssh://github.com/pan-/mbed into rollup
2018-10-23 22:38:35 -05:00
Cruz Monrreal II
0e2983e539
Merge branch 'doc-fix-i2c_slave' of ssh://github.com/paul-szczepanek-arm/mbed-os into rollup
2018-10-23 22:38:33 -05:00
Cruz Monrreal II
2274fc8bc1
Merge branch 'doc-fix-spi_slave' of ssh://github.com/paul-szczepanek-arm/mbed-os into rollup
2018-10-23 22:38:32 -05:00
Cruz Monrreal II
975be7b622
Merge branch 'conbra01/docaton_networksocket' of ssh://github.com/ConradBraam/mbed-os into rollup
2018-10-23 22:38:30 -05:00
Cruz Monrreal II
2393b0bf9c
Merge branch 'docs_update-eventflags' of ssh://github.com/fkjagodzinski/mbed-os into rollup
2018-10-23 22:38:28 -05:00
Cruz Monrreal
2a504092b1
Merge pull request #8430 from theamirocohen/block_device_general_tests
...
Block device general tests
2018-10-23 17:35:31 -05:00
Amanda Butler
57b79403bb
Edit EventFlags.h
...
Make minor copy edits to existing text.
2018-10-23 15:21:37 -05:00
Russ Butler
06c825fb83
Checksum the vector table of the LPC54XXX
...
LPC devices require a checksummed vector table to boot. To ensure
this most programmers automatically compute the checksum when
programming flash. This causes problems with verification if the
original image does not have a checksummed vector table. This is because
when reading the data back the checksum location differs from the
original image.
To fix this verification failure this patch adds a post build hook to
checksum the vector table of the LPC54XXX. This fixes flash
verification failures due to the checksum not matching.
2018-10-23 13:54:04 -05:00
Senthil Ramakrishnan
230ba03582
Space optimization to fault handlers
2018-10-23 13:05:56 -05:00
Senthil Ramakrishnan
797538c854
Moving fault handlers under cmsis
2018-10-23 13:05:56 -05:00
Senthil Ramakrishnan
e4525fbea1
Mbed Fault Handler was originally placed under rtos folder because of its dependency on some of the RTX data structures for capturing the thread info. But with the new error handling in place thread info collection on hardfaults has been moved to Mbed_error handler. There is no point for fault handler implementation to exist under rtos and can be used for RTOS-less builds as well. So moving under platform folder. Also removing some references to RTX data structs like osRtxInfo from fault handler implementation.
2018-10-23 13:05:56 -05:00
Cruz Monrreal
0db896036c
Merge pull request #8485 from NXPmicro/feature-qspi-kinetis
...
Feature qspi kinetis
2018-10-23 12:38:11 -05:00
Cruz Monrreal
cd559940b5
Merge pull request #7966 from pingdan32/fix_nrf52_total_link
...
nrf52-ble: fix total links count
2018-10-23 12:32:17 -05:00
Amanda Butler
0a82253cf5
Add comma to SocketAddress.h
...
Add comma to existing text.
2018-10-23 11:27:25 -05:00
Jimmy Brisson
190e77894f
Merge duplicate keys in JSON.
...
### Description
I would love to make this an error, but we have had a duplicate key in
`targets.json` for a while now. Instead, we're merging in a semi-smart way.
This will allow you to have things like `"target.features_add"` twice, and
both will take affect.
### Pull request type
[x] Fix
[ ] Refactor
[ ] Target update
[ ] Functionality change
[ ] Docs update
[ ] Test update
[ ] Breaking change
2018-10-23 11:23:33 -05:00
Cruz Monrreal
39b4872233
Merge pull request #8369 from u-blox/ublox-cellular-target
...
Cellular: UBLOX_C030_R410M cellular target add
2018-10-23 10:54:44 -05:00
Cruz Monrreal
41bffe1c87
Merge pull request #8352 from offirko/offir-mbed-qspif
...
QSPI SFDP Flash Block Device
2018-10-23 10:48:28 -05:00
Naveen Kaje
7beb8d3f4b
NRF52 : Fix UART RTS initialization
...
The preprocessor based macro check #if evaluates all
enums as 0 and hence the code does not get compiled.
Since move this to a runtime check where the pin variable
can be correctly evaluated.
Delete mbed_overrides.c as it has a target specific mbed_sdk_init() to
resolve linking problem.
This is a follow on patch to:
https://github.com/ARMmbed/mbed-os/pull/8046
2018-10-23 09:44:06 -05:00
Cruz Monrreal
cd944431e5
Merge pull request #8489 from tkem/fix/uartserial-include
...
Clean up UARTSerial.cpp includes.
2018-10-23 09:37:04 -05:00
Amanda Butler
7637c61d9d
Edit SPISlave.h
...
Make minor edits to existing text.
2018-10-23 09:20:22 -05:00
Amanda Butler
7fa3a44cc3
Copy edit I2CSlave.h
...
Make minor copy edits.
2018-10-23 09:13:52 -05:00
Cruz Monrreal
e2298a79e5
Merge pull request #8495 from bridadan/patch_add_linker_line
...
Adding file type for linker script arg in make script
2018-10-23 09:09:09 -05:00
Cruz Monrreal
5bf901b3a4
Merge pull request #8493 from jeromecoutant/PR_PREDIVS
...
STM32 RTC : Prescaler macro issue
2018-10-23 09:08:46 -05:00
Cruz Monrreal
5b7f4a3ed8
Merge pull request #8476 from VeijoPesonen/tc-ipcore-wifi-wifi_connect
...
mbedgt-network-wifi WIFI CONNECT TC - check that SSID is cached
2018-10-23 09:07:25 -05:00
Cruz Monrreal
29e9619002
Merge pull request #8441 from kjbracey-arm/error_puts
...
More mbed_error refinements
2018-10-23 09:06:22 -05:00
Cruz Monrreal
69904ea43e
Merge pull request #8313 from kivaisan/reduce_memory_footprint
...
Reduce cellular memory footprint
2018-10-23 09:05:39 -05:00
Conrad Braam
e919511d98
Explain default port number, and construction
2018-10-23 15:01:28 +01:00
paul-szczepanek-arm
f9ae6a37b1
hide protected
2018-10-23 14:49:37 +01:00