svastm
2198dccd6e
[NUCLEO_L432KC] Add to build and export scripts
2016-06-30 14:50:35 +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
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
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
Mahadevan Mahesh
096a48bebe
Enable PORTIN, PORTOUT and PWMOUT for KL27
...
Signed-off-by: Mahadevan Mahesh <Mahesh.Mahadevan@nxp.com>
2016-06-28 15:15:03 -05:00
Martin Kojtal
05b8db418a
Merge pull request #2025 from pan-/nrf51_nano
...
Use nano lib by default for nrf51 based targets.
2016-06-28 10:12:54 +02:00
Vincent Coubard
dbc6b34bc2
Use nano lib by default for nrf51 based targets.
2016-06-27 14:34:33 +01:00
Sam Grove
3f5ab2fbb1
Revert "cfstore flash-journal integration with config_system (Resubmitted)"
2016-06-21 17:32:57 -05:00
Simon Hughes
f299b113bb
Adding K64F config properties while retaining additional targets LOWPOWERTIMER
2016-06-17 17:33:39 +01:00
Simon Hughes
6d76dacef7
cfstore flash mode set to async by default
2016-06-17 17:16:23 +01:00
Simon Hughes
e5c081e23f
cfstore flash mode set to sync by default
2016-06-17 17:16:21 +01:00
Simon Hughes
8f6957e195
cfstore flash-journal integration sync mode test fixes.
2016-06-17 17:16:19 +01:00
Bartosz Szczepanski
4b5a3175f9
[STM32F0xx] Enable LowPowerTimer
...
Change-Id: Id23b9d3a0f9a9a3c8a8501a4ba8de6256bc591dd
2016-06-17 08:30:15 +02:00
Bogdan Marinescu
74270b2a94
Added feature list for K64F
...
IPv4 driver exists on the build tree, so enabling it.
Signed-off-by: Seppo Takalo <seppo.takalo@arm.com>
2016-06-15 20:53:08 +03:00
adustm
fa55f1b56f
[NUCLEO_F746ZG] Enable Ethernet feature for mbed-os
2016-06-15 18:45:57 +02:00
Martin Kojtal
9b5adb8cd1
Merge pull request #1752 from svastm/add_nucleo_l011k4
...
Add NUCLEO_L011K4
2016-06-14 22:00:28 +02:00
Martin Kojtal
1f9d28346f
Merge pull request #1924 from 0xc0170/fix_armcc
...
Fix armcc ulib template - removal
2016-06-14 20:06:26 +02:00
Brian Daniels
8bbc163d3f
Removing K64F_UVISOR target
2016-06-14 05:00:19 +01:00
0xc0170
269697d6d4
targets - remove ulib template
...
armcc provides command line option for choosing a lib type, and we use this,
thus a template is not needed.
2016-06-14 00:41:45 +01:00
Vincenzo Frascino
c1442139a0
[BEETLE] Add support for uVision 5 exporter
...
This patch adds support for uVision 5 exporter to the Beetle Target.
Signed-off-by: Vincenzo Frascino <vincenzo.frascino@arm.com>
2016-06-13 14:26:45 +01:00
Vincenzo Frascino
0d3268b61c
[BEETLE] Add initial support
...
This patch adds support for the BEETLE Target. The compilers supported by
this target are:
* ARMCC
* GCC ARM
The exporters and the CMSIS/HAL components will follow in future patches.
Signed-off-by: Vincenzo Frascino <vincenzo.frascino@arm.com>
2016-06-13 11:55:33 +01:00
svastm
dd829053f9
[NUCLEO_L011K4] Move device.h defines to target.json
2016-06-13 10:30:18 +02:00
svastm
c9bf3ca2fd
[NUCLEO_L011K4] Add to the build and export scripts
2016-06-13 10:24:19 +02:00
Russ Butler
3db2c030d2
Only allow one thread on unsafe standard libs
...
When using a standard library which does not support multi-threading
allow only one thread to be used. This allows the code to remain
safe.
2016-06-12 18:18:40 +01:00
Sam Grove
d71f015659
Added features to Target description to support the changed names and build extensions
2016-06-09 15:00:36 +01:00
Martin Kojtal
bead0173d9
Merge pull request #1881 from mbedmicro/rename_features
...
Rename "features" to "device_has" in targets.json
2016-06-09 11:32:21 +01:00
Martin Kojtal
f7e6a0f9ca
Merge pull request #1879 from sbutcher-arm/mbedtls-entropy-collector
...
Add entropy collector for K64F to mbed HAL for use in mbed TLS
2016-06-09 11:07:24 +01:00
Simon Butcher
f450786174
Add entropy collector for K64F to mbed HAL for use in mbed TLS
...
mbed TLS requires an entropy source, and this provides support for one through
the K64F RNG.
The macro MBEDTLS_ENTROPY_HARDWARE_ALT also added to target.json to enable use
of the entropy collector by mbed TLS.
2016-06-09 00:51:14 +01:00
Bogdan Marinescu
05059a617f
Rename "features" to "device_has" in targets.json
...
"features" will make more sense in the context of the feature support
that we'll introduce later (related to #1878 ). Plus, "device_has" is
arguably a better description of the actual content of this key.
2016-06-08 18:32:39 +03:00
Martin Kojtal
5c60eb61d0
Merge pull request #1867 from rgrover/master
...
introduce the CMSIS Storage driver and its implementation for K64F
2016-06-08 13:56:27 +01:00
Rohit Grover
00feaa02f2
adding STORAGE to the list of device features for K64F
2016-06-08 12:16:00 +01:00
Bogdan Marinescu
b368c4ac48
Add a K64F target with uVisor enabled
...
Also, remove UVISOR_SUPPORTED from the other targets.
2016-06-08 13:00:41 +03:00
Bogdan Marinescu
6cd41fd314
Add UVISOR_SUPPORTED to the K64F based targets
2016-06-08 12:36:07 +03:00
Bartosz Szczepanski
5562f9a40a
[STM32] Move CAN device.h defines to targets.json
...
This patch moves all CAN defines, for all STM32 boards with CAN support, to
targets.json file.
Change-Id: Ic3335cd4237e646d849b3554de69a9048846b186
2016-06-08 09:24:46 +02:00
Jimmy Brisson
32075c38e4
added extra_labels_add checking to script
...
and moved a previously missed device.h file to targets.json
2016-06-06 10:33:58 -05:00
Jimmy Brisson
66574aaa9d
made features a first class citizen
2016-06-03 16:18:23 -05:00
Jimmy Brisson
9cf326861b
HUGE COMMIT WARNING device.h defines -> target.json features
...
one problem:
[WARNING] device APPNEARME_MICRONFCBOARD did not have an associated entry in targets.json
2016-06-03 14:08:40 -05:00
Jimmy Brisson
76e6c885a2
auto-formatted target.json
2016-06-03 14:03:50 -05:00
0xc0170
2a19ddc9d1
Add lpc821 cocorico target
...
Added by @ElektorLabs PR #1840 , squashed manually.
2016-06-03 09:20:30 +01:00
0xc0170
795963c75f
targets - fix progen names (use - instead of _)
...
efm32 targets were wrongly named, we follow now progendef names
(efm32gg-stk, ..).
2016-05-31 13:27:55 +01:00
Sam Grove
d94627e042
move target description from tools into hal where the target code lives
2016-05-28 12:46:08 +08:00