bertos.git
19 years agoFix drain at ser_close()
aleph [Fri, 21 Jan 2005 20:13:15 +0000 (20:13 +0000)]
Fix drain at ser_close()

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

19 years agoFix progmem includes.
aleph [Thu, 20 Jan 2005 18:46:31 +0000 (18:46 +0000)]
Fix progmem includes.

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

19 years agoAdd progmem datatypes; PSTR() definition.
aleph [Thu, 20 Jan 2005 18:46:04 +0000 (18:46 +0000)]
Add progmem datatypes; PSTR() definition.

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

19 years agoRename callbacks; SerialHardwareVT.txSending: New callback; Add SPI_BUS macros.
aleph [Fri, 14 Jan 2005 00:49:16 +0000 (00:49 +0000)]
Rename callbacks; SerialHardwareVT.txSending: New callback; Add SPI_BUS macros.

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

19 years agoRename callbacks; SerialHardwareVT.txSending: New callback.
aleph [Fri, 14 Jan 2005 00:48:33 +0000 (00:48 +0000)]
Rename callbacks; SerialHardwareVT.txSending: New callback.

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

19 years agoser_drain(): Wait for hw transmission complete.
aleph [Fri, 14 Jan 2005 00:47:07 +0000 (00:47 +0000)]
ser_drain(): Wait for hw transmission complete.

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

19 years agoAdd ATmega8 SPI port definitions; Fix transmit complete IRQ bug; add strobe macros...
aleph [Tue, 11 Jan 2005 18:09:07 +0000 (18:09 +0000)]
Add ATmega8 SPI port definitions; Fix transmit complete IRQ bug; add strobe macros to uart1 and spi

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

19 years agoAdd missing include
aleph [Tue, 11 Jan 2005 18:08:16 +0000 (18:08 +0000)]
Add missing include

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

19 years agoAdd empty kdump definition for debug off
aleph [Tue, 11 Jan 2005 18:08:08 +0000 (18:08 +0000)]
Add empty kdump definition for debug off

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

19 years agoRemove unused variable.
bernie [Sat, 8 Jan 2005 09:20:54 +0000 (09:20 +0000)]
Remove unused variable.

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

19 years agoAdd missing type in declaration.
bernie [Sat, 8 Jan 2005 09:20:38 +0000 (09:20 +0000)]
Add missing type in declaration.

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

19 years agoReally make it work on both architectures.
bernie [Sat, 8 Jan 2005 09:20:12 +0000 (09:20 +0000)]
Really make it work on both architectures.

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

19 years agoMake more portable.
bernie [Sat, 8 Jan 2005 08:50:06 +0000 (08:50 +0000)]
Make more portable.

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

19 years agoDefine PROGMEM on AVR only when not including pgmspace.h.
bernie [Sat, 8 Jan 2005 08:49:39 +0000 (08:49 +0000)]
Define PROGMEM on AVR only when not including pgmspace.h.

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

19 years agoSplit twi/eeprom functions from eeprom module in separate twi module
aleph [Thu, 6 Jan 2005 16:09:40 +0000 (16:09 +0000)]
Split twi/eeprom functions from eeprom module in separate twi module

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

19 years agoRename UNUSED() to UNUSED_ARG().
bernie [Fri, 31 Dec 2004 17:47:45 +0000 (17:47 +0000)]
Rename UNUSED() to UNUSED_ARG().

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

19 years agoUse UNUSED_ARG instead of obsolete UNUSED macro.
bernie [Fri, 31 Dec 2004 17:43:09 +0000 (17:43 +0000)]
Use UNUSED_ARG instead of obsolete UNUSED macro.

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

19 years agoAdd OS detection code.
bernie [Fri, 31 Dec 2004 17:40:24 +0000 (17:40 +0000)]
Add OS detection code.

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

19 years agoAdd a simple serial emulation driver.
bernie [Fri, 31 Dec 2004 17:40:00 +0000 (17:40 +0000)]
Add a simple serial emulation driver.

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

19 years agoFix documentation.
bernie [Fri, 31 Dec 2004 17:39:41 +0000 (17:39 +0000)]
Fix documentation.

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

