Jan Jongboom
10e14d0ca1
Add list of defines to vscode exporter
2017-08-25 11:53:03 +01:00
Seppo Takalo
79ca5bdc6d
Allow using of malloc() for reserving the Nanostack's heap.
...
Some devices have RAM memory split into two sections.
This becames a problem for GCC based toolchains as they don't
support splitting .bss or .data sections into two memory parts.
When we run out of memory from .bss sections, allocating the stack
by malloc() allows it to be moved to .data section which might already
be in the second memory section. For example KW24D platform.
2017-08-25 11:53:03 +01:00
Mahadevan Mahesh
f5efb93e50
Add call to DAC_Enable as this is no longer done as part of DAC_Init
...
Fixes Issue #3999
Signed-off-by: Mahadevan Mahesh <Mahesh.Mahadevan@nxp.com>
2017-08-25 11:53:03 +01:00
cyliangtw
36c1fbb5df
Sync SPI mode with NUC472 BSP V3.02.001
2017-08-25 11:53:03 +01:00
ccli8
9cc3294858
Move target configuration from mbed_lib.json to targets.json
2017-08-25 11:53:03 +01:00
ccli8
cc9bcbcf31
Add comment for Receive Time-out IF in SPI HAL
2017-08-25 11:53:03 +01:00
ccli8
b904c9d74a
Add sanity check for serial format
2017-08-25 11:53:03 +01:00
ccli8
7483c692c2
Set LED4 to LED1
...
No real LED4. Just for passing ATS.
2017-08-25 11:53:03 +01:00
ccli8
0ec208cfeb
Remove mbed_sdk_init_forced()
...
1. With mbed OS 5, mbed_sdk_init() is ensured to call before C++ global object constructor.
2. Refine startup file with GCC_ARM toolchain related to this modification.
2017-08-25 11:53:03 +01:00
ccli8
7f6d3d460b
Fix lp_ticker typo
2017-08-25 11:53:03 +01:00
ccli8
caa0006838
Add comment in gpio_irq_init()
2017-08-25 11:53:03 +01:00
ccli8
2b36413cfb
Conform to mbed TLS H/W acceleration support
2017-08-25 11:53:03 +01:00
ccli8
cc05269a57
Move SystemInit() to register unlock range for perhaps future protected register access
2017-08-25 11:53:02 +01:00
ccli8
019c989e24
Fix RTC time doesn't continue across reset cycle
2017-08-25 11:53:02 +01:00
ccli8
94b40c3146
Fix region end address error with IAR toolchain
2017-08-25 11:53:02 +01:00
Deepika
ad01e42c9f
Use DSPI SDK driver API's in spi block read
2017-08-25 11:53:02 +01:00
Wolfgang Betz
453639f857
Make HAL & US tickers idle safe
2017-08-25 11:53:02 +01:00
bcostm
430a94b700
STM32 CAN: Fix issue with speed function calculation
2017-08-25 11:53:02 +01:00
ccli8
6e045e07af
Update CMSIS packs
2017-08-25 11:53:02 +01:00
ccli8
cbe2849081
Remove support for uVisor core debug message via STDIO
...
This is necessary. Otherwise, program will hang in uninitialized STDIO UART because uVisor core doesn't enable it.
2017-08-25 11:53:02 +01:00
ccli8
38ee85f873
Add back device_name in target description
2017-08-25 11:53:02 +01:00
ccli8
c1255390a9
Move target configuration from mbed_lib.json to targets.json
2017-08-25 11:53:02 +01:00
ccli8
a72c7166ee
Fix compile warnings with IAR toolchain
2017-08-25 11:53:02 +01:00
ccli8
ba0f0336d9
Fix compile warnings with GCC_ARM toolchain
2017-08-25 11:53:02 +01:00
ccli8
e7c3fafd75
Fix compile warnings with ARM toolchain
2017-08-25 11:53:02 +01:00
ccli8
dfef377431
Remove NVIC_SetVector/NVIC_GetVector to match updated boot flow
2017-08-25 11:53:02 +01:00
ccli8
1322304c63
Update spi_master_block_write() API
2017-08-25 11:53:02 +01:00
ccli8
580011e054
Fix GCC linker script with uVisor
2017-08-25 11:53:02 +01:00
ccli8
c5a4f78324
Fix include file error in case-sensitive environment
2017-08-25 11:53:02 +01:00
ccli8
3728d05151
Add ticker API us_ticker_fire_interrupt and lp_ticker_fire_interrupt
2017-08-25 11:53:02 +01:00
ccli8
e8837906a7
Remove debug code in I2C HAL
2017-08-25 11:53:02 +01:00
ccli8
592f46b382
Refine coding style
2017-08-25 11:53:02 +01:00
ccli8
abd8dee9e5
Add comment for Receive Time-out IF in SPI HAL
2017-08-25 11:53:01 +01:00
ccli8
b8ed5579e9
Add sanity check for serial format
2017-08-25 11:53:01 +01:00
ccli8
4a7226e0b6
Set LED4 to LED1
...
No real LED4. Just for passing ATS.
2017-08-25 11:53:01 +01:00
ccli8
60b5a50cb4
Remove dead code
2017-08-25 11:53:01 +01:00
ccli8
046422e7da
Remove mbed_sdk_init_forced()
...
1. With mbed OS 5, mbed_sdk_init() is ensured to call before C++ global object constructor.
2. Refine startup file with GCC_ARM toolchain related to this modification.
2017-08-25 11:53:01 +01:00
ccli8
3dc8f07e08
Fix lp_ticker typo
2017-08-25 11:53:01 +01:00
ccli8
7934307387
Remove device_name temporarily due to CMSIS pack for it not ready yet
2017-08-25 11:53:01 +01:00
ccli8
66806fcccb
Give universal rtx configuration for all Nuvoton targets
2017-08-25 11:53:01 +01:00
ccli8
0faf3346b8
Fix abnormal pulse on re-configuring pwmout
...
The issue is met in ARM mbed CI test tests-api-pwm.
2017-08-25 11:53:01 +01:00
ccli8
91f57b1fd3
Fix ARM mbed CI pwm test failed
2017-08-25 11:53:01 +01:00
ccli8
dff0df96d8
Add internal configuration control_01
2017-08-25 11:53:01 +01:00
ccli8
8220909bac
Add Arduino UNO pins D14 and D15
2017-08-25 11:53:01 +01:00
ccli8
236aa5eb74
Fix emitting uvisor core debug message through USB VCOM
2017-08-25 11:53:01 +01:00
ccli8
6df31cba0c
Support initial stack allocated on SPIM CCM memory
2017-08-25 11:53:01 +01:00
ccli8
b836824558
Guard from initial stack allocated on SPIM CCM memory not initialized yet
...
Not add this guard in IAR toolchain due to its unsupported ILINK syntax
2017-08-25 11:53:01 +01:00
cyliangtw
3fae7a0e9d
Revise CAN & AES to fulfill real-chip
2017-08-25 11:53:01 +01:00
cyliangtw
19506f8e0b
Revise EMAC to fulfill real-chip
2017-08-25 11:53:01 +01:00
ccli8
5610a8f054
Add comment in gpio_irq_init()
2017-08-25 11:53:01 +01:00