Commit Graph

11703 Commits (3feef6f5bf6b9f925af1bb6a1e78eb750e6f9c9b)

Author SHA1 Message Date
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
ccli8 6495f17519 Align with BSP 2017-08-25 11:53:01 +01:00
ccli8 cadc2c2f4d Support bootloader 2017-08-25 11:53:01 +01:00
ccli8 3a500ac56b Divert SRAM bank2 (32 KB) to CCM from SPIM cache
Extend SRAM from 128 KB to 160 KB
2017-08-25 11:53:01 +01:00
ccli8 66982bd936 Support one-to-many mapping in the same pin map 2017-08-25 11:53:01 +01:00
ccli8 492268dd0a Add SPI MOSI0/MISO0 into pin map
SPI MOSI0/MISO0 can use as SPI standard MOSI/MISO pins
2017-08-25 11:53:01 +01:00
ccli8 cb180a85ff Add LED4 to pass ATS 2017-08-25 11:53:01 +01:00
ccli8 5de4c797a6 Update startup files
1. Add SYS_DISABLE_POR() in startup_M480.c
2. Fix FMC_T::CYCCTL access is not unlocked
3. Sync system_M480.c with BSP
2017-08-25 11:53:01 +01:00
ccli8 7bcf573912 Fix board header for real chip 2017-08-25 11:53:01 +01:00
ccli8 45de390823 Conform to mbed TLS H/W acceleration support released with mbed OS 5.3 2017-08-25 11:53:00 +01:00
ccli8 89d1182896 Fix some compile warnings 2017-08-25 11:53:00 +01:00
ccli8 7b9422bfbf Change OS_CLOCK to 192 MHz 2017-08-25 11:53:00 +01:00
ccli8 e3896f5db9 Fix compile error with GCC_ARM toolchain 2017-08-25 11:53:00 +01:00
ccli8 33deb03331 Alpha support for real chip
Real chip is incompatible with test chip due to change of pinout. From this on, test chip is unsupported.
2017-08-25 11:53:00 +01:00
ccli8 9615a95992 Correct comment for RTC time error in 1 sec after boot 2017-08-25 11:53:00 +01:00