Jimmy Brisson
af9e07357a
Merge pull request #5740 from ashok-rao/master
...
Adding MTB ublox ODIN W2 as a new target.
2018-01-04 10:05:02 -06:00
Jimmy Brisson
c00efaec44
Merge pull request #5737 from jeromecoutant/PR_LP_TIMER_TEST
...
lp_timer test : add a minimum delta value
2018-01-04 10:03:53 -06:00
Jimmy Brisson
7bdbdbe1eb
Merge pull request #5703 from dave-wu/cog-adc-fix
...
AD: Fix ADC driver
2018-01-04 10:02:32 -06:00
Jimmy Brisson
324e53b770
Merge pull request #5697 from bcostm/dev_flash_f3
...
STM32: Add support of Flash API for STM32F3 devices
2018-01-04 10:00:41 -06:00
Jimmy Brisson
b12d0fb56b
Merge pull request #5673 from maciejbocianski/mem_trace_tests
...
mem_trace tests refactoring
2018-01-04 09:54:40 -06:00
Jimmy Brisson
e9c76bb85e
Merge pull request #5606 from nvlsianpu/bugfix/nrf52840_tickless
...
Enable tickless on nRF52840
2018-01-04 09:53:48 -06:00
Jimmy Brisson
b2495c7a8d
Merge pull request #5595 from nvlsianpu/bugfix/nordic_critical_section
...
fix nordic critical section
2018-01-04 09:52:32 -06:00
Jimmy Brisson
62a7ecddd3
Merge pull request #5570 from jeromecoutant/PR_STDIO
...
STM32 UART init update
2018-01-04 09:50:18 -06:00
Jimmy Brisson
18e727623d
Merge pull request #5435 from mikaleppanen/emac_tests
...
Tests for wifi emac interface
2018-01-04 09:48:45 -06:00
Jimmy Brisson
432e5bf436
Merge pull request #5253 from amq/patch-3
...
Add missing device_name for targets with bootloader
2018-01-04 09:47:41 -06:00
bcostm
058f011254
STM32F1: Remove flash functions doc
2018-01-04 15:43:54 +00:00
bcostm
ca24ee4cd7
STM32F0: Remove flash functions doc
2018-01-04 15:43:54 +00:00
bcostm
a47f9b3480
STM32F0: Add Flash API support
2018-01-04 15:43:54 +00:00
bcostm
6f5d8ff92e
STM32F1: Add Flash API support
2018-01-04 15:43:54 +00:00
jeromecoutant
9a43912177
lp_timer test : add a minimum delta value
2018-01-03 15:37:19 +01:00
Andrzej Puzdrowski
ae41c7db17
Implementation of critical section primitives
...
which can be called from diferent contexts.
Orginal nordic critical primitives must been called in pairs
from exacly the same function. As mbed hal call it in separate
methods, so they are not suitable here.
2018-01-03 11:39:15 +01:00
Anna Bridge
c832515274
Merge pull request #5770 from 0xc0170/fix_rza1h
...
Renesas: fix cmsis lib build
2018-01-02 15:18:35 +00:00
bcostm
8203a8ddf5
STM32F3: Remove flash functions doc + typos
2018-01-02 14:28:09 +01:00
bcostm
563338ad58
STM32F3: reset PGERR flash flag
2018-01-02 14:28:09 +01:00
bcostm
b5324cae32
STM32F3: flash_api typos
2018-01-02 14:28:09 +01:00
bcostm
92394e4f13
STM32F303xE: add FLASH support in targets.json
2018-01-02 14:28:09 +01:00
bcostm
0d09f6d788
STM32F3: add Flash api
2018-01-02 14:28:09 +01:00
Martin Kojtal
a8fc394942
VK RZ A1H: remove target from mbed 2 release
...
As it does not share the codebase with RZ A1H, it needs to be disabled until
bring it up to date with the latest changes to cmsis. There are changes
regarding caches, mmu and others
2018-01-02 11:51:04 +00:00
Martin Kojtal
fed5dd1170
VK RZ A1H: fix errors from the latest cmsis updates
...
Use mbed critical section
2018-01-02 11:48:56 +00:00
Martin Kojtal
e07b3c7ac6
tools: cmsis and hal are build together
...
Build api used to build cmsis separately (how mbed 2 is being build). This is
currently not how cmsis is being defined. As there target dependencies in some
cases, we should include paths from targets when building cmsis
2018-01-02 11:48:56 +00:00
Martin Kojtal
038324a7e5
Travis: add RZ_A1H target
...
Travis: dsp only for cortex-m
2018-01-02 11:48:47 +00:00
Martin Kojtal
3247a96588
renesas: os tick only for rtos
...
As this is os tick implementation for rtos, it should not be compilied if rtos
not present (mbed 2)
2017-12-31 17:21:02 +01:00
Anna Bridge
eda0acc5da
Merge pull request #5621 from maciejbocianski/critical_section_imp2
...
CriticalSectionLock class improvement
2017-12-29 14:37:00 +00:00
Anna Bridge
20ad454f2b
Merge pull request #5613 from andreaslarssonublox/ublox_init_odin_evk_leds
...
Added init for ODIN EVK LEDs to be off by default
2017-12-29 14:30:50 +00:00
Anna Bridge
2f4f82ec74
Merge pull request #5723 from SeppoTakalo/wifi-construtor-fix
...
Remove destruction of WiFi interface in test runs
2017-12-29 14:29:38 +00:00
Anna Bridge
1b53aabc5c
Merge pull request #5733 from deepikabhavnani/non_rtos_serial_fix
...
Access to serial device is allowed when DEVICE_SERIAL is defined
2017-12-29 14:28:15 +00:00
Anna Bridge
a4d1dee25e
Merge pull request #5617 from bcostm/usbhost_clean-up
...
STM32: USBHost clean-up
2017-12-29 10:48:03 +00:00
Anna Bridge
c4211e1aae
Merge pull request #5614 from maciejbocianski/mem_trace_fix
...
platform: fix mem_trace trace level guard
2017-12-29 10:43:16 +00:00
Cruz Monrreal II
43af0d7395
Merge pull request #5743 from VeijoPesonen/greentea-wifi-fixes-disconnect
...
Greentea wifi test cases - disconnect done as teardown after each connect
2017-12-28 21:02:42 +00:00
Cruz Monrreal II
65dd31489a
Merge pull request #5755 from jorisa/fix-make-paths
...
Fix for #5676 make.py generates duplicate file entries in link_files.txt
2017-12-28 20:57:20 +00:00
Cruz Monrreal II
5a19f6dcf5
Merge pull request #5684 from juhaylinen/lwip-socket-fix
...
lwip: fix socket behaviour
2017-12-28 20:40:14 +00:00
Cruz Monrreal II
3ebc99fe35
Merge pull request #5681 from slashdevteam/mk24bootloader
...
Adding bootloader support to MK24F1 target
2017-12-28 20:34:27 +00:00
Cruz Monrreal II
2b718feba3
Merge pull request #5628 from TomoYamanaka/master
...
Reregistration GR-PEACH as mbed support board
2017-12-28 20:20:31 +00:00
Cruz Monrreal II
10076bd0f6
Merge pull request #5691 from dlfryar/nrf52_linker
...
Nordic add app_start config system support for NRF52840 for bootloader
2017-12-28 18:29:00 +00:00
Cruz Monrreal II
b8de0f299a
Merge pull request #5693 from li-ho/ev-cog-iar-export
...
Enable IAR export for EV_COG_AD3029LZ and EV_COG_AD4050LZ
2017-12-28 18:27:01 +00:00
Cruz Monrreal II
0cb4fcd341
Merge pull request #5756 from adbridge/master
...
Add mbed-os-example-filesystem to examples list
2017-12-28 18:18:17 +00:00
Cruz Monrreal II
6d042d4ad4
Merge pull request #5736 from SeppoTakalo/ONME-3199
...
Allow 6LoWPAN applications to leave out channel specification.
2017-12-28 17:51:04 +00:00
Cruz Monrreal II
41b697b6f7
Merge pull request #5734 from deepikabhavnani/code_map_file
...
Build failed as code section was not included in map.
2017-12-28 17:44:22 +00:00
Maciej Bocianski
aa22ef1e1e
platform: fix mem_trace trace_level guard
2017-12-23 09:20:35 +01:00
Maciej Bocianski
ad67904daa
platform: CriticalSectionLock class improvement
2017-12-23 09:18:37 +01:00
Ashok Rao
c849db2dab
Adding license info
2017-12-22 13:54:22 +00:00
Martin Kojtal
9cce4d2b06
Merge pull request #5745 from kjbracey-arm/k64f_init_order
...
K64F Ethernet: avoid using NULL thread during init
2017-12-22 13:26:26 +00:00
Juha Ylinen
32e64e7171
Fix build for IPv4+IPv6 config
2017-12-22 13:22:00 +02:00
Juha Ylinen
52353d2ede
Add function to check if address is local
...
Update the code to check all addresses for all interfaces. Move
the code from mbed_lwip_socket_bind() to a new function called
mbed_lwip_is_local_addr()
2017-12-22 13:21:59 +02:00
Juha Ylinen
6d3e417eaa
lwip: fix socket behaviour
...
Return NSAPI_ERROR_PARAMETER when:
Binding to a non-local address
Socket listen() is called without calling bind() first
Socket accept() is called without calling listen() first
2017-12-22 13:21:59 +02:00