Andrew Leech
a6f33a1a35
nrf_ble: Expose configuration of max number of characteristics and descriptors
2018-10-03 10:54:09 +10:00
Andrew Leech
41ff7b916b
tools/utils: Fix issue with loading json files as ascii on python3 linux
2018-10-03 10:49:21 +10:00
Shrikant Tudavekar
dc8b1fa98f
use forced_reset_timeout as delay after reset
2018-10-02 18:01:08 -05:00
Martin Kojtal
8b623156e5
Merge pull request #7932 from wajahat-ublox/PC2_AnalogIn
...
ublox c030: Add PC2 pin to ADC pin map
2018-10-02 21:12:31 +02:00
Leon Lindenfelser
9f9a85830f
Configure IAR stack size to 1KB
2018-10-02 13:34:16 -05:00
Moran Peker
333f087386
Disable MBEDTLS_SHA256_ALT on STM targets.
2018-10-02 14:35:22 +03:00
Juho Eskeli
f7a030ef7c
Remove redundant error flag clearing operation
2018-10-02 09:18:03 +03:00
Martin Kojtal
232543ac4b
Merge pull request #7813 from MSiglreithmaierRB/os_sleep_stm32l4
...
STM32L4: Fix sleep implementation
2018-10-01 17:24:12 +02:00
Leon Lindenfelser
f0a5dce37f
Delete commented out merge conflict resolution
2018-10-01 08:25:47 -05:00
Martin Kojtal
6f338f8915
Merge pull request #8006 from deepikabhavnani/sd_driver_cleanup
...
SD - Add required header file and namespace element instead add all
2018-10-01 13:02:39 +02:00
Juhani Puurula
39328afa6c
Nanostack MAC tester: updated README.md
2018-10-01 13:06:03 +03:00
Juhani Puurula
e7e29da082
Skip the Nanostack MAC tester
2018-10-01 13:06:02 +03:00
Martin Kojtal
6ec90d1224
Merge pull request #8134 from jeromecoutant/PR_L1_ADC
...
STM32L1 ADC update for internal channels
2018-10-01 11:48:44 +02:00
Martin Kojtal
59ce41f255
Merge pull request #8049 from OpenNuvoton/nuvoton_fix_hal_sleep
...
Nuvoton: Fix mbed_hal-sleep test failed
2018-10-01 11:48:25 +02:00
Martin Kojtal
3b17888fe0
Merge pull request #8048 from naveenkaje/upstream_based_uart_fix_for_assert_test
...
NRF52: serial_api: Use polling for putc
2018-10-01 11:47:31 +02:00
Martin Kojtal
c48c2ec89f
Merge pull request #7998 from NXPmicro/MIMXRT1050_Add_RTC
...
MIMXRT1050_EVK: Add RTC support
2018-10-01 11:47:10 +02:00
Martin Kojtal
9b0e5346cc
Merge pull request #7975 from tkem/fix/timer-read-range
...
Use high resolution time for Timer::read().
2018-10-01 11:46:18 +02:00
Martin Kojtal
0ded1fa0d7
Merge pull request #7957 from andrewleech/nrf_override_ram_linker
...
nRF5x: pass ram linker start/length from config system
2018-10-01 11:45:55 +02:00
Martin Kojtal
5b1c5506a5
Merge pull request #7914 from yennster/patch-1
...
Remove references to "mBed"
2018-10-01 11:44:04 +02:00
Martin Kojtal
b1011bf12e
Merge pull request #7896 from alrodlim/master
...
Fix pin names of MIMXRT1050 I2C pins
2018-10-01 11:43:43 +02:00
Jaakko Korhonen
473ac20017
Removed cellular PIN code print from debug log.
2018-10-01 09:11:28 +03:00
Przemyslaw Stekiel
1fced21d3b
tests-mbed_hal-sleep: add message with failure details
2018-09-30 19:31:50 +02:00
Cruz Monrreal
255f28edeb
Merge pull request #8246 from adbridge/master
...
Add back examples updated for mbed-os-5.10
2018-09-28 18:27:58 -05:00
TomoYamanaka
cb087ed63a
Revise the value of return value of flash_get_page_size()
...
Currently the return value of flash_get_page_size() is 1 since the min size per one writing is 1 byte by Flash spec.
However, I noticed that this value causes a enormous write time When writing large data such as FW update.
So I revised this value to 8 byte by considering the writing time, memory alignment and memory hole.
2018-09-29 05:22:37 +09:00
Cruz Monrreal
786f10be68
Removed mbed-os-example-nfc-EEPROM from examples.json
...
Last thing blocking 5.10.1 release. Example will need to be fixed before it can be brought in.
2018-09-28 11:02:40 -05:00
bcostm
9cade872db
STM32: Fix I2C stop condition
...
Need to ensure the transmission has been started before sending a STOP condition.
Issue found on the NUCLEO_H743ZI due certainly to the high-speed clock used.
But this is normally needed also on all STM32 devices using the I2C peripheral version 2.
2018-09-28 14:49:17 +02:00
Nir Sonnenschein
f1587b50d7
Merge pull request #8262 from juhoeskeli/mbrblockdevice_align
...
Align MBRBlockDevice writes to underlying BlockDevice write size
2018-09-28 13:23:55 +03:00
Cruz Monrreal
e3343a6df1
Remove block device example in the short term
2018-09-27 23:38:47 -05:00
ccli8
96ce8ae6e3
[M2351] Add README.md for secure library/executable
2018-09-28 11:48:10 +08:00
ccli8
744f150402
[M2351] Add license file for secure library/executable
2018-09-28 11:47:50 +08:00
Cruz Monrreal
cbb4f852e1
Replace storage example targets from K64F to K82F
...
Suggested here: https://github.com/ARMmbed/mbed-os/pull/8246#issuecomment-425199620
2018-09-27 18:07:22 -05:00
Cruz Monrreal
b1b6399482
Merge pull request #8132 from VeijoPesonen/bugfix-tests-netsocket-tcp-stacksize
...
gt netsocket tcp - increases threads' stack size
2018-09-27 17:53:54 -05:00
Leon Lindenfelser
88c1cd1e37
Add header so cellular_power tests compile and run
2018-09-27 15:49:06 -05:00
Jimmy Brisson
6282b5f0c4
tools: Make "file" key in notifications consistant
...
### Description
2 calls to `notify.cc_verbose` used the a FileRef object in place of
the file's name. Other calls to `notify.cc_info` would use just the
file name. This PR changes these 2 calls to be consistant with the rest.
### Pull request type
[x] Fix
[ ] Refactor
[ ] Target update
[ ] Functionality change
[ ] Breaking change
2018-09-27 15:31:35 -05:00
Jimmy Brisson
080c72bb47
tools, NRF51-post-build: Use paths to hex files
...
### Description
The NRF51 post build hook finds it's hex files using the Resources
object. This PR fixes the corner case where the hex files within a
project have a name!=path (This really only happens online).
### Pull request type
[x] Fix
[ ] Refactor
[ ] Target update
[ ] Functionality change
[ ] Breaking change
2018-09-27 14:44:19 -05:00
Leon Lindenfelser
ff817de28c
Fix broken cellular_device test and delete commented code
2018-09-27 14:21:57 -05:00
paul-szczepanek-arm
88a87518b4
assert instead of error
2018-09-27 17:07:40 +01:00
paul-szczepanek-arm
8f5e2725ae
remove pointless cast
2018-09-27 17:03:31 +01:00
paul-szczepanek-arm
64f93586b5
fix namespace errors
2018-09-27 16:58:19 +01:00
paul-szczepanek-arm
a0df7fc637
change namespace
2018-09-27 16:36:48 +01:00
Cruz Monrreal
6b85ec7c57
Merge pull request #7953 from davidsaada/david_is_valid_erase_fix
...
Fix is_valid_erase function to use get_erase_size with address
2018-09-27 10:20:56 -05:00
Cruz Monrreal
9bd17d33f3
Merge pull request #7934 from wajahat-ublox/psm_method_typo
...
corrected a typo in AT_CellularPower::opt_power_save_mode
2018-09-27 10:20:44 -05:00
Cruz Monrreal
f35975c782
Merge pull request #7926 from jamesbeyond/fm_test
...
Increase the timeout for rtostimer test to 10s
2018-09-27 10:20:30 -05:00
Cruz Monrreal
4403a561b3
Merge pull request #7890 from deepikabhavnani/cb_issue_7701
...
Circular buffer should use conditional statement instead of modulo
2018-09-27 10:20:05 -05:00
paul-szczepanek-arm
5fee50b53d
removed unusused header
2018-09-27 14:05:58 +01:00
paul-szczepanek-arm
abfd647279
moved SimpleEventQueue
2018-09-27 13:56:38 +01:00
paul-szczepanek-arm
46d19d3732
check WsfBufAlloc
2018-09-27 13:45:36 +01:00
jeromecoutant
af4841df0d
STM32 LPTICKER : set default LPTICKER_DELAY_TICKS to 1
...
For both implementation, RTC and LPTIM, there is some delay in the
set_interrupt function due to HW constraints.
Value has been set to 4 for STM32L0,
because SystemClock is slower than other families.
2018-09-27 14:42:56 +02:00
Juhani Puurula
ea7b273f6b
mac_commands.cpp: fix wait command
2018-09-27 15:35:14 +03:00
Juhani Puurula
e94d7d0e3f
Enabled trace, added KW24D default driver
2018-09-27 15:34:34 +03:00