aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/KINETIS/FRDM-K20D50M
Commit message (Collapse)AuthorAgeFilesLines
* Add version tagsFabio Utzig2017-10-092-0/+2
| | | | Signed-off-by: Fabio Utzig <utzig@apache.org>
* testhal: handle USB_EVENT_(RESET|UNCONFIGURED) in KINETIS demosfunnydog2016-12-131-2/+4
| | | | | Handle the USB_EVENT_RESET and USB_EVENT_UNCONFIGURED as they were USB_EVENT_SUSPEND like in STM32 demos.
* testhal: add missing sduWakeupHookI() call to KINETIS usb_serial demosfunnydog2016-12-131-0/+6
| | | | | Add the missing call to sduWakeupHookI() to the USB_EVENT_WAKEUP event, with proper locking around them.
* Fix KINETIS USB_SERIAL testhal compilation.funnydog2016-11-151-1/+1
| | | | | Fix KINETIS USB_SERIAL testhal compilation by renaming the function sduDisconnectI() to sduSuspendHookI().
* [KINETIS] Mass update Makefile (license & asm changes).flabbergast2016-04-242-4/+8
|
* [KINETIS] Moved time variable definition in blinker threadJonathan Struebel2016-04-181-2/+2
|
* Fix testhal test thd usageFabio Utzig2016-04-041-1/+0
|
* [KINETIS] Added USB_SERIAL testhal for FRDM-K20D50M boardJonathan Struebel2016-03-298-0/+1772
|
* [KINETIS] Move I2C and ADC demo to proper subdir.flabbergast2016-03-226-0/+1289