Commit | Date | |
---|---|---|
[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 |
[r107]
by
funkenstein.sw@gmail.com
-Initial checkin of platform support for ARM Cortex-M0 parts, targetting stm32f0/GCC (since that's the board I have). Toolchain is working - code gets generated, libraries get built. |
2013-09-20 11:16:36 | Tree |
[r106]
by
funkenstein.sw@gmail.com
Adding DCPU assembler file for "hello world" to the DCPU examples folder |
2013-09-14 14:13:17 | Tree |