bertos.git
19 years agoExclude doc/ directory to avoid Doxygen recursion.
bernie [Sat, 12 Jun 2004 18:08:33 +0000 (18:08 +0000)]
Exclude doc/ directory to avoid Doxygen recursion.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@38 38d2e660-2303-0410-9eaa-f027e97ec537

19 years agoRemove free pool of timers; use user-provided Timer structure instead
aleph [Mon, 7 Jun 2004 18:10:06 +0000 (18:10 +0000)]
Remove free pool of timers; use user-provided Timer structure instead

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@37 38d2e660-2303-0410-9eaa-f027e97ec537

19 years agoAdd function prototypes
aleph [Mon, 7 Jun 2004 15:58:00 +0000 (15:58 +0000)]
Add function prototypes

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@36 38d2e660-2303-0410-9eaa-f027e97ec537

19 years agoUpdate to latest AVR timer code
aleph [Mon, 7 Jun 2004 15:57:40 +0000 (15:57 +0000)]
Update to latest AVR timer code

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@35 38d2e660-2303-0410-9eaa-f027e97ec537

19 years agoSome tabs cleanup and add timer strobe macros
aleph [Mon, 7 Jun 2004 15:56:55 +0000 (15:56 +0000)]
Some tabs cleanup and add timer strobe macros

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@34 38d2e660-2303-0410-9eaa-f027e97ec537

19 years agoRemove cast-as-lvalue extension abuse
aleph [Mon, 7 Jun 2004 15:56:28 +0000 (15:56 +0000)]
Remove cast-as-lvalue extension abuse

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@33 38d2e660-2303-0410-9eaa-f027e97ec537

19 years agoUpdate to new event.h naming
aleph [Mon, 7 Jun 2004 15:54:23 +0000 (15:54 +0000)]
Update to new event.h naming

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@32 38d2e660-2303-0410-9eaa-f027e97ec537

19 years agoRename event macros to look like regular functions.
bernie [Sun, 6 Jun 2004 18:37:57 +0000 (18:37 +0000)]
Rename event macros to look like regular functions.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@31 38d2e660-2303-0410-9eaa-f027e97ec537

19 years agoImport DSP56800 changes from SC.
bernie [Sun, 6 Jun 2004 18:30:34 +0000 (18:30 +0000)]
Import DSP56800 changes from SC.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@30 38d2e660-2303-0410-9eaa-f027e97ec537

19 years agoRename event macros to look like regular functions.
bernie [Sun, 6 Jun 2004 18:25:44 +0000 (18:25 +0000)]
Rename event macros to look like regular functions.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@29 38d2e660-2303-0410-9eaa-f027e97ec537

19 years agoImport DSP56800 changes; Print broken wall bricks in hex.
bernie [Sun, 6 Jun 2004 18:09:51 +0000 (18:09 +0000)]
Import DSP56800 changes; Print broken wall bricks in hex.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@28 38d2e660-2303-0410-9eaa-f027e97ec537

19 years agoPP_CAT(): New macro.
bernie [Sun, 6 Jun 2004 18:00:39 +0000 (18:00 +0000)]
PP_CAT(): New macro.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@27 38d2e660-2303-0410-9eaa-f027e97ec537

19 years agoFix \!CONFIG_KERN_SIGNALS code paths.
bernie [Sun, 6 Jun 2004 17:18:42 +0000 (17:18 +0000)]
Fix \!CONFIG_KERN_SIGNALS code paths.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@26 38d2e660-2303-0410-9eaa-f027e97ec537

19 years agoRemove redundant declaration of fifo_isempty_locked().
bernie [Sun, 6 Jun 2004 17:18:04 +0000 (17:18 +0000)]
Remove redundant declaration of fifo_isempty_locked().

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@25 38d2e660-2303-0410-9eaa-f027e97ec537

19 years agoMark some functions INLINE instead of 'extern inline'.
bernie [Sun, 6 Jun 2004 16:57:18 +0000 (16:57 +0000)]
Mark some functions INLINE instead of 'extern inline'.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@24 38d2e660-2303-0410-9eaa-f027e97ec537

19 years agoImport fixes for race conditions from kseries.
bernie [Sun, 6 Jun 2004 16:50:35 +0000 (16:50 +0000)]
Import fixes for race conditions from kseries.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@23 38d2e660-2303-0410-9eaa-f027e97ec537

19 years agoser_putchar(): Use fifo_push_locked() to fix potential race on 8bit processors.
bernie [Sun, 6 Jun 2004 16:41:44 +0000 (16:41 +0000)]
ser_putchar(): Use fifo_push_locked() to fix potential race on 8bit processors.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@22 38d2e660-2303-0410-9eaa-f027e97ec537

19 years agoAdd DevLib license information.
bernie [Sun, 6 Jun 2004 16:14:12 +0000 (16:14 +0000)]
Add DevLib license information.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@21 38d2e660-2303-0410-9eaa-f027e97ec537

