mbed-os/libraries/mbed/targets/cmsis
bcostm cb36f2c472 [NUCLEO_F303RE] Update SetSysClock function 2015-01-22 11:10:09 +01:00
..
TARGET_Freescale New platform - Teensy 3.1 2015-01-15 19:18:01 +00:00
TARGET_NORDIC/TARGET_MCU_NRF51822 With the old logic if Serial::writeable() was called before and/or used to block calls to Serial::putc() it would never write due to EVENT_TXDRDY trailing a write to TXD. Add a dummy write to TXD before pins are connected to the peripheral. This primes the EVENT_TXDRDY to lead future writes rather than trail. Since STOPTX isn't used this seems safe. 2014-12-09 17:48:10 -06:00
TARGET_NXP Merge pull request #850 from NitinBhaskar/master 2015-01-19 12:52:04 +00:00
TARGET_RENESAS/TARGET_RZ_A1H Implement some USB functions to RZ-A1H 2015-01-15 14:00:42 +09:00
TARGET_STM [NUCLEO_F303RE] Update SetSysClock function 2015-01-22 11:10:09 +01:00
TOOLCHAIN_IAR Separated the c data initialization and c++ to call mbed_sdk_init before c++ data. So that the c variables are updated before the c++ objects are initialized. Had to rename the cmain override in RTX_CM_lib.h to __iar_program_start because there can not be two __cmain overrides in the project. The ewps had to be updated to add the linker command --skip_dynamic_initialization which stalls the c++ data init until __iar_dynamic_initialization which is called right after mbed_sdk_init. 2014-12-10 13:40:17 +01:00
core_ca9.h [RZ/A1H] commit for CMSIS changes 2014-10-24 11:46:01 +09:00
core_caFunc.h [RZ/A1H] commit for CMSIS changes 2014-10-24 11:46:01 +09:00
core_caInstr.h [RZ/A1H] commit for CMSIS changes 2014-10-24 11:46:01 +09:00
core_ca_mmu.h [RZ/A1H] commit for CMSIS changes 2014-10-24 11:46:01 +09:00
core_cm0.h Move common CMSIS headers 2013-06-28 16:12:45 +01:00
core_cm0plus.h Move common CMSIS headers 2013-06-28 16:12:45 +01:00
core_cm3.h Move common CMSIS headers 2013-06-28 16:12:45 +01:00
core_cm4.h Move common CMSIS headers 2013-06-28 16:12:45 +01:00
core_cm4_simd.h Move common CMSIS headers 2013-06-28 16:12:45 +01:00
core_cmFunc.h Move common CMSIS headers 2013-06-28 16:12:45 +01:00
core_cmInstr.h Move common CMSIS headers 2013-06-28 16:12:45 +01:00