Mihail Stoyanov
4c5c189c47
Update circleci tests - config system location and add NRF51_DK to tested targets
2016-06-14 02:52:04 +01:00
Mihail Stoyanov
b03fbe4834
Updated core (mbedmicro) and removed tools (defork)
2016-06-14 02:13:14 +01:00
Mihail Stoyanov
f3b7b1dbe5
Removed C027 library due to compile errors when D0-D15 are undefined
2016-06-14 00:08:40 +01:00
Mihail Stoyanov
926b2b10dd
Renamed mbed to core and remove obsolete libraries
2016-06-13 23:10:45 +01:00
Mihail Stoyanov
ed1741e452
Move tests to their appropriate source folder
2016-06-13 19:08:32 +01:00
Mihail Stoyanov
1b95c17f1d
Updated layout to support features
2016-06-13 19:08:31 +01:00
Mihail Stoyanov
30954700f3
Merge pull request #334 from ARMmbed/revert-309-update_jenkinsfile
...
Revert "Update Jenkinsfile to support IAR and ARMCC"
2016-06-13 18:57:41 +01:00
Mihail Stoyanov
038c9cca2d
Revert "Update Jenkinsfile to support IAR and ARMCC"
2016-06-13 18:55:18 +01:00
Mihail Stoyanov
401fc8bae2
Merge pull request #316 from sbutcher-arm/mbedtls-entropy-update
...
mbed TLS Import Update
2016-06-13 17:28:17 +01:00
Mihail Stoyanov
d8836079ac
Merge pull request #322 from bridadan/fix-notsupported-test-build
...
Fixing issue where NotSupported error causes build fail
2016-06-13 17:07:47 +01:00
Mihail Stoyanov
128efd50b3
Merge pull request #324 from pan-/fix_ble_import
...
Import missing files in BLE.
2016-06-13 17:07:22 +01:00
Mihail Stoyanov
e3f57ae684
Merge pull request #328 from rgrover/master
...
replace use of mbed-trace with printfs
2016-06-13 17:06:41 +01:00
Mihail Stoyanov
ed50266274
Merge pull request #331 from AlessandroA/disable_fpu_with_uvisor
...
Update condition to disable FPU when uVisor is supported
2016-06-13 17:06:10 +01:00
Mihail Stoyanov
6a89eeea3a
Merge pull request #309 from ARMmbed/update_jenkinsfile
...
Update Jenkinsfile to support IAR and ARMCC
2016-06-13 17:05:30 +01:00
Alessandro Angelino
0d0b5d6fa7
Update condition to disable FPU when uVisor is supported
...
After the commit:
* mbedmicro/mbed@47025b8 "uVisor: Define UVISOR_PRESENT based on target labels"
the FPU must be disabled when uVisor is enabled based on different
conditions, that is, based on the feature 'UVISOR' being enabled, and
the label 'UVISOR_SUPPORTED' being set.
2016-06-13 16:30:55 +01:00
Rohit Grover
cc03913cea
replace use of mbed-trace with printfs
2016-06-13 15:49:10 +01:00
Brian Daniels
cb08c2231d
Fixing issue where NotSupported error causes build fail
2016-06-13 15:07:57 +01:00
Vincent Coubard
45a8a98159
Import missing files in BLE.
...
Bluetooth files where imported in master a first time with
26582ebcb6
unfortunatelly line ending were present and all bluetooth files were
deleted from master by
2a0451e72d
.
Line ending issues were fixed by
2575c5f0fa
but only the modified files (the ones with line ending issues fixed)
remained after the merge.
Git choose to not bring back unmodified files because a previous commit in
master deleted those files.
This commit bring back those files by adding them in a latter point in
history.
2016-06-13 15:00:30 +01:00
Jussi Vatjus-Anttila
4ce828787b
activate armcc and IAR in CI
2016-06-13 12:01:13 +03:00
Mika Karjalainen
cd5c9564fd
Add test application builds to Jenkinsfile ( #266 )
...
Added test application job calls as postbuild step.
Added support for IAR toolchain but not enabling this yet.
Changed environmet check from compiler label to isUnix call.
2016-06-13 10:57:52 +03:00
Sam Grove
219f6e2554
Merge pull request #314 from geky/make-brian-happy
...
[build tools] Add support for globs in test names
2016-06-13 01:12:12 +01:00
Sam Grove
34873889be
Merge pull request #315 from c1728p9/fix_lpc1768
...
Fix LPC1768 tests
2016-06-13 01:09:22 +01:00
Sam Grove
fbfef5a986
Merge pull request #313 from bridadan/add-linker-errors-saved-report
...
Link errors correctly reported
2016-06-13 00:29:00 +01:00
Simon Butcher
5722750d5c
Adds a README to the mbed TLS library
2016-06-13 00:05:56 +01:00
Simon Butcher
874ab18598
Updates embedded mbed TLS version to introduce new entropy features
...
This change adds the new NV Seed and null entropy collector features.
2016-06-12 23:25:44 +01:00
Sam Grove
37b52a1d0f
Merge pull request #307 from ARMmbed/thread_safe_lib
...
Thread safe lib
2016-06-12 23:18:52 +01:00
Russ Butler
a0ccc12f70
Fix LPC1768 tests
...
Don't have GCC_ARM use GCC_CR's memory region in mem.c. This fixes
some tests.
2016-06-12 23:16:55 +01:00
Russ Butler
f15f4fb76f
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.
This also pulls up on the mbed library to use this change:
df0c855df9...5acdad9fd7
2016-06-12 22:26:07 +01:00
Brian Daniels
1335369841
Linker errors now being correctly displayed in saved build reports and summaries
2016-06-12 21:47:34 +01:00
Sam Grove
b820653efd
Merge pull request #312 from ARMmbed/tools-unification2
...
Ported changes from mbedmicro/mbed
2016-06-12 19:12:35 +01:00
Sam Grove
ee5c8135e4
Merge pull request #311 from ARMmbed/updated-requirements
...
Updated requirements.txt file to reflect the latest required python packages
2016-06-12 19:09:30 +01:00
Mihail Stoyanov
c182b46fcd
Ported changes from mbedmicro/mbed
2016-06-12 19:06:17 +01:00
Mihail Stoyanov
b0b58cec6a
Updated requirements.txt file to reflect the latest required python packages
2016-06-12 18:40:25 +01:00
Sam Grove
dda07f556f
Merge pull request #308 from ARMmbed/nanostack_rtos
...
Update nanostack to use the RTOS
2016-06-12 17:01:52 +01:00
Sam Grove
c9bffe016f
Merge pull request #288 from rgrover/master
...
introduce tests for storage_abstraction and flash_journal
2016-06-12 16:51:43 +01:00
Russ Butler
60fb6c5c24
Update nanostack to use the RTOS
...
Update libraries so nanostack uses a thread rather than performing
processing from interrupts.
See below for diff of libraries updated:
6c13f90859...0e3cc04ffd
023fd8906c...36968fc133
2016-06-12 16:45:27 +01:00
Sam Grove
f0ed04ad01
Merge pull request #310 from geky/tests-echo-serial-delays
...
[tests] Workaround for delays in serial read in htrun
2016-06-12 16:13:58 +01:00
Sam Grove
a528da04e5
Merge pull request #303 from sg-/master
...
LPC1768 IAR support for lwip
2016-06-12 13:57:11 +01:00
Sam Grove
d9ead4dbc6
ignore generated project files
2016-06-12 04:27:16 -07:00
Christopher Haster
f83caf80dc
[build tools] Add support for globs in test names
2016-06-12 04:00:49 -05:00
Christopher Haster
0bf294c2ed
Workaround for delays in serial read in htrun
...
Caused tests based around serial communication to take longer than
expected. Most notably the echo tests.
2016-06-11 21:07:57 -05:00
Sam Grove
4775c0190e
Merge remote-tracking branch 'origin/master'
2016-06-11 16:27:34 -07:00
Sam Grove
c9705ab43c
Update mbed.lib 52e93aebd0...df0c855df9
2016-06-11 16:24:25 -07:00
Sam Grove
167fe63336
added default placement macro for all boards and toolchains
2016-06-11 16:21:50 -07:00
Mihail Stoyanov
963892c83e
Merge pull request #300 from geky/config-features
...
[build tools] Added support for cumulative attributes in configs directly
2016-06-12 00:13:09 +01:00
Christopher Haster
177f2930c2
[build tools] Added support for completely overriding cumulative attributes
2016-06-11 15:43:59 -05:00
Christopher Haster
2fa2e715fc
[build tools] Moved cumulative attributes into target overrides
...
Attributes now get the filtering provided by target_overrides:
{
"name": "cmsis-nodejs-SQL-x86",
"target_overrides": {
"*": {
"device_has": ["SILLY_STRING", "FIRE"]
},
"SHOE": {
"features_add": ["SMELLS_FUNNY"],
"features_remove": ["SMELLS_NICE"],
}
}
}
per @screamerbg
2016-06-11 15:26:42 -05:00
Sam Grove
9d8f33be64
ignore generated test_spec.json
2016-06-11 13:07:18 -07:00
Sam Grove
8f6ae7c398
add IAR placement for LPC1768 and lwip buffers
2016-06-11 13:07:18 -07:00
Sam Grove
d3819184f6
Merge pull request #294 from adbridge/master
...
Update utest to use mbed-os version of critical_section.
2016-06-11 21:01:32 +01:00