Cruz Monrreal
35fa909641
Merge pull request #7109 from ARMmbed/release-candidate
...
Release candidate for mbed-os-5.8.6
2018-06-05 09:58:44 -05:00
Teppo Järvelin
d87c2891a1
Cellular: reduced stack size in cellular state machine thread. Release resource that are not needed in cellular state machine.
2018-06-04 17:45:07 +01:00
adbridge
c99709ed48
Update Mbed version block for patch release
2018-06-04 17:38:19 +01:00
Antti Yli-Tokola
979922aa32
Update mbed-coap to version 4.4.4
...
Fixes one error: IOTCLT-2638 Hardfault during reconnection retry with Thread
2018-06-04 17:38:15 +01:00
jeromecoutant
26f5af4b35
DISCO_F413ZH : pin value error
2018-06-04 17:38:15 +01:00
jeromecoutant
f7ca53946f
DISCO_F413ZH : map SPI3 to WIFI module
2018-06-04 17:38:15 +01:00
Donatien Garnier
5b1b6335ec
Cordio H4: Added some comments explaining the use of RawSerial as opposed to using Serial
2018-06-04 17:38:15 +01:00
Donatien Garnier
fb5e4cc38d
BLE: Replace Serial with RawSerial in Cordio H4 Transport Driver
2018-06-04 17:38:15 +01:00
jeromecoutant
46ed375b69
STM32L4 ADC internal channels update
2018-06-04 17:38:15 +01:00
jeromecoutant
11d696eba0
STM32L1 ADC internal channels update
2018-06-04 17:38:15 +01:00
jeromecoutant
732a00ed79
STM32L0 ADC internal channels update
2018-06-04 17:38:15 +01:00
jeromecoutant
1163f2c7ab
STM32F7 ADC internal channels update
2018-06-04 17:38:15 +01:00
jeromecoutant
4a908e9694
STM32F3 ADC internal channels update
2018-06-04 17:38:15 +01:00
jeromecoutant
c69465054b
STM32F2 ADC internal channels update
2018-06-04 17:38:15 +01:00
jeromecoutant
e8343d4d19
STM32F1 ADC internal channels update
2018-06-04 17:38:15 +01:00
jeromecoutant
960b3de8bd
STM32F0 ADC internal channels update
2018-06-04 17:38:15 +01:00
jeromecoutant
14a33312f5
STM32F4 ADC internal channels update
2018-06-04 17:38:15 +01:00
zzw
4fa4e07a82
fix realtek_rtl8195am IPv6 build fails update
...
fix for #6909
-remove the "dhcps.h" and "dhcps.c" files
-edit "wifi_conf.c" "wifi_conf.h" and "rtw_emac.cpp" to fix compile error
rebase for #6974
2018-06-04 17:38:15 +01:00
Alan Chuang
61b1806641
make uart console port configurable via mbed_app.json
2018-06-04 17:38:15 +01:00
TomoYamanaka
5d5559dce0
Fix redeclaration of type name "bool_t"
...
I fixed redeclaration of type name "bool_t" for target Renesas because this typedef has been defined in rtx_core_ca.h by #6273 .
2018-06-04 17:38:15 +01:00
Marc Emmers
cc0b38cbf6
Added STM32L433RC to iar exporter options
2018-06-04 17:38:15 +01:00
Mike Harrington
7cc6e25d02
Fixed incorrect clean_flags method and float-abi linker option for CCES exporter.
2018-06-04 17:38:15 +01:00
Steven
e664e5c88a
EFM32 IRQ handling fix
...
* IRQ handling got updated previously to a non-functional state when both callbacks were registered (it'd fire a fall callback for both rise and fall events). With this update, that faulty behaviour is corrected. Due to delays between the detection of the edge and the handling of the interrupt (and the fact that information about which edge you received on the pin is not stored anywhere), there is no way to be absolutely sure which edge got triggered on the pin. Therefore, we make a best-guess effort by looking at the pin state at the time of IRQ handling, and fire a callback as if that was the end state of the event. This will usually work out fine, except in cases were the signal is toggling faster than the IRQ handler's response time. In that case, a user won't get both callbacks (as expected for a pulse), but only the last event.
* Stripped some dead code.
2018-06-04 17:38:15 +01:00
Steven
b30e91be85
Fix to flash API on EFM32
...
* Since mbed does not overwrite itself, make the flashing routines run out of flash by default
* Report a writeable size of 4 bytes (previously erroneously reported a full eraseable page as the minimum write size)
2018-06-04 17:38:15 +01:00
Steven
1594379558
Update pinout of TB_SENSE_12 to production revision
...
* Updated pinout of EXP header from pre-production to production
* Move assignment of PF7 to SPI_2 to be compatible with the new SPI flash routing
2018-06-04 17:38:15 +01:00
PHST
975349de4d
EFM32PG12_STK3402 - Correct wrong Expansion header Pin naming
...
Referencing to "UG257: EFM32 Pearl Gecko PG12 Starter Kit User's Guide - Chapter 4" (https://www.silabs.com/documents/public/user-guides/ug257-stk3402-usersguide.pdf ) it should be like in this commit.
2018-06-04 17:38:15 +01:00
jeromecoutant
89eace7c7b
STM32 PeripheralPins.c second update after review
...
genpinmap script version 1.1
2018-06-04 17:38:15 +01:00
jeromecoutant
36f382b934
STM32L4 DISCO : PeripheralPins.c and PinNames.h files alignment
2018-06-04 17:38:15 +01:00
jeromecoutant
0b4d76d287
STM32L0 DISCO : PeripheralPins.c and PinNames.h files alignment
2018-06-04 17:38:15 +01:00
jeromecoutant
31dc9b7873
STM32F7 DISCO : PeripheralPins.c and PinNames.h files alignment
2018-06-04 17:38:15 +01:00
jeromecoutant
abbead3600
STM32F4 DISCO : PeripheralPins.c and PinNames.h files alignment
2018-06-04 17:38:15 +01:00
jeromecoutant
b6808ef6db
STM32F3 DISCO : PeripheralPins.c and PinNames.h files alignment
2018-06-04 17:38:15 +01:00
jeromecoutant
02a059f3a1
STM32F1 DISCO : PeripheralPins.c and PinNames.h files alignment
2018-06-04 17:38:15 +01:00
jeromecoutant
d357028fbe
STM32F0 DISCO : PeripheralPins.c and PinNames.h files alignment
2018-06-04 17:38:15 +01:00
jeromecoutant
627b73d437
STM32L4 NUCLEO : PeripheralPins.c and PinNames.h files alignment
2018-06-04 17:38:15 +01:00
jeromecoutant
b953b59d86
STM32L1 NUCLEO : PeripheralPins.c and PinNames.h files alignment
2018-06-04 17:38:15 +01:00
jeromecoutant
89020ee0b4
STM32L0 NUCLEO : PeripheralPins.c and PinNames.h files alignment
2018-06-04 17:38:15 +01:00
jeromecoutant
a8e1b4c736
STM32F7 NUCLEO : PeripheralPins.c and PinNames.h files alignment
2018-06-04 17:38:15 +01:00
jeromecoutant
5b42241e52
STM32F4 NUCLEO : PeripheralPins.c and PinNames.h files alignment
2018-06-04 17:38:15 +01:00
jeromecoutant
b31ac80ac8
STM32F3 NUCLEO : PeripheralPins.c and PinNames.h files alignment
2018-06-04 17:38:15 +01:00
jeromecoutant
03ecc6b9cd
STM32F2 NUCLEO : PeripheralPins.c and PinNames.h files alignment
2018-06-04 17:38:15 +01:00
jeromecoutant
fa03f11e9e
STM32F1 NUCLEO : PeripheralPins.c and PinNames.h files alignment
2018-06-04 17:38:15 +01:00
jeromecoutant
b47db4798b
STM32F0 NUCLEO : PeripheralPins.c and PinNames.h files alignment
2018-06-04 17:38:15 +01:00
Alex-EEE
22e5902618
Export folder needs to not ignore .mbed files.
...
Fixing a bug. .mbed is ignored in the high level .gitignore file. But .mbed is actually a needed file inside of tools/export. Even though the file is still in the main repo, since it's ignored now, you can easily lose it or remove it without seeing the change. Adding this .gitignore file here will add .mbed back into the tracked files for only this directory
2018-06-04 17:38:15 +01:00
bcostm
e9296ca19c
STM32 SPI: fix NSS pin configuration
2018-06-04 17:38:15 +01:00
jeromecoutant
eb25f39b4e
STM32 ETHERNET : Allow user defined Ethernet PHY init
...
If user adds USE_USER_DEFINED_HAL_ETH_MSPINIT macro in the json config,
he can implement his own HAL_ETH_MspDeInit and HAL_ETH_MspDeInit functions.
2018-06-04 17:38:15 +01:00
jeromecoutant
e3c18d4bdf
NOT_SUPPORTED error was not supported any more in test_api.py script
2018-06-04 17:38:15 +01:00
Anna Bridge
367dbdf514
Merge pull request #6950 from ARMmbed/release-candidate
...
Release candidate for mbed-os-5.8.5
2018-05-21 11:11:29 +01:00
Antti Kauppila
a48d2319d5
LoRaWAN: Fixed region 2(AU915) to compile
...
ARM internal ref IOTCELL-948
2018-05-18 12:51:37 +01:00
Kimmo Vaisanen
035230a857
Lora: fix RX datarate
...
rx_config() incorrectly returns a physical layer datarate value when
an index to datarate table should be returned.
2018-05-18 12:51:19 +01:00