19 years agoProtect MetroWerks specific pragmas with #ifdef's
bernie [Sun, 6 Jun 2004 16:11:17 +0000 (16:11 +0000)]
Protect MetroWerks specific pragmas with #ifdef's

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@20 38d2e660-2303-0410-9eaa-f027e97ec537

19 years agoReformat (from kseries).
bernie [Sun, 6 Jun 2004 16:09:22 +0000 (16:09 +0000)]
Reformat (from kseries).

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@19 38d2e660-2303-0410-9eaa-f027e97ec537

19 years agoDoxygenize.
bernie [Sun, 6 Jun 2004 15:11:38 +0000 (15:11 +0000)]
Doxygenize.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@18 38d2e660-2303-0410-9eaa-f027e97ec537

19 years agoImport into DevLib.
bernie [Sun, 6 Jun 2004 15:11:08 +0000 (15:11 +0000)]
Import into DevLib.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@17 38d2e660-2303-0410-9eaa-f027e97ec537

19 years agoFix spelling.
bernie [Sat, 5 Jun 2004 04:47:41 +0000 (04:47 +0000)]
Fix spelling.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@16 38d2e660-2303-0410-9eaa-f027e97ec537

19 years agoMove all functions to .h as inline functions
aleph [Fri, 4 Jun 2004 12:54:29 +0000 (12:54 +0000)]
Move all functions to .h as inline functions

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@15 38d2e660-2303-0410-9eaa-f027e97ec537

19 years agoMerge improvements from kseries (mainly inlining)
aleph [Thu, 3 Jun 2004 15:04:10 +0000 (15:04 +0000)]
Merge improvements from kseries (mainly inlining)

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@14 38d2e660-2303-0410-9eaa-f027e97ec537

19 years agoAdd dual-license information.
bernie [Thu, 3 Jun 2004 11:27:09 +0000 (11:27 +0000)]
Add dual-license information.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@13 38d2e660-2303-0410-9eaa-f027e97ec537

19 years agoImport into DevLib.
bernie [Thu, 3 Jun 2004 09:01:06 +0000 (09:01 +0000)]
Import into DevLib.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@12 38d2e660-2303-0410-9eaa-f027e97ec537

19 years agoImport into DevLib
bernie [Thu, 3 Jun 2004 08:58:16 +0000 (08:58 +0000)]
Import into DevLib

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@11 38d2e660-2303-0410-9eaa-f027e97ec537

19 years agoRemove SC spcecific stuff.
bernie [Thu, 3 Jun 2004 08:42:44 +0000 (08:42 +0000)]
Remove SC spcecific stuff.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@10 38d2e660-2303-0410-9eaa-f027e97ec537

19 years agoDoxygen configuration for C++ projects.
bernie [Thu, 3 Jun 2004 08:42:11 +0000 (08:42 +0000)]
Doxygen configuration for C++ projects.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@9 38d2e660-2303-0410-9eaa-f027e97ec537

19 years agoSerial enhancements: interruptible receive handler and 8 bit serial status for AVR...
aleph [Wed, 2 Jun 2004 21:35:24 +0000 (21:35 +0000)]
Serial enhancements: interruptible receive handler and 8 bit serial status for AVR; remove volatile attribute to FIFOBuffer, useless for new fifobuf routens

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@8 38d2e660-2303-0410-9eaa-f027e97ec537

20 years agoImport buzzerled driver.
bernie [Sun, 23 May 2004 18:36:05 +0000 (18:36 +0000)]
Import buzzerled driver.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@7 38d2e660-2303-0410-9eaa-f027e97ec537

20 years agoImport drv/timer module.
bernie [Sun, 23 May 2004 18:23:30 +0000 (18:23 +0000)]
Import drv/timer module.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@6 38d2e660-2303-0410-9eaa-f027e97ec537

20 years agoTrim CVS logs and cleanup header info.
bernie [Sun, 23 May 2004 18:21:53 +0000 (18:21 +0000)]
Trim CVS logs and cleanup header info.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5 38d2e660-2303-0410-9eaa-f027e97ec537

20 years agoImport drv/ modules.
bernie [Sun, 23 May 2004 18:10:11 +0000 (18:10 +0000)]
Import drv/ modules.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4 38d2e660-2303-0410-9eaa-f027e97ec537

20 years agoAdd top-level files.
bernie [Sun, 23 May 2004 17:48:35 +0000 (17:48 +0000)]
Add top-level files.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3 38d2e660-2303-0410-9eaa-f027e97ec537

20 years agoImport kern/ subdirectory.
bernie [Sun, 23 May 2004 17:27:00 +0000 (17:27 +0000)]
Import kern/ subdirectory.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2 38d2e660-2303-0410-9eaa-f027e97ec537

20 years agoImport mware modules.
bernie [Sun, 23 May 2004 15:43:16 +0000 (15:43 +0000)]
Import mware modules.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1 38d2e660-2303-0410-9eaa-f027e97ec537