bertos.git
18 years agoIgnore Qt moc's and unit tests.
bernie [Sat, 21 Jan 2006 16:31:44 +0000 (16:31 +0000)]
Ignore Qt moc's and unit tests.

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

18 years agoDon't use hardcoded coordinates.
bernie [Tue, 17 Jan 2006 23:00:26 +0000 (23:00 +0000)]
Don't use hardcoded coordinates.

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

18 years agoHardcode a different display size.
bernie [Tue, 17 Jan 2006 22:59:48 +0000 (22:59 +0000)]
Hardcode a different display size.

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

18 years agoImplement correct line clipping algorithm.
bernie [Tue, 17 Jan 2006 22:59:23 +0000 (22:59 +0000)]
Implement correct line clipping algorithm.

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

18 years agoTest gfx with the usual pentagons.
bernie [Tue, 17 Jan 2006 02:31:57 +0000 (02:31 +0000)]
Test gfx with the usual pentagons.

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

18 years agoAdd bitmap format support; Improve some comments.
bernie [Tue, 17 Jan 2006 02:31:29 +0000 (02:31 +0000)]
Add bitmap format support; Improve some comments.

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

18 years agoFix QImage format.
bernie [Tue, 17 Jan 2006 02:30:43 +0000 (02:30 +0000)]
Fix QImage format.

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

18 years agoAdd new config vars.
bernie [Tue, 17 Jan 2006 02:30:06 +0000 (02:30 +0000)]
Add new config vars.

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

18 years agoFix boilerplate.
bernie [Mon, 16 Jan 2006 03:51:51 +0000 (03:51 +0000)]
Fix boilerplate.

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

18 years agoAdd LCD Qt emulator.
bernie [Mon, 16 Jan 2006 03:51:35 +0000 (03:51 +0000)]
Add LCD Qt emulator.

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

18 years agoImport into DevLib.
bernie [Mon, 16 Jan 2006 03:50:57 +0000 (03:50 +0000)]
Import into DevLib.

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

18 years agoAdd emulator skeleton.
bernie [Mon, 16 Jan 2006 03:37:12 +0000 (03:37 +0000)]
Add emulator skeleton.

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

18 years agoMake header C++ friendly.
bernie [Mon, 16 Jan 2006 03:30:57 +0000 (03:30 +0000)]
Make header C++ friendly.

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

18 years agoRemove redundant mtime_t definition (cfg/compiler.h has one already).
bernie [Mon, 16 Jan 2006 03:28:25 +0000 (03:28 +0000)]
Remove redundant mtime_t definition (cfg/compiler.h has one already).

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

18 years agoRename sig_t to sigbit_t to avoid clash with POSIX.
bernie [Mon, 16 Jan 2006 03:27:49 +0000 (03:27 +0000)]
Rename sig_t to sigbit_t to avoid clash with POSIX.

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

18 years agoDocument new directories.
bernie [Sat, 3 Dec 2005 01:50:35 +0000 (01:50 +0000)]
Document new directories.

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

18 years agoReomove old TODOs; Add new TODOs.
bernie [Sat, 3 Dec 2005 01:47:32 +0000 (01:47 +0000)]
Reomove old TODOs; Add new TODOs.

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

18 years agoUse appconfig.h instead of cfg/config.h.
bernie [Sun, 27 Nov 2005 23:36:19 +0000 (23:36 +0000)]
Use appconfig.h instead of cfg/config.h.

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

18 years agoReorder includes.
bernie [Sun, 27 Nov 2005 23:33:29 +0000 (23:33 +0000)]
Reorder includes.

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

18 years agoDrop avr-libc hack for missing stdint.h.
bernie [Sun, 27 Nov 2005 23:33:05 +0000 (23:33 +0000)]
Drop avr-libc hack for missing stdint.h.

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

18 years agoAdd CPU fallback for OS_ID.
bernie [Sun, 27 Nov 2005 23:32:42 +0000 (23:32 +0000)]
Add CPU fallback for OS_ID.

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

