Commit Graph
30 Commits
Author SHA1 Message Date
Kelvin Lawson 2d909ba279 Add stack usage analysis. Used for all automated test modules (if enabled) such that the automated tests can now trap some classes of thread stack overflow. ATmega port now tested on both ATMega16 and ATmega32. STM8 port not yet modified to support the new stack-checking API. 2010-03-01 20:01:10 +00:00
Kelvin Lawson 53147d9e49 AVR port: Fix instruction leftover from cut-and-paste. 2010-02-22 00:29:41 +00:00
Kelvin Lawson 8027d6c0e1 AVR port: Add details on CPUs with large program memory. 2010-02-21 19:36:43 +00:00
Kelvin Lawson 611bf65ea5 AVR port: Add instructions for changing the CPU in use. Add details on location of functions on ATmega2560/2561. 2010-02-21 19:29:57 +00:00
Kelvin Lawson a09d1d7376 AVR port: UART driver support for devices with multiple UARTs. 2010-02-21 18:50:46 +00:00
Kelvin Lawson 9a72c96305 AVR port: Support for devices with large program space, context-switch the RAMPZ and EIND registers. 2010-02-21 17:38:56 +00:00
Kelvin Lawson 0fd53909b0 AVR port: Improve description of thread_shell() location on ATmegas with 2 byte program counters. 2010-02-21 16:12:31 +00:00
Kelvin Lawson 19a3c524ee ATmega port: Support CPUs with 3 byte program counter. Support devices which use TIMSK1 instead of TIMSK. 2010-02-20 18:14:51 +00:00
Kelvin Lawson 5b8a3adfe8 STM8 port: Add sample STVD project. 2010-02-19 23:05:04 +00:00
Kelvin Lawson d20004e3a4 Reduce stack size for STM8S test threads to 128 bytes. Update stack usage description in READMEs. 2010-02-18 00:41:09 +00:00
Kelvin Lawson 9205a742ee STM8 Readme: Add page0 null pointer check notes. 2010-02-17 00:49:29 +00:00
Kelvin Lawson c00ce7c1ec Timer4 automated test: Modify since timer API changed.
STM8 port: Add README file.
2010-02-17 00:41:26 +00:00
Kelvin Lawson 2124b5f5a1 Add STM8 port (Cosmic compiler). Modify timer4 automated test now that timer API has changed to take ticks as parameter. 2010-02-16 23:07:48 +00:00
Kelvin Lawson 5665974ca7 Include stddef.h for NULL definition 2010-02-16 22:55:55 +00:00
Kelvin Lawson 95e73160d7 Formatting changes 2010-02-16 22:52:53 +00:00
Kelvin Lawson 4e55f225d3 Improve context-switch comments. 2010-02-09 23:05:44 +00:00
Kelvin Lawson 65dc87ae36 Rename parameter name from "data" to "param" - it appears that data is a reserved word with one of the STM8S compilers. 2010-02-09 23:05:27 +00:00
Kelvin Lawson f023bf26de Put port-specific test configuration in atomport-tests.h. Rename atomuser.h to atomport.h. Non-exported port header renamed to atomport-private.h. 2010-02-01 22:49:04 +00:00
Kelvin Lawson 248e1318fb Add README for all source folders 2010-01-21 21:42:10 +00:00
Kelvin Lawson 1c651cbff1 Kernel doxygen header formatting change 2010-01-21 01:12:29 +00:00
Kelvin Lawson 603db4ce2e Add Doxygen header to kernel module 2010-01-21 01:09:53 +00:00
Kelvin Lawson 127dcbfbb4 Add Doxygen header for timer module 2010-01-21 00:10:06 +00:00
Kelvin Lawson 901b531eaf Add Doxygen header for queue module. Further improve some API documentation. 2010-01-20 21:10:14 +00:00
Kelvin Lawson 4202bcaa57 Add Doxygen module documentation for mutex library 2010-01-20 19:47:41 +00:00
Kelvin Lawson abe295c77d Add module doxygen description 2010-01-19 00:40:18 +00:00
Kelvin Lawson 5ef1ed3ff5 Update AVR port README 2010-01-16 00:55:36 +00:00
Kelvin Lawson b5130966ed Update top-level README 2010-01-16 00:54:00 +00:00
Kelvin Lawson 84f320a1f0 Add README for AVR port 2010-01-16 00:19:08 +00:00
Kelvin Lawson 6d599c6729 Add Atomthreads RTOS source files. 2010-01-14 01:53:45 +00:00
Kelvin Lawson 8521dcfe06 First commit 2009-11-10 13:33:18 +00:00