| Commit | Date | |
|---|---|---|
| 2013-11-23 22:31:07 | Tree | |
|
[r116]
by
funkenstein.sw@gmail.com
Removing the "export_arduino.sh" script, and replacing it with a generic "export.sh" script, which will export the kernel source for a given target on-demand. This script will also regenerate doxygen and pdf documentation as part of the export process, and .zip the whole thing up. |
2013-11-23 22:28:00 | Tree |
|
[r115]
by
funkenstein.sw@gmail.com
-SAM D20 Port now supports tickless timers via the TC module, clocked off of GCLK_0. |
2013-11-23 13:53:14 | Tree |
|
[r114]
by
funkenstein.sw@gmail.com
Updates to SAMD20 port, including a simple write-only serial driver, and better critical-section logic. |
2013-11-17 15:32:05 | Tree |
|
[r113]
by
funkenstein.sw@gmail.com
Fixed 328p tickless timer implementation that was broken after adding optional tick-based timer. |
2013-10-06 23:21:55 | Tree |
|
[r112]
by
funkenstein.sw@gmail.com
Adding samd20 port, based on the working code debugged on-device through the Xplained board |
2013-10-04 04:26:04 | Tree |
|
[r111]
by
funkenstein.sw@gmail.com
Submitting *working* Cortex-M0 code against the stm32f0 target, even though it's been tested against SAM D20 Note: At this point, I have verified correct threading and functional timers on real CM0. M0 should now be considered "Alpha" quality |
2013-10-04 04:13:08 | Tree |
| 2013-09-25 01:31:46 | Tree | |
|
[r109]
by
funkenstein.sw@gmail.com
Adding preliminary tick-based timer support. Still failing sanity tests right now, need to sort that out... |
2013-09-25 00:14:33 | Tree |
|
[r108]
by
funkenstein.sw@gmail.com
-After a couple of days reading the ARM docs for CM0, and messing with GCC's inline assembly syntax (it's *so* intuitive... ), I think I've got a workable context switch/thread-start. |
2013-09-22 14:48:40 | Tree |