18 years agoUpdate copyright information.
bernie [Sun, 27 Nov 2005 23:32:15 +0000 (23:32 +0000)]
Update copyright information.

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

18 years agoSupport avr-libc 1.4.
bernie [Sun, 27 Nov 2005 23:31:48 +0000 (23:31 +0000)]
Support avr-libc 1.4.

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

18 years agoAdd POSIX timer emulator.
bernie [Sun, 27 Nov 2005 03:58:40 +0000 (03:58 +0000)]
Add POSIX timer emulator.

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

18 years agoUse C99 types to match cfg/compiler.h without depending on it.
bernie [Sun, 27 Nov 2005 03:57:22 +0000 (03:57 +0000)]
Use C99 types to match cfg/compiler.h without depending on it.

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

18 years agoDocumentation fixes.
bernie [Sun, 27 Nov 2005 03:57:00 +0000 (03:57 +0000)]
Documentation fixes.

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

18 years agoIRQ_SAVE_DISABLE(): Really block signals.
bernie [Sun, 27 Nov 2005 03:07:13 +0000 (03:07 +0000)]
IRQ_SAVE_DISABLE(): Really block signals.

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

18 years agoQt timer emulation.
bernie [Sun, 27 Nov 2005 03:06:36 +0000 (03:06 +0000)]
Qt timer emulation.

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

18 years agoAdd x86_64 task switching (to be updated to new-style scheduler).
bernie [Sun, 27 Nov 2005 03:06:15 +0000 (03:06 +0000)]
Add x86_64 task switching (to be updated to new-style scheduler).

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

18 years agoCONFIG_WATCHDOG: New config option.
bernie [Sun, 27 Nov 2005 03:04:57 +0000 (03:04 +0000)]
CONFIG_WATCHDOG: New config option.

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

18 years agoAdd POSIX emulation for IRQ_* macros; Add Qt support.
bernie [Sun, 27 Nov 2005 03:04:38 +0000 (03:04 +0000)]
Add POSIX emulation for IRQ_* macros; Add Qt support.

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

18 years agoMove test code to timer_test.c; Add OS_HOSTED support.
bernie [Sun, 27 Nov 2005 03:04:19 +0000 (03:04 +0000)]
Move test code to timer_test.c; Add OS_HOSTED support.

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

18 years agoAdd Qt support hack.
bernie [Sun, 27 Nov 2005 03:03:08 +0000 (03:03 +0000)]
Add Qt support hack.

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

18 years agoConvert to appconfig.h.
bernie [Sun, 27 Nov 2005 03:02:55 +0000 (03:02 +0000)]
Convert to appconfig.h.

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

18 years agoMove event.[ch] from kern/ to mware/.
bernie [Sun, 27 Nov 2005 01:39:48 +0000 (01:39 +0000)]
Move event.[ch] from kern/ to mware/.

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

18 years agoUpdate to Doxygen 1.4.5.
bernie [Sat, 26 Nov 2005 22:45:38 +0000 (22:45 +0000)]
Update to Doxygen 1.4.5.

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

18 years agoDescribe gfx/ and dt/ subsystems.
bernie [Fri, 4 Nov 2005 18:28:09 +0000 (18:28 +0000)]
Describe gfx/ and dt/ subsystems.

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

18 years agoImport into DevLib.
bernie [Fri, 4 Nov 2005 18:26:38 +0000 (18:26 +0000)]
Import into DevLib.

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

18 years agoFix header guards and includes for new location of gfx module.
bernie [Fri, 4 Nov 2005 18:17:45 +0000 (18:17 +0000)]
Fix header guards and includes for new location of gfx module.

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

18 years agoMove graphics stuff from mware/ to gfx/.
bernie [Fri, 4 Nov 2005 18:11:36 +0000 (18:11 +0000)]
Move graphics stuff from mware/ to gfx/.

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

