Jimmy Brisson
687a9ba652
arm_pack_manager - refactored Cache into class and downloaded pack files
2016-10-04 14:13:36 -05:00
Jimmy Brisson
44980ab009
arm_pack_manager - caches packs now too.
2016-10-04 14:13:36 -05:00
Jimmy Brisson
0832770159
arm_pack_manager - now we have a cache
2016-10-04 14:13:36 -05:00
Jimmy Brisson
01ee8cbeaf
arm_pack_manager - ya gotta start somewhere
2016-10-04 14:13:36 -05:00
Sarah Marsh
45ad394ca6
New build tests.
...
*Changes*
- Parallel export
- mbed-os tests added
- specified release version (default to 5)
- default tests AND targets dependent on specified release version
2016-10-04 14:13:36 -05:00
Sarah Marsh
db696f8f4a
Remove progen and progen def dependencies.
2016-10-04 14:13:36 -05:00
Sarah Marsh
fdd7820832
IAR revision
2016-10-04 14:13:36 -05:00
Sarah Marsh
6fd1c77727
Refactor uvision. Add support for CMSIS project files
2016-10-04 14:13:36 -05:00
Sarah Marsh
448205ac87
device_name in targets.json. Removed progen target
2016-10-04 14:13:01 -05:00
Sam Grove
15f21b0587
Merge pull request #2898 from geky/callback-fix-iar-typeinfo
...
callback - Add workaround for IAR issue with type information
2016-10-04 14:06:45 -05:00
Sam Grove
cb9a4b124b
Merge pull request #2900 from c1728p9/ncs_heap
...
NCS36510 - decrease reserved heap space
2016-10-04 13:59:16 -05:00
Bogdan Marinescu
4f3a07e953
Merge pull request #2906 from ARMmbed/ignore_new_build_dir
...
Ignore BUILD directory
2016-10-04 17:05:49 +03:00
Bogdan Marinescu
e861db967c
Ignore BUILD directory
...
The latest versions of mbed-cli generate their output in BUILD/ instead
of .build/. This commit adds BUILD/ to the list of git ignored
directories.
2016-10-04 15:08:40 +03:00
Russ Butler
c9739f4a51
NCS36510 - decrease reserved heap space
...
Decrease the minimum space reserved for the heap from 16K down to
2K for GCC. This does not have an effect on the actual heap size since
the heap takes up all free RAM. This just allows code to compile in
configurations where the heap is smaller than 16K.
2016-10-03 22:22:01 -05:00
Sam Grove
3ad80ebdbb
Merge pull request #2891 from MultiTechSystems/xdot-test-fixes-10.03.2016
...
fix RTOS unit tests for MultiTech xDot platform
2016-10-03 19:02:16 -05:00
Sam Grove
2e42d22eef
Merge pull request #2422 from ARMmbed/new_serial_constructors
...
Added a baud argument for (Raw)Serial objects
2016-10-03 19:01:29 -05:00
Sam Grove
5713435d02
Merge pull request #2895 from bridadan/build-test-fix
...
[Exporters] Resolving Python errors and uVision build issues
2016-10-03 18:59:36 -05:00
Sam Grove
45d47b931b
Merge pull request #2526 from NXPmicro/HEXIWEAR_TLS_Update
...
HEXIWEAR: Enable the entropy collector for use in mbed TLS
2016-10-03 18:58:48 -05:00
Christopher Haster
abba0c2173
callback - Added workaround for IAR issue with type information
...
In the IAR ide, implicitly generated structures based on function
templates end up with missing type information. This has no effect
on using the IAR compiler standalone, but when used through the ide
the missing type information causes the ide to error.
As a workaround, moved the function attributes generated for the
Callback and Event classes into the class scope. This avoids the
syntax that confuses IAR.
2016-10-03 18:33:25 -05:00
Sam Grove
79fbf94d9c
Merge pull request #2893 from theotherjimmy/toolchain-test-cleanup
...
[Tests] Prevent garbage generation from toolchain api test
2016-10-03 17:22:00 -05:00
Jimmy Brisson
fe1cd87724
Remove flags safely in uvisions
2016-10-03 16:19:30 -05:00
Brian Daniels
4965e61616
Adding build_profiles to export in build_test.py
2016-10-03 16:02:34 -05:00
Brian Daniels
0c76ba54ff
Fixing python import errors
2016-10-03 16:02:33 -05:00
Sarah Marsh
6998524c00
Resolve issues from reorg
2016-10-03 16:02:32 -05:00
Jimmy Brisson
6209aff482
Prevent garbage generation from toolchain api test
2016-10-03 15:15:08 -05:00
Mike Fiore
1b4a1b11e1
fix RTOS unit tests for MultiTech xDot platform - increase stack sizes in tests
2016-10-03 12:41:52 -05:00
Sam Grove
5a55b39b2b
Merge pull request #2887 from ARMmbed/update_mbed_trace
...
Update mbed trace
2016-10-03 12:35:17 -05:00
Bogdan Marinescu
8eb36e1164
Added a baud argument for (Raw)Serial objects
...
This commit adds a `baud` argument for Serial and RawSerial objects:
- there is a new `Serial` constructor with a mandatory baud rate
argument. The old constructor also got a `baud` argument with a
default value (to keep backward compatibility).
- the `RawSerial` constructor also got a `baud` argument with a default
value.
There's also a new configuration parameter (`default-serial-baud-rate`)
that can be used to specify the default value of the above `baud`
arguments.
2016-10-03 20:12:24 +03:00
Mahadevan Mahesh
eff03824bc
HEXIWEAR: Enable the entropy collector for use in mbed TLS
...
Signed-off-by: Mahadevan Mahesh <Mahesh.Mahadevan@nxp.com>
2016-10-03 11:24:09 -05:00
Sam Grove
765fbbbc2c
Merge pull request #2842 from svastm/sw4stm32_use_targets_json
...
SW4STM32 - Use targets.json to find fp config
2016-10-03 11:11:38 -05:00
Sam Grove
e1fcb1802d
Merge pull request #2881 from geky/fix-armc-inline
...
events - Add workaround for armc assumptions on integer overflow
2016-10-03 11:02:52 -05:00
Martin Kojtal
6f3c62f3ae
Merge pull request #2880 from andreaslarssonublox/change_name_for_ublox_c029_target
...
Changed name for the target UBLOX_C029 to UBLOX_EVK_ODIN_W2
2016-10-03 15:51:55 +01:00
Martin Kojtal
2ca59bcc88
Merge pull request #2889 from bulislaw/master
...
Fix json syntax in debug.json profile file
2016-10-03 15:46:27 +01:00
Bartek Szatkowski
ea569e8342
Fix json syntax in debug.json profile file
2016-10-03 14:08:29 +01:00
Seppo Takalo
11f8ccc871
Add mbed-trace subtree
...
Next time, updating of mbed-trace is just:
```
git subtree pull --squash -m "Update mbed-trace" \
-P features/FEATURE_COMMON_PAL/mbed-trace \
git@github.com:ARMmbed/mbed-trace.git master
```
2016-10-03 14:41:04 +03:00
Seppo Takalo
5e1e1d8fed
Squashed 'features/FEATURE_COMMON_PAL/mbed-trace/' content from commit b17e969
...
git-subtree-dir: features/FEATURE_COMMON_PAL/mbed-trace
git-subtree-split: b17e96970777cdc61ba143bdd6ffc7b640aa6311
2016-10-03 14:40:33 +03:00
Seppo Takalo
507d3efa9e
Remove mbed-trace
2016-10-03 14:40:05 +03:00
andreas.larsson
1d3c63d9bb
Changed name for the target UBLOX_C029 to UBLOX_EVK_ODIN_W2
2016-10-03 12:10:50 +02:00
Sam Grove
646cc89a62
Merge pull request #2878 from geky/restructure
...
Restructure directory layout
2016-10-02 14:04:25 -05:00
Christopher Haster
93ba3a7d84
Added workaround for armc assumptions on integer underflow
...
With ARM Compiler 5.06u3, when the equeue_tickdiff function is
inlined, the compiler treats the unsigned integer subtraction
as undefined behaviour and assumes falsely the comparisons
could never be true.
The workaround is to an explicit cast, which politely reminds the
compiler to emit the correct comparison.
2016-10-02 06:25:47 -05:00
Christopher Haster
b8fb7a6e3c
restructure - Changed legacy build_lib to respect lib name in path
2016-10-01 19:43:22 -05:00
Sam Grove
cf60b189b0
Merge pull request #2879 from bridadan/fix-config-tests-ipv6
...
Renames IPV6 feature used in config test to STORAGE
2016-10-01 17:22:38 -05:00
Christopher Haster
a7ddc46caf
restructure - Added single-nested inc_dir support to legacy build_lib
...
Added single-nested include directories to libraries built with the
legacy build_lib function. Unfortunately, to get this working without
a significant rewrite of the legacy build tools, library header files
are just duplicated in the precompile stage.
2016-10-01 14:58:13 -05:00
Sam Grove
04a2af7395
Update net tests to use feature name LWIP and not IPv4
2016-10-01 02:21:04 -05:00
Sam Grove
db8d1f679f
Add feature LWIP to LPC1768, UBLOX_C027 and ARCH_PRO targets.
2016-10-01 02:16:45 -05:00
Sam Grove
301b77c4b2
For drivers, events, hal, platform, rtos and mbed.h add one level of path to make sure specific and unique includes files are found.
2016-10-01 02:11:36 -05:00
Sam Grove
b7fcfd93d8
Move can_helper.h into hal/ given its a requirement of the can c hal.
2016-10-01 01:44:08 -05:00
Sam Grove
3a714c117e
Move Transaction.h into platform/ given there is no hardware required.
2016-10-01 01:33:10 -05:00
Sam Grove
7a44db8376
Move CircularBuffer.h into platform/ given there is no hardware required.
2016-10-01 01:31:22 -05:00
Christopher Haster
e35050d61b
restructure - Reverted move of requirements.txt
...
- Reverted requirements.txt for external dependency in mbed CLI
- Fixed MBED_CONFIG_FILE in paths.py
- Fixed MBED_LIBRARIES in paths.py
- Decreased include namespace for rtos.h
2016-09-30 19:18:09 -05:00