19 years agoUse C89 comments only.
bernie [Fri, 31 Dec 2004 17:39:26 +0000 (17:39 +0000)]
Use C89 comments only.

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

19 years agoIRQ_SAVE_DISABLE(), IRQ_RESTORE(): Add null stubs for x86.
bernie [Fri, 31 Dec 2004 17:02:47 +0000 (17:02 +0000)]
IRQ_SAVE_DISABLE(), IRQ_RESTORE(): Add null stubs for x86.

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

19 years agoSanitize for non-Harvard processors.
bernie [Fri, 31 Dec 2004 16:44:29 +0000 (16:44 +0000)]
Sanitize for non-Harvard processors.

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

19 years agolist_remHead(), list_remTail(): Name like normal functions.
bernie [Fri, 31 Dec 2004 16:44:11 +0000 (16:44 +0000)]
list_remHead(), list_remTail(): Name like normal functions.

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

19 years agoMove seek function last in VT.
bernie [Fri, 31 Dec 2004 16:43:23 +0000 (16:43 +0000)]
Move seek function last in VT.

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

19 years agoPROGMEM: Define to nothing for non-Harvard processors.
bernie [Fri, 31 Dec 2004 16:41:52 +0000 (16:41 +0000)]
PROGMEM: Define to nothing for non-Harvard processors.

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

19 years agoDISABLE_IRQSAVE, ENABLE_IRQRESTORE, DISABLE_INTS, ENABLE_INTS: Remove obsolete macros.
bernie [Mon, 13 Dec 2004 12:08:12 +0000 (12:08 +0000)]
DISABLE_IRQSAVE, ENABLE_IRQRESTORE, DISABLE_INTS, ENABLE_INTS: Remove obsolete macros.

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

19 years agoDISABLE_IRQSAVE/ENABLE_IRQRESTORE: Convert to IRQ_SAVE_DISABLE/IRQ_RESTORE.
bernie [Mon, 13 Dec 2004 12:07:06 +0000 (12:07 +0000)]
DISABLE_IRQSAVE/ENABLE_IRQRESTORE: Convert to IRQ_SAVE_DISABLE/IRQ_RESTORE.

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

19 years agoFix a latent bug with reentrant serial IRQs.
bernie [Mon, 13 Dec 2004 11:51:43 +0000 (11:51 +0000)]
Fix a latent bug with reentrant serial IRQs.

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

19 years agoDISABLE_INTS/ENABLE_INTS: Convert to IRQ_DISABLE/IRQ_ENABLE.
bernie [Mon, 13 Dec 2004 11:51:08 +0000 (11:51 +0000)]
DISABLE_INTS/ENABLE_INTS: Convert to IRQ_DISABLE/IRQ_ENABLE.

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

19 years agoReplace IPTR with iptr_t.
bernie [Thu, 9 Dec 2004 08:35:21 +0000 (08:35 +0000)]
Replace IPTR with iptr_t.

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

19 years agoAdd a todo item.
bernie [Wed, 8 Dec 2004 09:43:41 +0000 (09:43 +0000)]
Add a todo item.

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

19 years agoMetrowerks supports variadic macros.
bernie [Wed, 8 Dec 2004 09:43:21 +0000 (09:43 +0000)]
Metrowerks supports variadic macros.

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

19 years agoAdd support for multiplexed serial ports.
bernie [Wed, 8 Dec 2004 09:42:55 +0000 (09:42 +0000)]
Add support for multiplexed serial ports.

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

19 years agoSuppress warning.
bernie [Wed, 8 Dec 2004 09:42:30 +0000 (09:42 +0000)]
Suppress warning.

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

19 years agoRename time_t to mtime_t.
bernie [Wed, 8 Dec 2004 09:12:09 +0000 (09:12 +0000)]
Rename time_t to mtime_t.

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

19 years agoRename sigset_t to sigmask_t.
bernie [Wed, 8 Dec 2004 08:57:35 +0000 (08:57 +0000)]
Rename sigset_t to sigmask_t.

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

19 years agoRename time_t to mtime_t.
bernie [Wed, 8 Dec 2004 08:57:17 +0000 (08:57 +0000)]
Rename time_t to mtime_t.

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