18 years agoImport into DevLib.
bernie [Fri, 4 Nov 2005 18:08:49 +0000 (18:08 +0000)]
Import into DevLib.

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

18 years agoImport into DevLib.
bernie [Fri, 4 Nov 2005 18:00:42 +0000 (18:00 +0000)]
Import into DevLib.

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

18 years agoFix one warning.
bernie [Fri, 4 Nov 2005 17:47:26 +0000 (17:47 +0000)]
Fix one warning.

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

18 years agoFix for LP64 architectures; Add some more tests.
bernie [Fri, 4 Nov 2005 17:43:27 +0000 (17:43 +0000)]
Fix for LP64 architectures; Add some more tests.

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

18 years agoMove cfg/config.h to appconfig.h.
bernie [Fri, 4 Nov 2005 17:42:12 +0000 (17:42 +0000)]
Move cfg/config.h to appconfig.h.

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

18 years agoFix reference to README.devlib in header.
bernie [Fri, 4 Nov 2005 16:20:02 +0000 (16:20 +0000)]
Fix reference to README.devlib in header.

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

18 years agobuz_init(): Restore IRQ protection as in project_bko.
bernie [Fri, 4 Nov 2005 16:19:33 +0000 (16:19 +0000)]
buz_init(): Restore IRQ protection as in project_bko.

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

18 years agoDoxygen workaround.
bernie [Fri, 4 Nov 2005 16:09:03 +0000 (16:09 +0000)]
Doxygen workaround.

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

18 years agoUpdate to Doxygen 1.4.4.
bernie [Fri, 4 Nov 2005 16:08:38 +0000 (16:08 +0000)]
Update to Doxygen 1.4.4.

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

18 years agoRefactor to decouple timer ticks from milliseconds.
bernie [Tue, 19 Jul 2005 07:28:36 +0000 (07:28 +0000)]
Refactor to decouple timer ticks from milliseconds.

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

18 years agoUse arch_config.h; Update copyright year.
bernie [Tue, 19 Jul 2005 07:28:10 +0000 (07:28 +0000)]
Use arch_config.h; Update copyright year.

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

18 years agoDon't use CPU_REG_BITS from cpu.h to avoid circular header dependendy.
bernie [Tue, 19 Jul 2005 07:27:31 +0000 (07:27 +0000)]
Don't use CPU_REG_BITS from cpu.h to avoid circular header dependendy.

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

18 years agoAdd missing #endif.
bernie [Tue, 19 Jul 2005 07:26:49 +0000 (07:26 +0000)]
Add missing #endif.

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

18 years agoUse appconfig.h instead of cfg/config.h.
bernie [Tue, 19 Jul 2005 07:25:46 +0000 (07:25 +0000)]
Use appconfig.h instead of cfg/config.h.

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

18 years agoRefactor to remove type aliasing problems.
bernie [Tue, 19 Jul 2005 07:25:18 +0000 (07:25 +0000)]
Refactor to remove type aliasing problems.

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

18 years agoPGM_STR(): New macro.
bernie [Tue, 19 Jul 2005 07:24:57 +0000 (07:24 +0000)]
PGM_STR(): New macro.

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

18 years agoDoxygen fix.
bernie [Sun, 3 Jul 2005 15:19:31 +0000 (15:19 +0000)]
Doxygen fix.

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

18 years agoTypo.
bernie [Sun, 3 Jul 2005 15:18:52 +0000 (15:18 +0000)]
Typo.

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

18 years agoImport generic keyboard driver.
bernie [Mon, 27 Jun 2005 21:28:45 +0000 (21:28 +0000)]
Import generic keyboard driver.

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

18 years agoImport ADC driver.
bernie [Mon, 27 Jun 2005 21:28:31 +0000 (21:28 +0000)]
Import ADC driver.

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

