David Saada
542744d03c
Support erase value in Flash HAL drivers, FlashIAP and block devices
2018-11-07 14:23:07 +02:00
Marcin Tomczyk
5eabfabc51
ONME-3733 detect xinetd service pattern and generate correct pattern
2018-11-07 13:18:04 +01:00
Martin Kojtal
884a7748b2
lorawan: fix astyle coding style
2018-11-07 08:56:36 +00:00
Martin Kojtal
7bd258154d
feature deprecated: fix astyle coding style
2018-11-07 08:56:35 +00:00
Martin Kojtal
f2d30978e0
astyleignore: update nanostack paths
2018-11-07 08:56:35 +00:00
Martin Kojtal
41c1901318
lwipstack: fix astyle coding style
2018-11-07 08:56:35 +00:00
Martin Kojtal
e54ce88bca
storage: fix astyle coding style
2018-11-07 08:56:35 +00:00
Martin Kojtal
5c79ba5189
lorawan: fix coding style
2018-11-07 08:56:32 +00:00
Martin Kojtal
bfb8b723c3
device key: fix coding style
2018-11-07 08:56:32 +00:00
Martin Kojtal
71d35749f9
cellular: fix coding style
2018-11-07 08:56:32 +00:00
Martin Kojtal
96191e22b2
Merge pull request #8663 from cmonr/rollup
...
Rollup PR: Docs + small fixes
2018-11-07 08:57:21 +01:00
Cruz Monrreal II
0a8f5e07d3
Merge branch 'sen_KernelDoxyUpdate' of ssh://github.com/SenRamakri/mbed-os into rollup
2018-11-06 21:29:13 -06:00
Cruz Monrreal II
edb6d9d684
Merge branch 'PR_M33' of ssh://github.com/jeromecoutant/mbed into rollup
2018-11-06 21:29:11 -06:00
Cruz Monrreal II
fd744e79d9
Merge branch 'sdblockdevice_deselect' of ssh://github.com/jarlamsa/mbed-os into rollup
2018-11-06 21:29:09 -06:00
Cruz Monrreal II
75368766f7
Merge branch 'fix_compile_warning' of ssh://github.com/KariHaapalehto/mbed-os into rollup
2018-11-06 21:29:08 -06:00
Cruz Monrreal II
f7eb13559b
Merge branch 'fix_licensing' of ssh://github.com/0xc0170/mbed-os into rollup
2018-11-06 21:29:06 -06:00
Cruz Monrreal II
ddd82a9d5e
Merge branch 'fix_possible_memory_leak' of ssh://github.com/KariHaapalehto/mbed-os into rollup
2018-11-06 21:29:02 -06:00
Cruz Monrreal
c792d33112
Merge pull request #8652 from 0xc0170/dev_rollup
...
Rollup PR for docs
2018-11-06 20:40:04 -06:00
Cruz Monrreal
0c2d35f312
Merge pull request #8612 from vidavidorra/master
...
Add names to system thread
2018-11-06 17:00:05 -06:00
Qinghao Shi
97ac4bb6ce
Cosmetic coding changes of remove white space
2018-11-06 22:14:18 +00:00
Qinghao Shi
be9e75cc47
update GCC startup script to align with armcc and iar
2018-11-06 22:11:09 +00:00
Cruz Monrreal
6042ea30d3
Merge pull request #8639 from offirko/offir-mbed-qspif3
...
Add get_erase_value() support
2018-11-06 14:44:25 -06:00
Cruz Monrreal
9072b55330
Merge pull request #8604 from SeppoTakalo/emac_timeout
...
Increase EMAC test timeout to 1400 seconds
2018-11-06 14:42:53 -06:00
Amanda Butler
44aaad486c
Remove comma in CONTRIBUTING.md
...
Remove unnecessary comma.
2018-11-06 13:47:43 -06:00
Amanda Butler
819f0029bf
Remove comma in CONTRIBUTING.md
...
Remove unnecessary comma.
2018-11-06 13:47:38 -06:00
Jimmy Brisson
0cba0a34dd
Online: Include project root path
...
### Description
The prior logic assumed that "." would not be added to the include
paths, indicating that the project root would not be added to the
include paths correctly in the online environment ("." would be
incorrect there). This change set started by removing the addition
of "*.", and then fixed building from there.
### Pull request type
[x] Fix
[ ] Refactor
[ ] Target update
[ ] Functionality change
[ ] Docs update
[ ] Test update
[ ] Breaking change
2018-11-06 13:47:26 -06:00
Amanda Butler
64ef110efa
Edits in README.md
...
Remove unnecessary commas, and standardize heading capitalization.
2018-11-06 13:47:11 -06:00
Cruz Monrreal
5549c52da2
Merge pull request #8606 from pea-pod/fix-bus-oboe
...
Fix off-by-one-error in BusIn/Out
2018-11-06 13:43:27 -06:00
Mahesh Mahadevan
76930c0979
KW41Z: Add Bootloader support
...
Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2018-11-06 12:03:26 -06:00
Russ Butler
9613e0ffbd
Increase background stack size to fix overflows
...
On platforms using both tickless and the low power ticker wrapper
so much of the background stack is used that it overflows. To
ensure the background thread's stack doesn't overflow increase this
size by 256 bytes when tickless is enabled. Worst case usage
on the NUCLEO_F476RG was recorded at 656 when tickless is
turned on so this increased size should safely prevent overflows.
2018-11-06 10:55:58 -06:00
deepikabhavnani
e7bdf3c575
Corrected `INIT_FREQUENCY` macro SD is appended by tools
2018-11-06 10:53:49 -06:00
deepikabhavnani
a0f3fdc286
Compile time flag MBED_SD_CRC_ENABLE for CRC in SD
...
CRC class adds to the ROM size even when disabled runtime, because
of addition of ROM tables. Addition a compile time option to disable
CRC is required for reducing code size of SD driver component.
Library config option `SD_CRC_ENABLED` is added, set it to 0 to
disable CRC feature in SD.
2018-11-06 10:53:39 -06:00
Russ Butler
5a8727623b
Rewrite CThunk so it does not execute from ram
...
Modify the implementation of CThunk so it does not execute from ram.
Instead is uses an array of functions in flash which can be allocated
as a thunk. The number of CThunks that can be used by an application
can be configured with MBED_CONF_PLATFORM_CTHUNK_COUNT_MAX.
2018-11-06 09:49:56 -06:00
Arto Kinnunen
d5df64299a
Sync with MCR20a RF driver v1.0.3
2018-11-06 16:51:35 +02:00
Leon Lindenfelser
a360b0012f
Update peripheral pins
...
1. Add missing SPI and I2C pins.
2. Remove pin definitions for pins that are no connects.
2018-11-06 08:46:38 -06:00
Arto Kinnunen
c0647267cc
Sync with Atmel RF driver v3.0.6
2018-11-06 16:45:09 +02:00
Marc Emmers
dcb97f9f74
InternetSocket: Fixed missing unlock before return
2018-11-06 15:02:42 +01:00
Fahim Alavi
2806dd8216
mbed_lib.json updated for other all C030 targets and code corrected to use UBLOX_AT
2018-11-06 17:58:41 +05:00
Martin Kojtal
9d1aa738eb
Merge branch 'rtos-doxy-typo-fix' of https://github.com/kegilbert/mbed-os into dev_rollup
2018-11-06 12:10:44 +00:00
Martin Kojtal
0db51e6224
Merge branch 'events-doxy-typo-fix' of https://github.com/kegilbert/mbed-os into dev_rollup
2018-11-06 12:10:37 +00:00
Martin Kojtal
2ae9981bea
Merge branch 'platform-doxy-typo-fix' of https://github.com/kegilbert/mbed-os into dev_rollup
2018-11-06 12:10:26 +00:00
Martin Kojtal
4cbcd64ca3
Merge branch 'doxy_refactor' of https://github.com/jamesbeyond/mbed-os into dev_rollup
2018-11-06 12:10:10 +00:00
Mel W
86153ddc42
Commas and other small editorial changes
2018-11-06 09:56:03 +02:00
Mel W
8060a535d8
Comma, editorial changes
2018-11-06 09:52:40 +02:00
Deepika Bhavnani
ba86a53871
Update tools/toolchains/gcc.py
2018-11-05 17:44:18 +01:00
jeromecoutant
1ea28973b2
TOOLS : Add missing M33 and M33F in python scripts
2018-11-05 17:44:15 +01:00
Martin Kojtal
cb4924151e
Merge pull request #8621 from marcuschangarm/fix_include
...
Add missing include for TLSSocket
2018-11-05 17:18:52 +01:00
Martin Kojtal
d55c0da61e
Merge pull request #8613 from SeppoTakalo/tls_fix
...
Make sure that TLSSocketWrapper::close() is called before the transport is destroyed.
2018-11-05 17:17:36 +01:00
Martin Kojtal
909c11b860
Merge pull request #8605 from adbridge/master
...
Make examples commands return a failure
2018-11-05 17:16:28 +01:00
Martin Kojtal
73cc54e5f7
Merge pull request #8524 from korjaa/more_blockdevice_tests
...
Add more generic BlockDevice tests.
2018-11-05 17:15:59 +01:00