Commit Graph

6359 Commits (36e29b4bed4c27911d1fb2f53b249bef354bf7cb)

Author SHA1 Message Date
Seppo Takalo 36e29b4bed Include right Socket.h 2016-06-15 14:20:53 +03:00
Sam Grove 48fe3d6891 Merge pull request #345 from ARMmbed/iar-compat-fix
Updated core with IAR fix for --vla and backward compatbility. Fixed …
2016-06-15 00:18:35 +01:00
Mihail Stoyanov 505d1e1fa7 Updated core with IAR fix for --vla and backward compatbility. Fixed config store and bufferedserial when --vla is not present (IAR) 2016-06-15 00:09:11 +01:00
Sam Grove d09a01148b Merge pull request #341 from c1728p9/test_fix
Increase callback test time to fix timeout
2016-06-14 23:43:43 +01:00
Russ Butler 7d032de530 Increase callback test time to fix timeout
Increase the test timeout time from 5 seconds to 10 seconds so the
test does not time out.
2016-06-14 17:43:37 +01:00
geky 81e84ed1b3 Merge pull request #338 from ARMmbed/require-mbed-greentea
[build tools] Added mbed-greentea as dependency
2016-06-14 11:57:56 +01:00
geky efe71030b4 [build tools] Added mbed-greentea as dependency
Added to requirements.txt
2016-06-14 11:44:34 +01:00
Sam Grove c2a0e42e37 Merge pull request #332 from ARMmbed/mbed-os-layout
Restructure of mbed OS to make use of the FEATURE_ feature
2016-06-14 05:52:21 +01:00
Mihail Stoyanov bbe7af5fbf Updated core to fix IAR compile issue 2016-06-14 05:10:02 +01:00
Mihail Stoyanov 3bc3eeffe6 Updating core 2016-06-14 05:02:12 +01:00
Mihail Stoyanov 3e8f970a57 Update mbedmicro/mbed with fix for IAR 2016-06-14 04:45:14 +01:00
Mihail Stoyanov 62ed71a9cd Updated mbedmicro to older version due to duplicate macros for IAR 2016-06-14 04:18:04 +01:00
Mihail Stoyanov e5bf7d2b68 Update circleci tests - config system python path 2016-06-14 03:05:27 +01:00
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