18 years agoMisc PGM fixes.
bernie [Mon, 27 Jun 2005 21:26:24 +0000 (21:26 +0000)]
Misc PGM fixes.

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

18 years agoModularize hardware access; Port to new timer interface.
bernie [Mon, 27 Jun 2005 21:25:50 +0000 (21:25 +0000)]
Modularize hardware access; Port to new timer interface.

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

18 years agoticks_t: New typedef.
bernie [Mon, 27 Jun 2005 21:24:37 +0000 (21:24 +0000)]
ticks_t: New typedef.

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

18 years agoCPU_CSOURCE(): New macro.
bernie [Mon, 27 Jun 2005 21:24:17 +0000 (21:24 +0000)]
CPU_CSOURCE(): New macro.

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

18 years agoRename cfg/config.h to appconfig.h.
bernie [Mon, 27 Jun 2005 21:23:55 +0000 (21:23 +0000)]
Rename cfg/config.h to appconfig.h.

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

18 years agoROUND_DOWN, ROUND_UP, ROUND_NEAREST: New macros.
bernie [Mon, 27 Jun 2005 21:23:32 +0000 (21:23 +0000)]
ROUND_DOWN, ROUND_UP, ROUND_NEAREST: New macros.

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

18 years agoAdd all missing functions.
bernie [Tue, 14 Jun 2005 06:16:03 +0000 (06:16 +0000)]
Add all missing functions.

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

18 years agoAdd X86_64 support.
bernie [Tue, 14 Jun 2005 06:15:10 +0000 (06:15 +0000)]
Add X86_64 support.

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

19 years agohost_to_net(16|32)(), net_to_host(16|32)(): New functions.
bernie [Tue, 12 Apr 2005 04:08:49 +0000 (04:08 +0000)]
host_to_net(16|32)(), net_to_host(16|32)(): New functions.

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

19 years agoCatch missing CPU earlier.
bernie [Tue, 12 Apr 2005 04:06:17 +0000 (04:06 +0000)]
Catch missing CPU earlier.

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

19 years agoImport into DevLib.
bernie [Tue, 12 Apr 2005 01:37:50 +0000 (01:37 +0000)]
Import into DevLib.

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

19 years agoPrevent warning when watchdog is disabled.
bernie [Tue, 12 Apr 2005 01:37:17 +0000 (01:37 +0000)]
Prevent warning when watchdog is disabled.

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

19 years agoMetrowerks touchups from HeCo.
bernie [Tue, 12 Apr 2005 01:37:01 +0000 (01:37 +0000)]
Metrowerks touchups from HeCo.

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

19 years agoAdd hack to enable TX line at module initialization.
bernie [Tue, 12 Apr 2005 01:36:37 +0000 (01:36 +0000)]
Add hack to enable TX line at module initialization.

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

19 years agoDone.
bernie [Mon, 11 Apr 2005 22:39:23 +0000 (22:39 +0000)]
Done.

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

19 years agoUpdate to Doxygen 1.4.2.
bernie [Mon, 11 Apr 2005 22:39:06 +0000 (22:39 +0000)]
Update to Doxygen 1.4.2.

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

19 years agoFixes for sprintf_test.
bernie [Mon, 11 Apr 2005 22:36:58 +0000 (22:36 +0000)]
Fixes for sprintf_test.

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

19 years agoInclude top-level headers from cfg/ subdir.
bernie [Mon, 11 Apr 2005 19:10:28 +0000 (19:10 +0000)]
Include top-level headers from cfg/ subdir.

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

19 years agoMove top-level headers to cfg/ subdir.
bernie [Mon, 11 Apr 2005 19:04:13 +0000 (19:04 +0000)]
Move top-level headers to cfg/ subdir.

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

19 years agoDone.
bernie [Mon, 11 Apr 2005 18:12:11 +0000 (18:12 +0000)]
Done.

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

19 years agoDoxygen fixes.
bernie [Mon, 11 Apr 2005 18:10:45 +0000 (18:10 +0000)]
Doxygen fixes.

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

