Tags: bygreencn/mbed
Tags
Merge pull request ARMmbed#140 from Sissors/master KL46Z: Added Sleep, LED3 and LED4 definitions, switches
Added KL46Z and NUCLEO_F103RB to the official SDK build
Don't build a NUCLEO_F103RB release for now NUCLEO_F103RB is not yet integrated in the on-line environment, so don't build a release for it yet.
Added export maps Since some targets with different names use the same exporters (for example LPC4088_EA and LPC4088), add an "export map" for this situation.
Merge pull request ARMmbed#108 from ScreamerBG/master Refactored exporter features
Added new serial class, remove interrupt chaining The new RawSerial class is a simple wrapper over the serial HAL that can be safely used from an interrupt handler. Interrupt chaining code was removed from InterruptIn, Serial and Ticker because it caused lots of issues with the RTOS. Interrupt chaining is still possible using the InterruptManager class.
Merge pull request ARMmbed#72 from jorisa/master Split uVision project source files in groups mbed/hal/src
PreviousNext