Skip to content

Tags: oampo/mbed

Tags

mbed_lib_rev68

Toggle mbed_lib_rev68's commit message
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.

mbed_lib_rev67

Toggle mbed_lib_rev67's commit message
Merge pull request ARMmbed#72 from jorisa/master

Split uVision project source files in groups mbed/hal/src

mbed_lib_rev66

Toggle mbed_lib_rev66's commit message
Official release 66 of the mbed library

mbed_lib_rev65

Toggle mbed_lib_rev65's commit message
Official mbed library build 65