Martin Kojtal
e43d21d4ef
Merge pull request #6713 from theotherjimmy/arm-no-asm-inc
...
Drop include paths for ARM assembler
2018-05-03 16:31:04 +01:00
Martin Kojtal
45b3fffe9a
Merge pull request #6729 from JammuKekkonen/f411re_add_bootloader_support
...
Add bootloader support for NUCLEO_F411RE target
2018-05-03 16:30:29 +01:00
Martin Kojtal
f09ab67af2
Merge pull request #6740 from kivaisan/fix_max_tx_power
...
Lora: Fix max tx power check
2018-05-03 16:28:55 +01:00
Martin Kojtal
b47a3057b6
Merge pull request #6762 from OpenNuvoton/nuvoton_fix_armc6_memtrace
...
Fix compile error with MBED_MEM_TRACING_ENABLED and ARMC6
2018-05-03 16:27:54 +01:00
Martin Kojtal
1a5a2f0134
Merge pull request #6774 from geky/littlefs-fix-trailing-dots
...
littlefs: Fix issue with trailing dots in file paths
2018-05-03 16:26:47 +01:00
Martin Kojtal
1f6ded136c
Merge pull request #6778 from maximmbed/max32625mbed-update-leds
...
Add support for open drain leds
2018-05-03 16:25:04 +01:00
Martin Kojtal
2729c7aa23
Merge pull request #6780 from bmcdonnell-ionx/fix-lwip-compiler-warning
...
resolve LWIP compiler warning
2018-05-03 16:24:31 +01:00
Martin Kojtal
0c61cf4a37
Merge pull request #6785 from codeauroraforum/Fix_KL82Z_PWMOUT
...
KL82Z: Fix clock selection for PWMOUT driver
2018-05-03 16:24:07 +01:00
Martin Kojtal
fb2d0a7517
Merge pull request #6786 from deepikabhavnani/mbed_heap_fix
...
Moved stats test to platform folder
2018-05-03 16:23:25 +01:00
Martin Kojtal
4984340621
Merge pull request #6787 from codeauroraforum/Fix_KW41_SDK_TPM_Driver
...
KW41Z: Update SDK TPM driver
2018-05-03 16:21:57 +01:00
Martin Kojtal
16ab71864e
Merge pull request #6765 from mirelachirica/at_handler_read_fix
...
Cellular: Fix AT Handler compile warning
2018-05-03 07:41:23 +01:00
Brendan McDonnell
33a2116042
reduce variable scope
2018-05-02 11:17:25 -04:00
Brendan McDonnell
ba29bd9315
use separate variable to resolve compiler warning
2018-05-02 09:33:24 -04:00
Mahesh Mahadevan
87244a969b
KW41Z: Update SDK TPM driver
...
Certain instances of the TPM are missing some registers, updated
TPM driver handles this variation. This issue was discovered when
running the PWMOUT tests using the ci-test-shield
Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2018-05-01 14:48:12 -05:00
deepikabhavnani
d43d9b134b
Moved stats test to platform folder
2018-05-01 14:03:31 -05:00
Mahesh Mahadevan
0fb2f01ce7
KL82Z: Fix clock selection for PWMOUT driver
...
This was verified using the ci-test shield
Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2018-05-01 12:22:04 -05:00
Keyur Hariya
ca4937d40d
Add support for open drain leds
2018-04-30 15:27:07 -05:00
Jimmy Brisson
d08c819830
Merge pull request #6746 from marcuschangarm/fix-vector-relocation
...
Fix vector table relocation for NRF52
2018-04-30 13:51:22 -05:00
Cruz Monrreal
4e66f218fd
Merge pull request #6700 from geky/mbr-add-partition-asserts
...
mbr: Added assertions for overlapping partitions
2018-04-30 11:59:44 -05:00
Cruz Monrreal
a1307d423a
Merge pull request #6590 from 0xc0170/dev_astyle_only_changed
...
AStyle addition to travis
2018-04-30 11:59:22 -05:00
Cruz Monrreal
46379d8438
Merge pull request #6741 from kivaisan/refactor_maccommand
...
Lora: Split add_mac_command() into separate methods
2018-04-30 11:58:33 -05:00
Cruz Monrreal
0196ba7ccb
Merge pull request #6747 from OpenNuvoton/nuvoton_build_no_rtos_secure
...
Support RTOS-less secure image build with Cortex-M23/M33
2018-04-30 11:52:02 -05:00
Cruz Monrreal
e1cc4559cf
Merge pull request #6748 from andrewleech/nrf52_serial_match_assert
...
nrf5x: Fix assert test on SERIAL_RESERVED_CHAR_MATCH
2018-04-30 11:50:05 -05:00
Cruz Monrreal
4ca512d755
Merge pull request #6750 from hasnainvirk/mem_corruption_fix
...
LoRaWAN: Memory corruption due to band mishandling
2018-04-30 11:43:39 -05:00
Jimmy Brisson
b6b6866d38
Extend a local version of the asm cmd list
...
I was extending an object-local one instead of a call-local one
2018-04-30 09:34:32 -05:00
Jimmy Brisson
beb6d7802a
Cleanup extraneous spaces on empty lines
2018-04-30 09:30:32 -05:00
Mirela Chirica
d4d339129a
Cellular: Refactor hex reading to prevent illegal cast
2018-04-30 13:25:15 +03:00
Christopher Haster
b56bdf18cd
littlefs: Fixed issue with trailing dots in file paths
...
Paths such as the following were causing issues:
/tea/hottea/.
/tea/hottea/..
Unfortunately the existing structure for path lookup didn't make it very
easy to introduce proper handling in this case without duplicating the
entire skip logic for paths. So the lfs_dir_find function had to be
restructured a bit.
One odd side-effect of this is that now lfs_dir_find includes the
initial fetch operation. This kinda breaks the fetch -> op pattern of
the dir functions, but does come with a nice code size reduction.
2018-04-30 03:42:53 -05:00
Marcus Chang
bb14051588
Fix vector table relocation for NRF52
...
The vector table relocation sequence depends on:
1. Whether the SoftDevice is present.
2. The Application is a bootloader or not.
If the SoftDevice is present and the application is a bootloader
the MBR must be initialized to trap SoftDevice service calls
before setting the new vector table address.
The SCB->VTOR must be set to point at the MBR as well.
If the SoftDevice is not present the SCB->VTOR can point at the
new vector table directly.
2018-04-27 13:40:50 -07:00
Martin Kojtal
b2f409c652
Merge pull request #6756 from marcuschangarm/fix-flash-test
...
Re-enable flash clock test for NRF52 but with higher tolerance
2018-04-27 17:15:34 +01:00
Mirela Chirica
a0cc22ebba
Cellular: Fix AT Handler compile warning
2018-04-27 14:38:14 +03:00
ccli8
89622378d8
Fix compile error with MBED_MEM_TRACING_ENABLED and ARMC6
2018-04-27 14:19:12 +08:00
Cruz Monrreal
c8d72c524d
Merge pull request #6693 from kjbracey-arm/equeue-ticks
...
Make event queue use RTOS tick count
2018-04-26 20:20:42 -05:00
Cruz Monrreal
d06ad9b834
Merge pull request #6696 from hug-dev/cm3ds-cleaning
...
CM3DS Maintenance Pull Request: Cleaning
2018-04-26 20:20:31 -05:00
Cruz Monrreal
1f259a4064
Merge pull request #6644 from OpenNuvoton/nuvoton_fix_armc6_armv8m
...
Fix build tool with ARMC6/ARMv8M
2018-04-26 20:20:12 -05:00
Cruz Monrreal
380973aa9a
Merge pull request #6691 from mirelachirica/cellular_fixes
...
Cellular fixes
2018-04-26 20:19:58 -05:00
Cruz Monrreal
6ccc963b61
Merge pull request #6733 from maximmbed/fix-compiler-warnings
...
Fix compiler warnings for Maxim platforms
2018-04-26 20:18:32 -05:00
Cruz Monrreal
95156ce02f
Merge pull request #6698 from kjbracey-arm/poll-ticks
...
Make poll() use RTOS tick count
2018-04-26 20:17:54 -05:00
Cruz Monrreal
487576972b
Merge pull request #6720 from marcuschangarm/fix-sdk-spi
...
Fix bug in Nordic SDK 14.2 SPI driver
2018-04-26 20:17:36 -05:00
Cruz Monrreal
9d6d8c7273
Merge pull request #6721 from marcuschangarm/fix-sdk-i2c
...
Fix bug in Nordic SDK 14.2 I2C driver
2018-04-26 20:17:25 -05:00
Cruz Monrreal
4e1c04feba
Merge pull request #6734 from codeauroraforum/Fix_LPC54XXX_GPIO
...
LPC54XXX: Set the pin function to Digital mode
2018-04-26 20:17:07 -05:00
Cruz Monrreal
a19a528b65
Merge pull request #6745 from SeppoTakalo/mesh_docs
...
Clarify mesh configuration values.
2018-04-26 20:16:40 -05:00
Andrew Leech
627d028f3e
nrf5x: Add description to assert on SERIAL_RESERVED_CHAR_MATCH
2018-04-27 11:05:47 +10:00
Marcus Chang
5910cd7546
Re-enable flash clock test for NRF52 but with higher tolerance
...
The flash clock test is disabled for the NRF52 series. This change
re-enables the test but with a higher tolerance to accommodate the
high jitter on the current ticker implementation.
2018-04-26 09:33:43 -07:00
Jammu Kekkonen
d2cf341348
Add bootloader support for NUCLEO_F411RE target
2018-04-26 16:19:43 +03:00
Hasnain Virk
a6a1cee988
LoRaWAN: Memory corruption due to band mishandling
...
band_t structure in phy parameters was not being filled in properly
and we were spilling over the array boundary for bands.
In addition to that two utility functions are added to perform safety
checking taking in the frequency and filling out band information plus
boundry value checks.
2018-04-26 13:23:47 +03:00
ccli8
02730f0d35
Move defines into "cmsis/RTE_Components.h" to make CMSIS files less changed
2018-04-26 11:31:03 +08:00
ccli8
47c3197f13
Support RTOS-less secure image build with Cortex-M23/M33
2018-04-26 09:33:09 +08:00
Seppo Takalo
b60454fac5
Clarify mesh configuration values.
...
Most of the help fields were correct. Just add field specifying
acceptable ranges.
2018-04-25 15:33:40 +03:00
Martin Kojtal
675528b6c0
Merge pull request #6534 from c1728p9/rtos_suspend
...
Update idle loop to reduce calls to suspend
2018-04-25 13:21:47 +01:00