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
Andrzej Puzdrowski
9d137c834c
AnalogIn for nRF52 add u16 readout API realization. Polish rest of the code.
2016-06-29 15:23:11 +02:00
Andrzej Puzdrowski
f19efb6a43
AnalogIn for nRF51 Fixes
...
multiinstances was not suported for nrf51
made nrf_saadc SDK hal private for nRF52
2016-06-29 12:29:38 +02: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
Andrzej Puzdrowski
3bde75a74c
Merge pull request #11 from anangl/nordic_sdk_integration
2016-06-29 08:11:20 +02:00
Andrzej Puzdrowski
44bef4100e
AnalogIn api implenetation for nRF52 - supplement in target descriptor
2016-06-29 08:04:33 +02: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
Brian Daniels
27aea960bc
Changing name of test binaries to just test case folder name.
...
This mitigates the Windows paths issue by shortening the test binary name to just the
test case folder name instead of the full unique test name used by the
tools. This doesn't solve the Windows path limit of 260 characters, but it
does reduce the characters used.
2016-06-28 18:48:13 -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
Sam Grove
a773b639d6
Merge pull request #2013 from egostm/spi_freq_selection
...
Spi freq selection
2016-06-28 17:43:43 -05:00
Sam Grove
a6f640c3f8
Merge pull request #2009 from MultiTechSystems/mdot-leds-fix
...
[MTS_MDOT_F411RE] add LED2-LED4 definitions
2016-06-28 17:40:42 -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
Mahadevan Mahesh
f15a178be0
Set the clock source in KL27 PWMOUT driver
...
By default the TPM clock source is disabled
Signed-off-by: Mahadevan Mahesh <Mahesh.Mahadevan@nxp.com>
2016-06-28 15:14:58 -05:00
Christopher Haster
fab672a05e
Marked thread-spawning constructors as deprecated
...
Thread-spawning constructors hide errors and may lead to complex
program state when a thread is declared.
The explicit Thread::start member function should be used to spawn
a thread.
2016-06-28 14:33:22 -05:00
Alessandro Angelino
e22280e684
RTOS: Only set the SVC priority if uVisor is not present
...
uVisor requires the SVCall to have priority 0, while RTX allows it to be
the second lowest priority level in the system (after PendSV).
This commit makes sure that the SVCall priority is not changed if uVisor
is present. The PendSV priority is not affected.
2016-06-28 18:52:11 +01:00
Milosch Meriac
7e006c769e
Update uVisor page allocator and box initialization
2016-06-28 16:49:02 +00:00
Niklas Hauser
2a7f02033d
Copy page_allocator_config.h file in importer
2016-06-28 16:49:00 +00:00
Niklas Hauser
5044c968dd
Use the stack top defined in the linkerscript
2016-06-28 16:49:00 +00:00
Jimmy Brisson
feea8d59e1
Fix a bug that caused the gcc_arm exporter to fail
...
Resolves #2048
2016-06-28 11:11:03 -05:00
Sam Grove
ec1ec7c3e2
Merge pull request #2015 from mlnx/memap_improvements
...
[memap] Improve wording on stack/heap and minor improvements
2016-06-28 11:00:10 -05:00
Sam Grove
5ea1953755
Merge pull request #2045 from 0xc0170/fix_iar_vla
...
iar - remove --vla flag for exporters
2016-06-28 10:52:00 -05:00
Andrzej Puzdrowski
63bfe7dc1b
Merge branch 'nordic_sdk_integration' of https://github.com/nvlsianpu/mbed-nordic into nordic_sdk_integration
2016-06-28 17:35:55 +02:00
Martin Kojtal
5534f34d0e
Merge pull request #2033 from screamerbg/env-var-paths
...
[Tools] Add MBED_ prefix to compilers environment variables
2016-06-28 17:32:42 +02:00
Andrzej Puzdrowski
eef471bee4
AnalogIn api implenetation for nRF52
2016-06-28 17:31:49 +02:00
sarahmarshy
06706da749
Changed reference to old rtos location
2016-06-28 10:25:48 -05:00
0xc0170
d2a216f3a0
iar - remove --vla flag for exporters
...
The template file already enables VLA as it's for C only. This --vla flag
causes conflicts with --cpp flag that is enabled implicitly if C++ is enabled.
2016-06-28 17:15:48 +02:00
Mihail Stoyanov
b8cc5988bb
Merge pull request #2036 from screamerbg/fix-tests1
...
[Testing] Disable test MBED_39 being commonly failed test
2016-06-28 15:18:28 +01:00
Bogdan Marinescu
986ed4f22c
Merge pull request #2043 from 0xc0170/fix_uvision_libpath
...
armcc - remove libpath from ld flags
2016-06-28 16:36:33 +03:00
Martin Kojtal
a84b7e71e2
Merge pull request #2042 from DanKupiniak/export_elmo_f411re_to_gcc_arm
...
Export ELMO_F411RE projects to offline GCC ARM Make project.
2016-06-28 15:34:11 +02:00
0xc0170
29f806bb64
armcc - remove libpath from ld flags
...
libpath is not required for exporters, as they provide default paths.
This caused problems when paths are not correct for mbed tools, a project
fails to build as path is not found.
2016-06-28 14:58:26 +02:00
Bogdan Marinescu
693a8313c5
Merge pull request #2041 from 0xc0170/fix_uvision_vla
...
uvision4/5 - remove no-vla for exporters
2016-06-28 15:17:08 +03:00
0xc0170
f44ff94fc3
uvision4/5 - remove no-vla for exporters
...
IDE has C/C++ tab, thus this only cxx flag would be applied for
C files.
2016-06-28 14:15:34 +02:00
Daniel Kupiniak
bb29ed8991
Export ELMO_F411RE projects to offline GCC ARM Make project.
2016-06-28 14:14:48 +02:00
Andrzej Głąbek
1688054af7
Merge pull request #4 from anangl/hal_improvements
...
Hal improvements
2016-06-28 12:15:58 +02:00
Głąbek, Andrzej
3ff34ef58d
Merge branch 'nordic_sdk_integration' into hal_improvements
...
# Conflicts:
# hal/targets.json
2016-06-28 12:13:50 +02:00
Andrzej Głąbek
79ee724d18
Merge pull request #3 from ARMmbed/nordic_sdk_integration
...
up merge from ARMmbed/nordic_sdk_integration
2016-06-28 12:08:38 +02:00
Andrzej Głąbek
8de419c1b7
Merge pull request #10 from nvlsianpu/nordic_sdk_integration
...
Analog Input for nRF51 rework + PWM fix
2016-06-28 12:00:50 +02:00
Andrzej Puzdrowski
1c262e3444
remove unwanted initialization of adc_value
2016-06-28 11:58:18 +02:00