Sam Grove
816f028c5a
Merge pull request #2756 from theotherjimmy/export-bld-dir
...
exporters - Add .bld directories to exported project
2016-09-27 21:52:57 -07:00
Sam Grove
d204d69003
Merge pull request #2749 from bcostm/serialFC_disco-f746ng
...
DISCO_F746NG - Add Serial Flow Control pins
2016-09-27 21:52:37 -07:00
Sam Grove
50c30d384d
Merge pull request #2741 from pan-/conf_flush_at_exit
...
Add configuration for IO flushing during exit.
2016-09-27 21:52:13 -07:00
Sam Grove
5ef720246b
Merge pull request #2726 from jeromecoutant/PR_NUCLEO_F207ZG_D11
...
[NUCLEO_F207ZG] Conflict with Arduino D11 and Ethernet port
2016-09-27 21:51:48 -07:00
Sam Grove
d6b422bd50
Merge pull request #1696 from zolkko/master
...
STM32: Clear epComplete flag if a packet has been handled in the callback
2016-09-27 21:51:17 -07:00
Sam Grove
66329c4e71
Merge pull request #2827 from MultiTechSystems/xdot-add-release
...
include MultiTech xDot in mbed 5 releases
2016-09-27 18:42:58 -07:00
Brian Daniels
e8b06874a3
Making memap output consistent across output formats
...
This commit fixes an issue where the output from memap.py was not
consistent across all output formats. This issue stemmed from the fact
that a few important calculations were being performed at output
generation time. This has been moved to the 'parse' function and saved for
future use by the 'generate' functions.
Because this commit saves more data to the MemapParser instance, there
were some name collisions. The public member 'mem_summary' has been
renamed to 'mem_report'. 'mem_report' contains the data structure used by
the json generator. This includes both the section data and the memory
summary. The 'mem_summary' member now just contains the summary. The
summary includes total allocated heap, total static RAM, etc.
2016-09-27 16:51:16 -05:00
Mike Fiore
7b2942157a
[XDOT_L151] add IAR support
2016-09-27 16:09:15 -05:00
Sarah Marsh
a8213e7441
ARMC5 pyocd settings do not load executable
2016-09-27 16:08:30 -05:00
Sarah Marsh
32b1203b6c
Generic makefile in eclipse
2016-09-27 16:08:29 -05:00
Sarah Marsh
f949a6d4f8
Initial Eclipse suport
2016-09-27 16:08:17 -05:00
Sam Grove
2daa9356af
Merge pull request #2716 from andresag01/mbedtls_entropy_config
...
Add a new top level config.h for mbedtls
2016-09-27 12:21:30 -07:00
jeromecoutant
1d6d554717
Clean RTOS OS5 tests
2016-09-27 17:26:03 +02:00
Andres AG
21a7b1de04
Modify mbedtls scripts to add config-no-entropy.h
2016-09-27 16:19:39 +01:00
jeromecoutant
565f094fdd
Clean RTOS tests after PR #2648
2016-09-27 17:08:16 +02:00
jeromecoutant
17c1d97f01
[STM32L073RZ] update OS5 RTOS tests
2016-09-27 16:58:23 +02:00
Sam Grove
b67e1f7564
Merge pull request #2765 from 0xc0170/dev_rng_hal
...
RNG HAL addition
2016-09-27 07:53:49 -07:00
bcostm
89430b95bb
Remove extra spaces
2016-09-27 16:35:34 +02:00
Mike Fiore
1b8cb3ca76
[XDOT_L151] include xDot in mbed 5 releases
2016-09-27 08:48:08 -05:00
jeromecoutant
2db0938d67
[STM32F410RB] update OS5 RTOS thread test
2016-09-27 15:04:27 +02:00
jeromecoutant
dfbb5675ed
[STM32F429ZI] INITIAL_SP correction
2016-09-27 14:39:20 +02:00
Głąbek, Andrzej
d0eed52cde
Removed waiting for TX completed from 'serial_putc()', moved it to 'serial_init()' to allow passing tests MBED_37/38.
2016-09-27 14:03:42 +02:00
Martin Kojtal
bd3a81d0ec
lwip: add emac interrupt API
...
ethernet uses eth_arch_xxx_interrupts, emac_xxx_enable_interrupts
2016-09-27 10:42:59 +01:00
Martin Kojtal
e0a48e9f6b
K64F: add EMAC device_has
2016-09-27 10:23:45 +01:00
jeromecoutant
52f70b06d0
[STM32F091RC] patch for tests-mbedmicro-rtos-mbed-threads
2016-09-27 10:59:34 +02:00
Martin Kojtal
1b95c67dd2
mbedtls trng - remove MBEDTLS_ENTROPY_HARDWARE_ALT
...
MBEDTLS_ENTROPY_HARDWARE_ALT will be defined via config in mbedtls,
the mbed wrapper should use DEVICE_TRNG.
2016-09-27 09:16:28 +01:00
Martin Kojtal
ef58562ad0
targets - add TRNG device_has to STM32F7 targets
2016-09-27 09:14:48 +01:00
Martin Kojtal
1f8da7da34
mbedtls - move TRNG mbed impl into platform folder
2016-09-27 09:14:42 +01:00
Martin Kojtal
88b2220548
TRNG HAL - fix length doc wording for get_bytes
2016-09-27 09:14:37 +01:00
Martin Kojtal
48544fc6eb
HAL TRNG - add dummy variable to empty structs
...
Otherwise it's implementation specific, IAR fails to compile.
2016-09-27 09:14:31 +01:00
Martin Kojtal
f8c6c23ced
TRNG - protect HAL implementation if DEVICE_TRNG is not defined
2016-09-27 09:14:26 +01:00
Martin Kojtal
9048113562
TRNG - remove set seed function
2016-09-27 09:14:21 +01:00
Martin Kojtal
ea1041ea36
HAL - RNG rename to TRNG
2016-09-27 09:13:59 +01:00
Martin Kojtal
da1b423685
HAL - rng nuvoton cleanup code style
2016-09-27 08:51:53 +01:00
Martin Kojtal
a225bafdbb
RNG - fix warnings due to obj not used for some targets
2016-09-27 08:51:51 +01:00
Martin Kojtal
e8ca16dde7
RNG - rename rng_get_numbers to rng_get_bytes
2016-09-27 08:51:49 +01:00
Martin Kojtal
ee344abd34
mbedtls - mbed wrapper rename to mbed_rng
2016-09-27 08:51:47 +01:00
Martin Kojtal
1d9cacbbd2
HAL: Add rng set seed value function
2016-09-27 08:51:45 +01:00
Martin Kojtal
5e351c201a
NUMAKER_PFM_NUC472: Add RGN HAL API implementation
2016-09-27 08:51:42 +01:00
Martin Kojtal
72fac611f2
STM32F4/F7: Add RNG HAL implementation
2016-09-27 08:51:40 +01:00
Martin Kojtal
02fd613a81
k66f: add RNG HAL implementation
2016-09-27 08:51:37 +01:00
Martin Kojtal
7d68492bef
mbedtls: add wrapper for mbed hw poll
...
This wrapper uses RNG HAL API
2016-09-27 08:51:34 +01:00
0xc0170
132a5bbff3
k64f: add RNG HAL implementation
...
Replaces old mbedtls entropy file, to use new RNG HAL API.
2016-09-27 08:51:31 +01:00
0xc0170
6da5515e1c
HAL: add RGN API
...
Provides init, free and get numbers functions.
2016-09-27 08:51:26 +01:00
Mike Fiore
4820c87c68
[XDOT_L151] add SWD & UART pin names to match pinout diagram
2016-09-27 00:13:08 -07:00
Mike Fiore
a93b7d2651
[XDOT_L151] add RTOS configuration for xDot
2016-09-27 00:13:08 -07:00
Mike Fiore
1f40f3de97
[XDOT_L151] initial SP for ARM_STD build was set to 0x2008000 instead of 0x20008000 & caused DAPLink to reject FW
2016-09-27 00:13:08 -07:00
Mike Fiore
7836c6eaf1
rebase support for MultiTech xDot platform
...
[XDOT_L151] copy new target CMSIS files from NZ32_SC151 target
[XDOT_L151] remove Modtronix code, add HardFault_Handler, update clock configuration to match xDot hardware
[XDOT_L151] copy new target HAL files from NZ32_SC151 target
[XDOT_L151] update HAL to match xDot hardware
[XDOT_L151] add xdot_eeprom.* and xdot_low_power.* files
[XDOT_L151] add RTOS support for target
Conflicts:
rtos/rtx/TARGET_CORTEX_M/RTX_Conf_CM.c
[XDOT_L151] match NUCLEO_L152RE startup code for GCC_ARM so RTOS works
[XDOT_L151] fix GPIO write failure
[XDOT_L151] add XDOT_L151CC target to targets.json
[XDOT_L151] change xDot default stack size to 256 bytes and main stack size to 1.5kB
[XDOT_L151] update PinNames.h to match rev E hardware - no change to external pinout
[XDOT_L151] update style in custom xDot HAL files
Conflicts:
rtos/rtx/TARGET_CORTEX_M/RTX_CM_lib.h
rtos/rtx/TARGET_CORTEX_M/RTX_Conf_CM.c
2016-09-27 00:13:08 -07:00
Vincent Coubard
815551380f
TARGET_NRF51_DONGLE_LEGACY - Add NRF51_DONGLE to the list of paths available for this target.
2016-09-26 23:56:33 -07:00
Vincent Coubard
46ab3cab79
NRF51_DK_LEGACY: Add the path TARGET_NRF51_DK to the list of available paths.
...
This fix the build of this target.
2016-09-26 23:56:33 -07:00