Commit Graph

11777 Commits (mbed-os-5.5)

Author SHA1 Message Date
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
ccli8 7c29c211c4 Fix RTC time doesn't continue across reset cycle 2017-08-25 11:53:00 +01:00
ccli8 9b748397a4 Change comment for serial_getc/serial_putc 2017-08-25 11:53:00 +01:00
ccli8 13752ebc76 Fix region end address error with IAR toolchain 2017-08-25 11:53:00 +01:00
ccli8 bd10654d15 Rename sleep/deepsleep to hal_sleep/hal_deepsleep 2017-08-25 11:53:00 +01:00
ccli8 17c0d55514 Fix serial error with sync/async calls interlaced 2017-08-25 11:53:00 +01:00
ccli8 9ed2a701d9 Fix pwmout power-down condition 2017-08-25 11:53:00 +01:00
ccli8 14782dc85a Fix DMA channel over-allocate 2017-08-25 11:53:00 +01:00
ccli8 06b40924e4 Fix flash algorithm
1. Remove setting of not released register ICPCON
2. Enable FMC_APUEN to update APROM
2017-08-25 11:53:00 +01:00
ccli8 a095d25663 Remove 'FIXME' comment in flash_api.c 2017-08-25 11:53:00 +01:00
ccli8 a2392a69d3 Support flash 2017-08-25 11:53:00 +01:00
cyliangtw 55c96ded62 support unique locally administered MAC address 2017-08-25 11:52:59 +01:00
ccli8 6c9dfc0cb9 Refine serial PDMA code 2017-08-25 11:52:59 +01:00
ccli8 a914be7e58 Refine SPI PDMA code 2017-08-25 11:52:59 +01:00
ccli8 809e4925bc Add dma_modbase() to get PDMA base address 2017-08-25 11:52:59 +01:00
ccli8 83c6bda16e Fix pwmout power-down condition 2017-08-25 11:52:59 +01:00
ccli8 57afac6b7b Fix PDMA error on timeout 2017-08-25 11:52:59 +01:00
ccli8 0786ccee99 Add missing support for ANALOGIN 2017-08-25 11:52:59 +01:00
ccli8 e442ae29d1 Prepare support for one-to-many mappings in the same pin map
Also fix bumped bug which doesn't call NU_MODBASE() to retrieve module base address
2017-08-25 11:52:59 +01:00
ccli8 3b221089f7 Add configuration option MBED_CONF_M480_USB_DEVICE_HSUSBD 2017-08-25 11:52:59 +01:00
cyliangtw c25872454a Support ethernet after enlarge PHY RXD driving 2017-08-25 11:52:59 +01:00
cyliangtw d849f7f779 Support CAN feature 2017-08-25 11:52:59 +01:00
ccli8 91cf16cf13 Change sbrk() allocation to be 32-byte aligned 2017-08-25 11:52:59 +01:00
ccli8 624e2845f3 Remove power-down support from us_ticker 2017-08-25 11:52:59 +01:00
ccli8 ced599c074 Support uvisor debug message through stdio uart 2017-08-25 11:52:59 +01:00
ccli8 0384bf26a1 Fix us_ticker drift error > 5% 2017-08-25 11:52:59 +01:00
ccli8 02f74a9d1e Fix link error in uvisor-enabled application 2017-08-25 11:52:59 +01:00