19 years agoReformat.
bernie [Wed, 8 Dec 2004 08:56:58 +0000 (08:56 +0000)]
Reformat.

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

19 years agoRename sigset_t to sigmask_t; Reformat.
bernie [Wed, 8 Dec 2004 08:56:41 +0000 (08:56 +0000)]
Rename sigset_t to sigmask_t; Reformat.

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

19 years agoRename sigset_t to sigmask_t and time_t to mtime_t, to avoid conflicts with POSIX...
bernie [Wed, 8 Dec 2004 08:55:54 +0000 (08:55 +0000)]
Rename sigset_t to sigmask_t and time_t to mtime_t, to avoid conflicts with POSIX definitions.

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

19 years agoSave some more RAM on AVR.
bernie [Wed, 8 Dec 2004 08:52:00 +0000 (08:52 +0000)]
Save some more RAM on AVR.

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

19 years agoAdd type-generic macros for C++.
bernie [Wed, 8 Dec 2004 08:51:34 +0000 (08:51 +0000)]
Add type-generic macros for C++.

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

19 years agoCPU_HARVARD: Define to 1 for AVR and DSP56K.
bernie [Wed, 8 Dec 2004 08:31:02 +0000 (08:31 +0000)]
CPU_HARVARD: Define to 1 for AVR and DSP56K.

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

19 years agoConvert to mtime_t; timer_minutes(): Remove.
bernie [Wed, 8 Dec 2004 08:30:37 +0000 (08:30 +0000)]
Convert to mtime_t; timer_minutes(): Remove.

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

19 years agoAdd missing header.
bernie [Wed, 8 Dec 2004 08:30:12 +0000 (08:30 +0000)]
Add missing header.

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

19 years agoAdd missing header.
bernie [Wed, 8 Dec 2004 08:09:01 +0000 (08:09 +0000)]
Add missing header.

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

19 years agoRemove done todo.
bernie [Wed, 8 Dec 2004 08:06:16 +0000 (08:06 +0000)]
Remove done todo.

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

19 years agoAdd some macros to document more code.
bernie [Wed, 8 Dec 2004 08:04:45 +0000 (08:04 +0000)]
Add some macros to document more code.

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

19 years agoAdd missing config options.
bernie [Wed, 8 Dec 2004 08:04:28 +0000 (08:04 +0000)]
Add missing config options.

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

19 years agoDoxygen fixes.
bernie [Wed, 8 Dec 2004 08:04:13 +0000 (08:04 +0000)]
Doxygen fixes.

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

19 years agoTypo in macro name.
bernie [Wed, 8 Dec 2004 07:35:51 +0000 (07:35 +0000)]
Typo in macro name.

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

19 years agoFix Doxygen tags.
bernie [Wed, 8 Dec 2004 07:29:27 +0000 (07:29 +0000)]
Fix Doxygen tags.

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

19 years agoUse mtime_t instead of overloading ANSI time_t with new semantics.
bernie [Sun, 28 Nov 2004 23:21:33 +0000 (23:21 +0000)]
Use mtime_t instead of overloading ANSI time_t with new semantics.

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

19 years agoRemove obsolete INITLIST macro.
bernie [Sun, 28 Nov 2004 23:21:05 +0000 (23:21 +0000)]
Remove obsolete INITLIST macro.

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

19 years agoUpdate with Doxygen 1.3.9.1.
bernie [Thu, 18 Nov 2004 00:50:31 +0000 (00:50 +0000)]
Update with Doxygen 1.3.9.1.

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

19 years agoDisable timer_minutes() for targets with 16bit time_t.
bernie [Tue, 16 Nov 2004 23:09:52 +0000 (23:09 +0000)]
Disable timer_minutes() for targets with 16bit time_t.

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

19 years agosize_t: Add 64bit definitions; time_t: Add 16bit hack for tiny CPUs.
bernie [Tue, 16 Nov 2004 23:09:40 +0000 (23:09 +0000)]
size_t: Add 64bit definitions; time_t: Add 16bit hack for tiny CPUs.

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

19 years agoDoxygen fixes.
bernie [Tue, 16 Nov 2004 22:42:44 +0000 (22:42 +0000)]
Doxygen fixes.

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

