Vincent Coubard
b041c75ed2
Backport fixes from nordic branches:
...
- nrf headers synchronized with the one in BLE implementation. This is a
short term fix. The nordic branches use a single nrf SDK and does not
have duplicate headers. Once this branch will be integrated, there will
be no more issues around duplicate headers.
- enable feature BLE in the targets.json. This fix was done a long time
ago in the nordic branch. Without it, it is not possible to compile BLE
examples.
2016-07-01 12:04:05 +01:00
Martin Kojtal
3051436788
Merge pull request #2071 from LMESTM/nucleo_f746zg_ff_arduino
...
[NUCLEO_F746ZG] Add Arduino Form Factor property
2016-07-01 12:33:04 +02:00
Martin Kojtal
1963e0e1a1
Merge pull request #2078 from LMESTM/fix_l0_lpuart_baudrate
...
[STM32L0] Fix baudrate initialisation
2016-07-01 12:31:20 +02:00
Sam Grove
26e9aa4b4e
Merge pull request #2075 from 0xc0170/fix_#2059
...
RTOS - fix for main thread id might not be 0x02
2016-06-30 14:29:21 -05:00
Sam Grove
185676300d
Merge pull request #2060 from theotherjimmy/cleanup-make-export
...
[Exporters-gcc_arm] Clean up the source directory
2016-06-30 13:01:54 -05:00
Mihail Stoyanov
b70d901ef9
Merge pull request #1984 from mbedmicro/config_system_docs
...
Added documentation for the configuration system
2016-06-30 18:00:22 +01:00
Jimmy Brisson
3850c2628b
Force all to be the default target
2016-06-30 11:43:01 -05:00
Jimmy Brisson
6c1c7a5955
Check for OSTYPE instead of OS
...
It better detects sh vs. batch
2016-06-30 11:28:32 -05:00
Sam Grove
197c4b516b
Merge pull request #2076 from bridadan/relative-paths-test-spec
...
Relative paths in test spec file
2016-06-30 11:01:07 -05:00
Jimmy Brisson
d6d0202236
Move binaries from bin to .build
2016-06-30 10:55:34 -05:00
Jimmy Brisson
5d014661c2
Redo window mkdir; add cross-platform rmdir
2016-06-30 10:55:10 -05:00
Jimmy Brisson
6867499da3
Test for existance of dir before creating it
2016-06-30 10:55:04 -05:00
Jimmy Brisson
6971b1e1b4
update mkdir to be cross-platform
2016-06-30 10:51:19 -05:00
Jimmy Brisson
7b5831247d
Make the efm32 targets use the common makefile template
2016-06-30 10:51:19 -05:00
Jimmy Brisson
63f4e6a279
sam*::gcc_arm targets extend the common makefile
2016-06-30 10:51:19 -05:00
Jimmy Brisson
86585197da
rework the common template to place objects into bin
2016-06-30 10:51:18 -05:00
Martin Kojtal
c988ce178d
Merge pull request #1971 from svastm/add_nucleo_l432kc
...
[NUCLEO_L432KC] Add target
2016-06-30 16:38:52 +02:00
Laurent MEUNIER
0bc9d157a0
[STM32L0] Fix baudrate initialisation
...
Issue #2074
Assuming that OverSampling is initialized, the baudrate is now correctly
computed inside CMSIS (STM32 HAL) layer. This was not the case before but
most probably was fixed during latest L0 cube firmware upgrade:
commit ce436d5107
Author: svastm <simon.vanson@st.com>
Date: Thu Apr 14 14:39:53 2016 +0200
Update STM32CUBE_L0 from v1.2 to v1.5
2016-06-30 16:34:08 +02:00
Brian Daniels
b7186bb604
Test spec paths are now relative to tool execution directory
...
This commit also normalizes the paths produced by the the test spec to
Unix style paths to increase portability of the file.
2016-06-30 09:32:13 -05:00
svastm
505814147d
[NUCLEO_L432KC] Add RTOS support
2016-06-30 15:05:09 +02:00
svastm
3c684e13f2
[NUCLEO_L432KC] Fix peripheral definitions
2016-06-30 15:05:06 +02:00
svastm
b91c65ee2d
[NUCLEO_L432KC] Update HAL API
2016-06-30 15:04:45 +02:00
svastm
2198dccd6e
[NUCLEO_L432KC] Add to build and export scripts
2016-06-30 14:50:35 +02:00
svastm
9cfc3bf2aa
[NUCLEO_L432KC] Add HAL target
2016-06-30 14:48:06 +02:00
svastm
26251314c5
[NUCLEO_L432KC] Add CMSIS target
2016-06-30 14:48:06 +02:00
Jarek Zgoda
2731bc7da3
Template moved to new tools directory
2016-06-30 12:36:19 +02:00
Jarek Zgoda
e7209fea53
Rename field in targets.json, missing features removed
2016-06-30 12:36:19 +02:00
Jarek Zgoda
59623d62f9
One more occurence to be renamed
2016-06-30 12:36:19 +02:00
Jarek Zgoda
811530796b
Rename "generic" -> "bluepill" (common name)
2016-06-30 12:36:19 +02:00
Jarek Zgoda
2f6314c2d0
This board does not claim Arduino compatibility
2016-06-30 12:36:19 +02:00
Jarek Zgoda
3006f70552
Support for Blue Pill
2016-06-30 12:36:18 +02:00
0xc0170
757d340b0a
RTOS - fix for main thread id might not be 0x02
...
Fixes #2059 . As reported, if timer thread is not created, the main thread
id is 0x01. We introduce MAIN_THREAD_ID macro to define the id. We shall consider,
if we keep this in a variable.
I placed MAIN_THREAD_ID in cmsis_os.h as that header is safe to include within RTX, not like
RTX_Config.h or RTX_CM_Lib.h).
2016-06-30 11:15:21 +02:00
Laurent MEUNIER
f1ccebb28b
[NUCLEO_F746ZG] Add Arduino Form Factor property
2016-06-30 10:47:30 +02:00
Sam Grove
07958da38b
Merge pull request #2065 from NXPmicro/K22_KL27_Updates
...
K22 kl27 updates
2016-06-29 22:24:35 -05:00
Sam Grove
b13844e78e
Merge pull request #2066 from TomoYamanaka/master_4
...
In targets.json, add the "IPV4" setting for RZ_A1H(Rebase #2018 )
2016-06-29 22:24:20 -05:00
Sam Grove
472ac772f9
Merge pull request #2056 from theotherjimmy/pass-files-to-source
...
Enable passing individual files to --source options
2016-06-29 17:08:30 -05:00
Sam Grove
dff2c313ea
Merge pull request #2053 from AlessandroA/guard_svc_priority_set
...
RTOS: Only set the SVC priority if uVisor is not present
2016-06-29 14:26:16 -05:00
Sam Grove
76be7c185b
Merge pull request #2052 from meriac/master
...
Add secured page allocator for uVisor
2016-06-29 14:26:03 -05:00
Jimmy Brisson
cd9261d168
Add documentation
2016-06-29 11:20:34 -05:00
Jimmy Brisson
ce1cddcd8b
Prefix non-public api with an underscore
2016-06-29 11:11:54 -05:00
Jimmy Brisson
c7acb7c293
Enable passing individual files to scan_resources
2016-06-29 11:10:12 -05:00
Martin Kojtal
467c8d5b15
Merge pull request #2067 from mlnx/memap_docs
...
memap doc minor fixes
2016-06-29 11:05:48 +02:00
Marcelo Salazar
86aea775c4
memap doc minor fixes
2016-06-29 08:28:33 +01:00
tomoyuki yamanaka
355e9775f8
In targets.json, add the "IPV4" setting for RZ_A1H
...
We added "IPV4" of Compile Macro in "targets.json" file.
We failed in the reletion test of IPV4 because "IPV4" was not entered into our Build Target setting.
2016-06-29 15:31:07 +09:00
Sam Grove
737a7809f9
Merge pull request #2063 from geky/fix-heap
...
Removed heap region from ARM sct file on K devices
2016-06-28 20:54:33 -05:00
Sam Grove
f7b295afe0
Merge pull request #2049 from theotherjimmy/fix-gcc-arm-export
...
Fix a bug that caused the gcc_arm exporter to fail
2016-06-28 20:49:10 -05:00
Sam Grove
78cef9c176
Merge pull request #2019 from TomoYamanaka/master_3
...
Change stack size of main thread for RZ_A1H
2016-06-28 20:46:49 -05:00
Christopher Haster
1bf641d6b3
Removed heap region from ARM sct file on K devices
...
- __heap_size__ was used to allocate a fixed size region for the heap in
RW_IRAM1
- __user_setup_stackheap in sys.cpp uses Image$$RW_IRAM1$$ZI$$Limit as the
start of the heap, which leaves the fixed size region unused
2016-06-28 20:16:19 -05:00
Sam Grove
0cf924429a
Merge pull request #1952 from adustm/b_f7ethernetnew
...
[NUCLEO_F746ZG] add IPV4 support for F7 in mbed
2016-06-28 17:47:35 -05:00
Sam Grove
c6db458ff6
Merge pull request #2014 from TomoYamanaka/master
...
RTX - init sequence (C++ array init) for Cortex-A version
2016-06-28 17:45:57 -05:00