19 years agosetjmp.h, time_t: Remove ancient retrocompatibility; Remove MSVC double to float...
bernie [Tue, 29 Mar 2005 06:39:59 +0000 (06:39 +0000)]
setjmp.h, time_t: Remove ancient retrocompatibility; Remove MSVC double to float hack.

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

19 years agoDon't create lots of subdirectories.
bernie [Tue, 15 Mar 2005 00:21:13 +0000 (00:21 +0000)]
Don't create lots of subdirectories.

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

19 years agoproc_schedule(): New sanity check.
bernie [Tue, 15 Mar 2005 00:20:54 +0000 (00:20 +0000)]
proc_schedule(): New sanity check.

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

19 years agoBREAKPOINT, IRQ_RUNNING(), IRQ_GETSTATE(): New DSP56K macros.
bernie [Tue, 15 Mar 2005 00:20:09 +0000 (00:20 +0000)]
BREAKPOINT, IRQ_RUNNING(), IRQ_GETSTATE(): New DSP56K macros.

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

19 years agoSimpler, smaller, faster.
bernie [Tue, 15 Mar 2005 00:06:30 +0000 (00:06 +0000)]
Simpler, smaller, faster.

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

19 years agoGive due credit for this astounding creation.
bernie [Tue, 1 Mar 2005 23:32:05 +0000 (23:32 +0000)]
Give due credit for this astounding creation.

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

19 years agoString table and localization stuff.
bernie [Tue, 1 Mar 2005 23:31:02 +0000 (23:31 +0000)]
String table and localization stuff.

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

19 years agoUse new CPU-neutral program-memory API.
bernie [Tue, 1 Mar 2005 23:26:46 +0000 (23:26 +0000)]
Use new CPU-neutral program-memory API.

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

19 years agoUse shared hextab.
bernie [Tue, 1 Mar 2005 23:26:22 +0000 (23:26 +0000)]
Use shared hextab.

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

19 years agoHeader fix.
bernie [Tue, 1 Mar 2005 23:26:00 +0000 (23:26 +0000)]
Header fix.

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

19 years agoMove event.h to mware/.
bernie [Tue, 1 Mar 2005 23:25:46 +0000 (23:25 +0000)]
Move event.h to mware/.

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

19 years agoPrune CVS log.
bernie [Tue, 1 Mar 2005 23:25:09 +0000 (23:25 +0000)]
Prune CVS log.

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

19 years agoTweaks for avr-libc 1.2.x.
bernie [Tue, 1 Mar 2005 23:24:51 +0000 (23:24 +0000)]
Tweaks for avr-libc 1.2.x.

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

19 years agoUpdate header.
bernie [Tue, 1 Mar 2005 23:24:21 +0000 (23:24 +0000)]
Update header.

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

19 years agoProvide defaults for CONFIG_KDEBUG_DISABLE_TRACE and CONFIG_KDEBUG_ASSERT_NO_TEXT.
bernie [Tue, 1 Mar 2005 23:23:58 +0000 (23:23 +0000)]
Provide defaults for CONFIG_KDEBUG_DISABLE_TRACE and CONFIG_KDEBUG_ASSERT_NO_TEXT.

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

19 years agoPoor man's factored hex table.
bernie [Tue, 1 Mar 2005 23:23:25 +0000 (23:23 +0000)]
Poor man's factored hex table.

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

19 years agoRemove compatibility hack.
bernie [Tue, 1 Mar 2005 23:15:12 +0000 (23:15 +0000)]
Remove compatibility hack.

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

19 years agoRemove test binaries.
bernie [Mon, 28 Feb 2005 10:46:44 +0000 (10:46 +0000)]
Remove test binaries.

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

19 years agoAdd a few more paranoic tests.
bernie [Fri, 18 Feb 2005 12:48:26 +0000 (12:48 +0000)]
Add a few more paranoic tests.

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