Naveen Kaje
858a7a8321
tools: Update build_api
...
Rename loop varibles for better readability and
formatting changes.
2018-11-08 13:00:27 -06:00
Naveen Kaje
bd40457f27
tools: Update build_api padding method
...
Update the padding sequence so that the gaps
are padded after all the regions are merged.
This avoids overwriting active regions and
serializes the process.
2018-11-07 14:43:14 -06:00
Naveen Kaje
e28c260763
tools: update build_api and __init__ as per review comments
2018-11-04 19:47:06 -06:00
Naveen Kaje
2da8950b2a
tools: process bootloader chunks
...
NRF Softdevice hex file can be in chunks.
Make sure we account for the space where the bootloader resides
by including all the chunks within the end of rom marker. This will
clearly mark out the initial bootloader region.
2018-10-29 16:36:56 -05:00
Simo Sillankorva
fac5ff45ed
Remove max_app_addr checking from .hex
...
* Remove max_app_addr logic from tools/config/__init__.py as it was not working properly with some of the .hex files.
2018-10-05 03:15:24 -07:00
Jammu Kekkonen
c069cefbc8
Review fixes 2 for bootloader region generation
2018-09-17 15:56:34 +03:00
Jammu Kekkonen
ae4b67e6b2
Review fixes for bootloader region generation
2018-09-13 12:17:00 +03:00
Jammu Kekkonen
4952e31b8b
Fix bootloader build region generation and add support for bootloaders with multiple segments, as required by NRF52 bootloader.
2018-09-12 09:30:48 +03:00
Cruz Monrreal
920db63453
Merge pull request #7803 from SeppoTakalo/socket-test-plan
...
Add Socket test plan
2018-09-09 22:44:00 -05:00
Cruz Monrreal
d311a96061
Merge pull request #7950 from c1728p9/l4_malloc_fix
...
Fix memory allocation on STM32L4 devices
2018-09-07 22:50:05 -05:00
Cruz Monrreal
76827c3704
Merge pull request #7971 from JammuKekkonen/fix_softdevice_memory_reservation_for_nrf52dk
...
Fix memory reservation for Softdevice in NRF52_DK
2018-09-07 11:46:58 -05:00
Cruz Monrreal
4c996f0efa
Merge pull request #8016 from toyowata/oob_icetea
...
[OOB 5.10] Fix typo
2018-09-07 10:00:41 -05:00
Martin Kojtal
acb59c4538
Merge pull request #7991 from maciejbocianski/qspi_driver_docs_fix
...
fix example code in QSPI.h
2018-09-07 10:47:42 +02:00
Martin Kojtal
e30435bd08
Merge pull request #7990 from maciejbocianski/qspi_small_fixes
...
DISCO_L475VG_IOT01A remove old QSPI pins
2018-09-07 10:47:19 +02:00
Martin Kojtal
8a43879ca9
Merge pull request #8022 from sbutcher-arm/update-mbedtls-2.13.1
...
Update Mbed TLS version to 2.13.1
2018-09-07 10:44:54 +02:00
Cruz Monrreal
48c149b227
Merge pull request #7720 from jeromecoutant/PR_PRETTYTABLE
...
python scripts : table print with github policy
2018-09-06 22:29:30 -05:00
Cruz Monrreal
2ec889f580
Merge pull request #8015 from maciejbocianski/qspi_driver_fixes
...
QSPI driver: API parameters fix
2018-09-06 17:07:34 -05:00
Cruz Monrreal
199d86df0f
Merge pull request #8020 from anttiylitokola/update_coap_to_4.6.3
...
Update mbed-coap to version 4.6.3
2018-09-06 16:14:23 -05:00
Cruz Monrreal
27f3fd92f5
Merge pull request #7939 from theotherjimmy/fix-embitz-ld-assign
...
Export, Embitz: Avoid assigning `self.resources.linker_script`
2018-09-06 15:23:17 -05:00
Simon Butcher
15785191e7
Update Mbed TLS version to 2.13.1
2018-09-06 19:32:03 +01:00
Cruz Monrreal
ff1a0ede1f
Merge pull request #7995 from yossi2le/revert-pinnames-files
...
Reverting PinNames.h after PR #7774 changes
2018-09-06 13:20:43 -05:00
Russ Butler
e084865e8e
Fix comparison warning on STM32L4 devices
...
Cast the pointer used in l4_retarget to uint32_t before comparing it
to fix the warning:
"comparison between pointer and integer"
2018-09-06 16:07:03 +01:00
Martin Kojtal
970bc7369c
Merge pull request #7985 from theotherjimmy/update-unittest-subcommand
...
Unittesting: Update Mbed CLI subcommand in Readme
2018-09-06 15:11:43 +02:00
Antti Yli-Tokola
4249318546
Update mbed-coap to version 4.6.3
...
- Bug fix: Remove timed out blockwise message from resend queue. If blockwise message was timed out message was still kept in the resend queue which causes unnecessary reconnections on client side.
- Documentation: Document all the available macros.
2018-09-06 16:08:49 +03:00
Martin Kojtal
5d2f394b6f
Merge pull request #8012 from JanneKiiskila/armc6-align-fix
...
IOTCORE-389 - bring back legacy alignment for Arm C6
2018-09-06 14:45:17 +02:00
toyowata
bb71552069
[OOB 5.10] Fix typo
2018-09-06 18:36:12 +09:00
Martin Kojtal
7a8e8493b8
Merge pull request #7988 from lorjala/unittests_fix
...
Unittesting: Update mutex stub
2018-09-06 11:18:45 +02:00
Maciej Bocianski
99be98c8d0
QSPI driver: API parameters fix
2018-09-06 09:00:09 +02:00
Cruz Monrreal
201ec14d45
Merge pull request #7779 from MateuszMaz/fix_for_NRF52_pwm_issues
...
Fix for nrf52 pwm issues
2018-09-05 20:05:35 -05:00
Cruz Monrreal
6c30b2f48d
Merge pull request #7924 from kjbracey-arm/filebase_default
...
Add special handling for "/default" filesystem
2018-09-05 19:40:29 -05:00
Janne Kiiskila
f1795e3418
IOTCORE-389 - bring back legacy alignment for Arm C6
...
Quite a few of the scatter files are not (yet) aligned to 8-byte
boundaries and therefore the removal of legacy alignment feature
(which is under deprecation warning, but it actually not YET
deprecated) broke quite a few builds to this error:
Error: L6244E: Exec region RW_IRAM1 address (0x200001ac) not aligned on a 8 byte boundary.
We must bring this option now back to fix the builds.
This option to ld (--legacyalign) can only be removed once all of
the scatter files have been fixed.
2018-09-06 01:04:38 +03:00
Cruz Monrreal
06106297a4
Merge pull request #6293 from Taiki-San/patch-1
...
Reduce .text footprint of the network stack
2018-09-05 10:16:04 -05:00
Cruz Monrreal
dc45990a58
Merge pull request #7904 from NXPmicro/MIMXRT1050_Fix_Spi
...
MIMXRT1050_EVK: Update SPI HAL driver
2018-09-05 09:18:58 -05:00
Cruz Monrreal
f940443ac7
Merge pull request #7824 from deepikabhavnani/lfs_crc
...
Use MbedCRC for LittleFS
2018-09-05 09:12:06 -05:00
Maciej Bocianski
ff9ef2bbb9
fix example code in QSPI.h
2018-09-05 15:43:29 +02:00
Kevin Bracey
c0dbc49aa0
Make "/default" an alias - add real names too
...
Make the built-in FileSystem::get_default_instance() implementation
instantiate storage as "flash" or "sd", with "default" as an alias.
This will aid interworking between simple and advanced filesystem code
on various platforms. The expectation is that the names "sd" or "flash"
will be always available if the device is available and configured,
regardless of what "default" represents.
2018-09-05 14:18:29 +03:00
Kevin Bracey
fd4b3879be
Change default filesystem name to /default
...
"/fs" is a tautology - not a good name for the default filing system, as
whereever we use it, we know we're specifying a filing system. Rename to
"/default".
2018-09-05 14:18:28 +03:00
Yossi Levy
acfda5895e
Changes in PR #7774 of PinNames.h should be reverted. This commit reverts those files excpet for K82F and K64F which are left as an example
2018-09-05 14:13:05 +03:00
Lari-Matias Orjala
4b042271d6
fix mutex stub for unit tests
2018-09-05 13:41:35 +03:00
Kevin Bracey
a67f09851b
Add special handling for "/default" filesystem
...
Allow a FileBase (normally a FileSystemLike) to be set as the default,
so it can be looked up as "/default" as well as its actual name.
2018-09-05 13:28:42 +03:00
Maciej Bocianski
050604f1b8
DISCO_L475VG_IOT01A remove old QSPI pins
2018-09-05 09:58:20 +02:00
Martin Kojtal
3057c6c722
Merge pull request #7964 from paul-szczepanek-arm/master
...
NFC: fix reading from NFC EEPROM
2018-09-05 09:50:27 +02:00
Jimmy Brisson
6dcd9e13b3
Update mbed-cli subcommand
2018-09-04 10:47:04 -05:00
Cruz Monrreal
6165386d34
Merge pull request #7893 from kivaisan/improve_callback_descriptions
...
Lora: Improve description of callback methods
2018-09-04 09:26:44 -05:00
Martin Kojtal
dd91b90149
Merge pull request #7974 from sbutcher-arm/update-mbedtls
...
Update Mbed TLS to version 2.13.0
2018-09-04 08:22:19 +02:00
Martin Kojtal
b20fd506c1
Merge pull request #7910 from AriParkkila/cell-test-attach
...
Cellular: Fix Greentea test for network attach
2018-09-04 08:20:38 +02:00
Martin Kojtal
eb3cbb88b3
Merge pull request #7967 from juhaylinen/fix-esp8266-default-interface
...
ESP8266: Fix compilation error when default interface is enabled
2018-09-04 08:19:41 +02:00
Anna Bridge
4fb3aec84a
Merge pull request #7895 from kivaisan/remove_duplicate_linkcheckreq
...
Lora: Remove duplicate LinkCheckReq MAC command
2018-09-03 16:43:02 +01:00
Krzysztof Stachowiak
7d7b8d4a07
Disable the OFB cipher mode in Mbed TLS
2018-09-03 16:20:55 +01:00
Krzysztof Stachowiak
f1d76691b6
Update to Mbed TLS 2.13.0
2018-09-03 16:20:46 +01:00