19 years agoSupport 64bit CPUs.
bernie [Tue, 16 Nov 2004 22:41:58 +0000 (22:41 +0000)]
Support 64bit CPUs.

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

19 years agoIPTR: Remove obsolete definition.
bernie [Tue, 16 Nov 2004 22:37:28 +0000 (22:37 +0000)]
IPTR: Remove obsolete definition.

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

19 years agoReplace IPTR with iptr_t.
bernie [Tue, 16 Nov 2004 22:37:14 +0000 (22:37 +0000)]
Replace IPTR with iptr_t.

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

19 years agoDeclare fixed-size types before other types.
bernie [Tue, 16 Nov 2004 22:30:19 +0000 (22:30 +0000)]
Declare fixed-size types before other types.

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

19 years agoCPU_IDLE: Rename from SCHEDULER_IDLE.
bernie [Tue, 16 Nov 2004 21:57:59 +0000 (21:57 +0000)]
CPU_IDLE: Rename from SCHEDULER_IDLE.

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

19 years agoWorkaround for a known fifobuf bug.
bernie [Tue, 16 Nov 2004 21:55:12 +0000 (21:55 +0000)]
Workaround for a known fifobuf bug.

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

19 years agoChanges for SC Monoboard support.
bernie [Tue, 16 Nov 2004 21:54:56 +0000 (21:54 +0000)]
Changes for SC Monoboard support.

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

19 years agoCommonize obsolete names for IRQ macros; Doxygen fixes.
bernie [Tue, 16 Nov 2004 21:34:25 +0000 (21:34 +0000)]
Commonize obsolete names for IRQ macros; Doxygen fixes.

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

19 years agoUpdate to new naming scheme in mware/gfx.c.
bernie [Tue, 16 Nov 2004 21:16:56 +0000 (21:16 +0000)]
Update to new naming scheme in mware/gfx.c.

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

19 years agoFix off-by-one bug in [v]snprintf().
bernie [Tue, 16 Nov 2004 21:15:19 +0000 (21:15 +0000)]
Fix off-by-one bug in [v]snprintf().

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

19 years agoUpdate to new naming scheme in mware/gfx.c.
bernie [Tue, 16 Nov 2004 21:04:23 +0000 (21:04 +0000)]
Update to new naming scheme in mware/gfx.c.

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

19 years agoMake driver optional; mark AVR specific parts as such.
bernie [Tue, 16 Nov 2004 21:02:07 +0000 (21:02 +0000)]
Make driver optional; mark AVR specific parts as such.

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

19 years agoInclude <avr/io.h> explicitly.
bernie [Tue, 16 Nov 2004 20:59:46 +0000 (20:59 +0000)]
Include <avr/io.h> explicitly.

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

19 years agoAdd watchdog timer support.
bernie [Tue, 16 Nov 2004 20:59:06 +0000 (20:59 +0000)]
Add watchdog timer support.

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

19 years agoAdd write verify.
bernie [Tue, 16 Nov 2004 20:58:51 +0000 (20:58 +0000)]
Add write verify.

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

19 years agoUNUSED_VAR, USED_VAR, USED_FUNC: New macros; UNUSED_ARG: Rename from UNUSED.
bernie [Tue, 16 Nov 2004 20:34:40 +0000 (20:34 +0000)]
UNUSED_VAR, USED_VAR, USED_FUNC: New macros; UNUSED_ARG: Rename from UNUSED.

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

19 years agoCPU_HARVARD: New macro.
bernie [Tue, 16 Nov 2004 20:33:32 +0000 (20:33 +0000)]
CPU_HARVARD: New macro.

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

19 years agoAdd sanity checks for missing configuration parameters.
bernie [Tue, 16 Nov 2004 18:10:13 +0000 (18:10 +0000)]
Add sanity checks for missing configuration parameters.

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

19 years agoCONFIG_EEPROM_VERIFY: New config option.
bernie [Tue, 2 Nov 2004 17:50:02 +0000 (17:50 +0000)]
CONFIG_EEPROM_VERIFY: New config option.

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

19 years agoUpdate to current coding conventions.
bernie [Mon, 1 Nov 2004 15:14:07 +0000 (15:14 +0000)]
Update to current coding conventions.

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

