Commit Graph

8 Commits (mbed-os-5.3)

Author SHA1 Message Date
JojoS 2cbc35d58d Fix for #2884, LPC824: export to LPCXpresso, target running with wrong clock speed
SystemInit() was called condititionally, but necessary defines were not
set in mbed. Calling SystemInit() unconditional now.
Removed also conditiional calls to legacy CodeRed lib.
2017-02-13 13:26:42 +00:00
Richard Lin 5c9ea66fcb Fix && -> & typo 2017-01-13 14:35:01 +00:00
Richard Lin 9b8f5c33b1 Add TX, EW, EP, BO interrupts; allow reset to clear a bus-off condition 2017-01-13 14:34:59 +00:00
Richard Lin 7ff993bd9d Ensure that PWM=1 is resolved correctly 2017-01-13 14:34:58 +00:00
micromint aede0fc6f3 Fix default polarity on LPC43XX PWM driver 2016-11-10 13:00:34 -04:00
Peter Harliman Liem b3e5c97244 Fix wrong index at LPC43xx tx end ring assignment
NUM_TX_FRAG should be used instead of NUM_RX_FRAG
2016-10-28 22:48:37 +08:00
Christopher Haster 26ced98734 restructure - Restructured cmsis directory
targets/cmsis -> cmsis
targets/cmsis/TARGET_* -> targets/TARGET_*/device
targets/cmsis/TARGET_*/mbed_rtx.h -> targets/TARGET_*/mbed_rtx.h
2016-10-04 17:51:44 -05:00
Christopher Haster 0bad622a16 restructure - Moved targets out to top level
hal/targets -> targets
hal/targets.json -> targets/targets.json
2016-09-30 19:18:09 -05:00