Cruz Monrreal
892e5e1b74
Merge pull request #5809 from ashok-rao/MTB_MXChip
...
Add MTB MXChip EMW3166
2018-01-23 11:33:47 -06:00
Cruz Monrreal
8e683d5f1d
Merge pull request #5864 from JaniSuonpera/CoAP_v4.0.11
...
CoAP v4.1.1
2018-01-23 11:31:39 -06:00
Cruz Monrreal
eb2f4ae60b
Merge pull request #5866 from 0xc0170/fix_tickless_deepsleep
...
RTX idle: sleep without locked deep sleep fix
2018-01-23 11:31:04 -06:00
Martin Kojtal
467e25f239
Merge pull request #5889 from mprse/fix_issue_5835_ticker_update_should_be_atomic
...
Provide fix for issue #5835 - Tickers update should be atomic
2018-01-23 13:32:00 +00:00
jeromecoutant
3cefae203c
STM32F407 : correct ARM scatter file
...
Alignment with STM32Cube_FW_F4_V1.18.0 done
2018-01-23 12:41:35 +01:00
Cruz Monrreal II
a17e3d1ee2
Removed RTC as a supported peripheral for NCS36510
2018-01-22 14:46:44 -06:00
Matthias L. Jugel
0a40a52797
flatten the compiled files list
2018-01-22 19:03:20 +01:00
Matthias L. Jugel
c5119ca89e
use the normal name without cmake- prefix
2018-01-22 19:03:20 +01:00
Matthias L. Jugel
7acad55f5b
add link library paths to build
2018-01-22 19:03:20 +01:00
Matthias L. Jugel
c968bc2f86
add ci build operations
2018-01-22 19:03:20 +01:00
Matthias L. Jugel
829b04cb48
change linking stage (dependencies), print built hex file name
2018-01-22 19:03:20 +01:00
Matthias L. Jugel
9e503559bd
fix linker issue
2018-01-22 19:03:20 +01:00
Matthias L. Jugel
e2ae5607e9
add handling of sub-dependencies, fix profile selection
2018-01-22 19:03:20 +01:00
Matthias L. Jugel
c29945b1be
simplify the complicated removal of dependency sources
...
add hex file generation
2018-01-22 19:03:20 +01:00
Matthias L. Jugel
6f667e5ca2
explain code, fix naming, work on linking
2018-01-22 19:03:20 +01:00
Matthias L. Jugel
07b21abc75
add cmake exporter for CLion use
2018-01-22 19:03:19 +01:00
Cruz Monrreal
c2784c8962
Merge pull request #5532 from cmens23/master
...
Exporter for Netbeans GCC_ARM
2018-01-22 10:31:24 -06:00
Cruz Monrreal
a33acaadf4
Merge pull request #4719 from iotvietmember/release_os_5
...
mbed Enabled certificate for the VBLUno51 board
2018-01-22 10:28:18 -06:00
Cruz Monrreal
5af1d8fca6
Merge pull request #5800 from abougouffa/feature_unsupported_usbhost
...
Some enhancements for the USBHost feature and small bug fix
2018-01-22 10:26:07 -06:00
Cruz Monrreal
6a708d1cf8
Merge pull request #5878 from c1728p9/lpc_usb_stability_fixes
...
LPC USB stability fixes
2018-01-22 10:25:13 -06:00
Cruz Monrreal
ff08b10a90
Merge pull request #5877 from c1728p9/kinetis_usb_stability_fixes
...
Kinetis USB improvements and fixes
2018-01-22 10:24:23 -06:00
bcostm
2cdc110747
STM32: fix serial 7bit data format
2018-01-22 15:43:50 +01:00
jeromecoutant
6086c51234
STM32LX : HAL_RCC_OscConfig update in PLL configuration
...
check PLL settings before retuuning error
2018-01-22 13:35:11 +01:00
Przemyslaw Stekiel
6d3ba94f98
Provide fix for issue #5835 - Tickers update should be atomic
...
Synchronise only (and all) the public functions.
2018-01-22 13:29:31 +01:00
bcostm
4d0535a1bf
NUCLEO_F767ZI: Add bootloader support
2018-01-22 11:11:27 +01:00
bcostm
6edcc1eba2
Check cache before enabling it
...
The mbed_sdk_init can be called either during cold boot or during
application boot after bootloader has been executed.
In case the bootloader has already enabled the cache,
is is needed to not enable it again.
2018-01-22 11:11:27 +01:00
bcostm
43f4b679c7
BL NUCLEO_F746ZG: change scb->vector assignment
2018-01-22 11:11:27 +01:00
bcostm
96dc537e10
BL NUCLEO_F746ZG: enable bootloader
2018-01-22 11:11:27 +01:00
bcostm
728e89dd03
BL STM32746xG: Update scatter/link files
2018-01-22 11:11:27 +01:00
Jani Suonpera
e0e3dbb7f8
CHANGELOG updated
2018-01-22 10:53:14 +02:00
Cruz Monrreal
47a128a5e5
Merge pull request #5882 from ashok-rao/br-MTB_Dragonfly
...
Add MTB MTS_Dragonfly as a new target.
2018-01-19 13:58:03 -06:00
Cruz Monrreal
f4aba252de
Merge pull request #5836 from artokin/thread_commissioning_fix
...
Thread commissioning fix
2018-01-19 11:29:58 -06:00
TomoYamanaka
1469fcde41
RZ_A1LU: cmsis nvic include fix
...
To get cmsis nvic definitions, I added the process that include "cmsis_nvic.h" in cmsis.h.
Relation PR is #5890 .
2018-01-20 00:29:09 +09:00
Martin Kojtal
5554ab28b3
RZ_A1H: cmsis nvic include fix
...
To get cmsis nvic definitions, this header file should be included
in cmsis.h file.
Fixes #5886
2018-01-19 13:49:25 +00:00
TomoYamanaka
e8378effc8
Modify the arrangement of "{" that shows the function start
...
Regarding "{" that show the function start, I modified the the arrangement from right of function to new line.
2018-01-19 18:46:20 +09:00
TomoYamanaka
4bc79b0ecf
Add license header on top in reserved_pins.h
...
I modified the lack of license header in the below header files.
- targets/TARGET_RENESAS/TARGET_RZ_A1XX/TARGET_RZ_A1H/TARGET_MBED_MBRZA1H/reserved_pins.h
- targets/TARGET_RENESAS/TARGET_RZ_A1XX/TARGET_GR_LYCHEE/TARGET_MBED_MBRZA1LU/reserved_pins.h
2018-01-19 18:39:37 +09:00
Maciej Bocianski
d747f1f300
Test set for critical section
2018-01-19 08:28:20 +01:00
Cruz Monrreal
c59c400093
Merge pull request #5832 from geky/fix-truncate-zero
...
littlefs: Fix file truncation without writes
2018-01-18 14:25:47 -06:00
Cruz Monrreal
698c7d9e8c
Merge pull request #5819 from geky/test-common
...
Add COMMON folder for tests
2018-01-18 14:20:23 -06:00
Cruz Monrreal
b8abbab38b
Merge pull request #5761 from geky/littlefs-fix-lookahead-rewind
...
littlefs: Fix issue with immediate exhaustion and small unaligned storage
2018-01-18 13:01:25 -06:00
Cruz Monrreal
6b034fbc08
Merge pull request #5870 from kjbracey-arm/multicast_ns
...
NSAPI: Add Nanostack multicast membership support
2018-01-18 11:37:24 -06:00
Cruz Monrreal
1a3dae763c
Merge pull request #5858 from yangkunming99/relocate-image-header
...
RTL8195AM - move region headers to 0xb000 and 0xc000
2018-01-18 11:32:49 -06:00
Cruz Monrreal
7c8e570b1e
Merge pull request #5880 from OpenNuvoton/nuvoton
...
Nuvoton: Add gpio_is_connected
2018-01-18 11:27:27 -06:00
Martin Kojtal
50e40dad38
Merge pull request #5867 from pan-/fix-ble-include
...
BLE: Fix inclusion of BLE.h (case)
2018-01-18 17:09:16 +00:00
Ashok Rao
9ee69854ff
Adding MTB MTS_Dragonfly as a new target
2018-01-18 17:08:59 +00:00
Jani Suonpera
5d10878b8f
Update CoAP to 4.1.1
...
Combined CoAP changes 4.0.11 and 4.1.0
Fixed regression with 4.0.11
2018-01-18 16:03:38 +02:00
Antti Yli-Tokola
93b3cfc288
mbed-coap update to version 4.1.0
...
- New API to control whether coap itself sends a next GET(block2) request or not
- Fixes error IOTCLT-2203 mbed-coap does not handle PUT or POST if they indicate a smaller block size preference
2018-01-18 16:00:25 +02:00
ccli8
f61d9d48c8
[NUC472/M453/M487/NANO130] Add gpio_is_connected
2018-01-18 17:33:03 +08:00
Martin Kojtal
c24eb5b092
Merge pull request #5862 from jeromecoutant/PR_LPT_ISSUE
...
STM32 LPT optimisation
2018-01-18 08:41:55 +00:00
Russ Butler
6fe0aa0074
Fix LPC17XX and LPC40XX USB data throttling
...
Only clear the USB read buffer when endpointRead is called. This
allows data to be read with endpointReadResult without also allowing
USB to transfer more data. Instead additional data is transferred explicitly
with a call to endpointRead.
2018-01-17 21:50:20 -06:00