Menu

Source Commit Log


Commit Date  
[r117] by funkenstein.sw@gmail.com

Adding the missing doxyfile_export file from the last commit

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.
This should ease the process of getting the source for cases where users don't want to integrate the make-based build system. In the future, I might consider adding driver export functionality into the script.

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.
-Tested using the kernel sanity test suite from Atmel Studio 6.1

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
[r110] by funkenstein.sw@gmail.com

Fixed timer config for mega328p tick-based timers.

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.
-My stm32f0 board has the world's worst onboard debugger, so I need to order something better to test with.
-Also, let it be known that the code density on Cortex M0 is really not that great. The kernel compiles to about 48K with -0s...

2013-09-22 14:48:40 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.