19 years agoheap_free(): Handle NULL pointers like free(), write documentation.
bernie [Tue, 26 Oct 2004 09:02:13 +0000 (09:02 +0000)]
heap_free(): Handle NULL pointers like free(), write documentation.

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

19 years agoFix spacing.
bernie [Tue, 26 Oct 2004 09:01:35 +0000 (09:01 +0000)]
Fix spacing.

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

19 years agomonitor_rename(): New function.
bernie [Tue, 26 Oct 2004 09:01:15 +0000 (09:01 +0000)]
monitor_rename(): New function.

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

19 years agoDon't access serial data register twice.
bernie [Tue, 26 Oct 2004 09:00:49 +0000 (09:00 +0000)]
Don't access serial data register twice.

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

19 years agoReset watchdog for long operations.
bernie [Tue, 26 Oct 2004 08:35:31 +0000 (08:35 +0000)]
Reset watchdog for long operations.

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

19 years agoNew DevLib module.
bernie [Tue, 26 Oct 2004 08:34:47 +0000 (08:34 +0000)]
New DevLib module.

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

19 years agoTypo.
bernie [Thu, 21 Oct 2004 11:03:52 +0000 (11:03 +0000)]
Typo.

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

19 years agoAdd a TODO item.
bernie [Thu, 21 Oct 2004 10:58:33 +0000 (10:58 +0000)]
Add a TODO item.

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

19 years agoUse proc_forbid()/proc_permit().
bernie [Thu, 21 Oct 2004 10:57:21 +0000 (10:57 +0000)]
Use proc_forbid()/proc_permit().

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

19 years agosem_release(): Simplify (made by rasky on scfirm).
bernie [Thu, 21 Oct 2004 10:48:57 +0000 (10:48 +0000)]
sem_release(): Simplify (made by rasky on scfirm).

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

19 years agoRemove spurious token in preprocessor directive.
bernie [Thu, 21 Oct 2004 10:09:40 +0000 (10:09 +0000)]
Remove spurious token in preprocessor directive.

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

19 years agoRevamp documentation.
bernie [Thu, 21 Oct 2004 09:37:55 +0000 (09:37 +0000)]
Revamp documentation.

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

19 years agoReformat.
bernie [Tue, 19 Oct 2004 11:48:05 +0000 (11:48 +0000)]
Reformat.

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

19 years agoRemove unused variable.
bernie [Tue, 19 Oct 2004 11:48:00 +0000 (11:48 +0000)]
Remove unused variable.

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

19 years agoKill warnings when !CONFIG_PROC_MONITOR.
bernie [Tue, 19 Oct 2004 11:47:39 +0000 (11:47 +0000)]
Kill warnings when !CONFIG_PROC_MONITOR.

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

19 years agoAdd missing #endif.
bernie [Tue, 19 Oct 2004 11:47:07 +0000 (11:47 +0000)]
Add missing #endif.

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

19 years agoBugfixes for DSP56K serial driver from scfirm.
bernie [Tue, 19 Oct 2004 08:57:15 +0000 (08:57 +0000)]
Bugfixes for DSP56K serial driver from scfirm.

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

19 years agoTIMER_STROBE_ON, TIMER_STROBE_OFF, TIMER_STROBE_INIT: Move from timer_avr.h to timer...
bernie [Tue, 19 Oct 2004 08:56:49 +0000 (08:56 +0000)]
TIMER_STROBE_ON, TIMER_STROBE_OFF, TIMER_STROBE_INIT: Move from timer_avr.h to timer.h, where they really belong.

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

19 years agoDefine forbid_cnt.
bernie [Tue, 19 Oct 2004 08:55:31 +0000 (08:55 +0000)]
Define forbid_cnt.

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

19 years agoUNUSED_FUNC: New function attribute.
bernie [Tue, 19 Oct 2004 08:55:14 +0000 (08:55 +0000)]
UNUSED_FUNC: New function attribute.

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

19 years agoInitialize forbid_cnt; Formatting/comments fixes.
bernie [Tue, 19 Oct 2004 08:54:43 +0000 (08:54 +0000)]
Initialize forbid_cnt; Formatting/comments fixes.

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