bertos.git
15 years agolog: Retouch documentation; Rearrenge level logic; Rename LOG_VERBOSITY to LOG_FORMAT...
bernie [Sun, 10 Aug 2008 17:18:44 +0000 (17:18 +0000)]
log: Retouch documentation; Rearrenge level logic; Rename LOG_VERBOSITY to LOG_FORMAT for clarity

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

15 years agoavr: Documentation syntax fix.
bernie [Sun, 10 Aug 2008 17:16:45 +0000 (17:16 +0000)]
avr: Documentation syntax fix.

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

15 years agoASSERT_IRQ_CONTEXT(), ASSERT_USER_CONTEXT(), ASSERT_IRQ_ENABLED(), ASSERT_IRQ_DISABLE...
bernie [Sun, 10 Aug 2008 17:15:34 +0000 (17:15 +0000)]
ASSERT_IRQ_CONTEXT(), ASSERT_USER_CONTEXT(), ASSERT_IRQ_ENABLED(), ASSERT_IRQ_DISABLED(): New macros

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

15 years agox86: define cpuflags_t only in the OS_EMBEDDED case.
bernie [Sun, 10 Aug 2008 13:41:00 +0000 (13:41 +0000)]
x86: define cpuflags_t only in the OS_EMBEDDED case.

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

15 years agoQt: Really define OS_ID on ARCH_QT
bernie [Sun, 10 Aug 2008 13:40:08 +0000 (13:40 +0000)]
Qt: Really define OS_ID on ARCH_QT

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

15 years agotrac#29: Cleanup timer on demo exit
bernie [Sun, 10 Aug 2008 13:38:02 +0000 (13:38 +0000)]
trac#29: Cleanup timer on demo exit

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

15 years agomonitor: use %zu to print size_t arguments to pacify gcc
bernie [Sun, 10 Aug 2008 13:35:21 +0000 (13:35 +0000)]
monitor: use %zu to print size_t arguments to pacify gcc

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

15 years agoformatwr(): Add 'z' modifier
bernie [Sun, 10 Aug 2008 13:35:07 +0000 (13:35 +0000)]
formatwr(): Add 'z' modifier

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

15 years agoASSERT_VALID_PTR(): Make bottom of memory a per-CPU constant
bernie [Sun, 10 Aug 2008 13:34:57 +0000 (13:34 +0000)]
ASSERT_VALID_PTR(): Make bottom of memory a per-CPU constant

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

15 years agolist: Check pointers with ASSERT_VALID_PTR() rather than just ASSERT()
bernie [Sun, 10 Aug 2008 12:20:10 +0000 (12:20 +0000)]
list: Check pointers with ASSERT_VALID_PTR() rather than just ASSERT()

This fixes gcc 4.3 warnings when pointers to global variables were
passed to list macros.

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

15 years agoSCHED_ENQUEUE(): Enhance documentation
bernie [Sun, 10 Aug 2008 10:02:25 +0000 (10:02 +0000)]
SCHED_ENQUEUE(): Enhance documentation

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

15 years agoReformat to be more ps-like
bernie [Sun, 10 Aug 2008 09:56:34 +0000 (09:56 +0000)]
Reformat to be more ps-like

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

15 years agotest.h: Remove stray whitespace
bernie [Sun, 10 Aug 2008 09:41:16 +0000 (09:41 +0000)]
test.h: Remove stray whitespace

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

15 years agoDrop ABI versioning for asm_switch_context(), as it could be easily done by renaming...
bernie [Sun, 10 Aug 2008 09:26:29 +0000 (09:26 +0000)]
Drop ABI versioning for asm_switch_context(), as it could be easily done by renaming the symbol

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

15 years agoFix PowerPC support
bernie [Sun, 10 Aug 2008 09:13:31 +0000 (09:13 +0000)]
Fix PowerPC support

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

15 years agoTest only c/c++ sources.
batt [Sat, 9 Aug 2008 10:09:53 +0000 (10:09 +0000)]
Test only c/c++ sources.

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

15 years agoRefactor to use new test interface; add timer test.
batt [Sat, 9 Aug 2008 10:09:26 +0000 (10:09 +0000)]
Refactor to use new test interface; add timer test.

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

15 years agoRefactor proc_test to comply with new policy.
batt [Sat, 9 Aug 2008 10:08:34 +0000 (10:08 +0000)]
Refactor proc_test to comply with new policy.

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

15 years agoAdd dummy empty include file.
batt [Sat, 9 Aug 2008 10:08:08 +0000 (10:08 +0000)]
Add dummy empty include file.

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

15 years agoFix warning.
batt [Sat, 9 Aug 2008 10:04:39 +0000 (10:04 +0000)]
Fix warning.

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

15 years agoAdd documentation.
batt [Sat, 9 Aug 2008 10:04:15 +0000 (10:04 +0000)]
Add documentation.

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

15 years agoRefactor timer test to new policy.
batt [Sat, 9 Aug 2008 10:03:49 +0000 (10:03 +0000)]
Refactor timer test to new policy.

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

15 years agoAdd test macros, useful to compile a test as a single file.
batt [Sat, 9 Aug 2008 10:02:37 +0000 (10:02 +0000)]
Add test macros, useful to compile a test as a single file.

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

15 years agoReformat.
batt [Fri, 8 Aug 2008 19:18:08 +0000 (19:18 +0000)]
Reformat.

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

15 years agoemul: make config simpler and closer to the embedded case
bernie [Fri, 8 Aug 2008 10:57:37 +0000 (10:57 +0000)]
emul: make config simpler and closer to the embedded case

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

15 years agoFix headers and license info in several places
bernie [Fri, 8 Aug 2008 10:54:40 +0000 (10:54 +0000)]
Fix headers and license info in several places

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

15 years agoemul: make config simpler and closer to the embedded case
bernie [Fri, 8 Aug 2008 10:45:10 +0000 (10:45 +0000)]
emul: make config simpler and closer to the embedded case

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

15 years agoCompletely port to Qt4 with no Q3Support
bernie [Fri, 8 Aug 2008 10:28:10 +0000 (10:28 +0000)]
Completely port to Qt4 with no Q3Support

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

15 years agoTypo.
batt [Fri, 8 Aug 2008 09:58:00 +0000 (09:58 +0000)]
Typo.

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

15 years agofix warning: missing terminating ' character on 4.2 compilers.
batt [Fri, 8 Aug 2008 09:54:13 +0000 (09:54 +0000)]
fix warning: missing terminating ' character on 4.2 compilers.

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

15 years agodemo: Remove misleading comment
bernie [Fri, 8 Aug 2008 08:24:49 +0000 (08:24 +0000)]
demo: Remove misleading comment

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

15 years agoFix timer test temporarily
bernie [Fri, 8 Aug 2008 08:17:12 +0000 (08:17 +0000)]
Fix timer test temporarily

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

15 years agoRemove leftovers of Qt3 support
bernie [Fri, 8 Aug 2008 08:16:30 +0000 (08:16 +0000)]
Remove leftovers of Qt3 support

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

15 years agoRefactor FLASH25 macro in FLASH25_CAST.
qwert [Thu, 7 Aug 2008 13:36:03 +0000 (13:36 +0000)]
Refactor FLASH25 macro in FLASH25_CAST.

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

15 years agoRefactor FLASHAVR macro in FLASHAVR_CAST.
qwert [Thu, 7 Aug 2008 13:34:24 +0000 (13:34 +0000)]
Refactor FLASHAVR macro in FLASHAVR_CAST.

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

15 years agoRefactor DATAFLASH macro in DATAFLASH_CAST
qwert [Thu, 7 Aug 2008 13:31:50 +0000 (13:31 +0000)]
Refactor DATAFLASH macro in DATAFLASH_CAST

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

15 years agoRefactor SERIAL macro.
qwert [Thu, 7 Aug 2008 13:24:57 +0000 (13:24 +0000)]
Refactor SERIAL macro.

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

15 years agorun_tests: unbreak and let TESTS be overridden externally
bernie [Thu, 7 Aug 2008 11:13:54 +0000 (11:13 +0000)]
run_tests: unbreak and let TESTS be overridden externally

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

15 years agotimer_posix: Implement dummy timer_hw_triggered()
bernie [Thu, 7 Aug 2008 11:12:58 +0000 (11:12 +0000)]
timer_posix: Implement dummy timer_hw_triggered()

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

15 years agomonitor: Correct preemptive locking
bernie [Thu, 7 Aug 2008 11:05:57 +0000 (11:05 +0000)]
monitor: Correct preemptive locking

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

15 years agoFactor out from cfg_kern kernel related default.
batt [Thu, 7 Aug 2008 10:55:19 +0000 (10:55 +0000)]
Factor out from cfg_kern kernel related default.

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

15 years agoBump copyright year; Indentation fixes
bernie [Thu, 7 Aug 2008 10:38:30 +0000 (10:38 +0000)]
Bump copyright year; Indentation fixes

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

15 years agokern: Unify stack_base/stack_size copies in Process
bernie [Thu, 7 Aug 2008 09:48:45 +0000 (09:48 +0000)]
kern: Unify stack_base/stack_size copies in Process

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

15 years agoproc_new(): Rename proc_size_words to PROC_SIZE_WORDS and make it const
bernie [Thu, 7 Aug 2008 09:40:57 +0000 (09:40 +0000)]
proc_new(): Rename proc_size_words to PROC_SIZE_WORDS and make it const

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

15 years agoproc_new(): Rename stacksize to stack_size for consistency
bernie [Thu, 7 Aug 2008 09:39:16 +0000 (09:39 +0000)]
proc_new(): Rename stacksize to stack_size for consistency

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

15 years agoRefactor Dataflash macro to the new name specs.
qwert [Wed, 6 Aug 2008 13:17:54 +0000 (13:17 +0000)]
Refactor Dataflash macro to the new name specs.

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

15 years agoRefactor serial macro to the new name specs.
qwert [Wed, 6 Aug 2008 13:08:23 +0000 (13:08 +0000)]
Refactor serial macro to the new name specs.

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

15 years agoFix size hinting for LCD widget
bernie [Wed, 6 Aug 2008 11:56:27 +0000 (11:56 +0000)]
Fix size hinting for LCD widget

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

15 years agoIRQ_ENABLED(): Prevent name clash with variable defined within macro
bernie [Wed, 6 Aug 2008 05:32:14 +0000 (05:32 +0000)]
IRQ_ENABLED(): Prevent name clash with variable defined within macro

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

15 years agoFix test script to pass nightly test. Kdebug was removed one time becouse test compil...
qwert [Tue, 5 Aug 2008 16:31:06 +0000 (16:31 +0000)]
Fix test script to pass nightly test. Kdebug was removed one time becouse test compile it twicely.

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

15 years agoRefactor Dataflash and Flash25 struct.
qwert [Tue, 5 Aug 2008 16:24:46 +0000 (16:24 +0000)]
Refactor Dataflash and Flash25 struct.

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

15 years agoAdd new file to skip in test.
qwert [Tue, 5 Aug 2008 16:22:36 +0000 (16:22 +0000)]
Add new file to skip in test.

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

15 years agoRemove old useless debug flag in test makefile.
qwert [Tue, 5 Aug 2008 16:21:28 +0000 (16:21 +0000)]
Remove old useless debug flag in test makefile.

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

15 years agoRefactor All Serial module.
qwert [Tue, 5 Aug 2008 15:28:24 +0000 (15:28 +0000)]
Refactor All Serial module.

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

15 years agoSysrq is called by timer init function so we don't need to call it explicetely.
qwert [Tue, 5 Aug 2008 15:26:50 +0000 (15:26 +0000)]
Sysrq is called by timer init function so we don't need to call it explicetely.

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

15 years agoFactor out debug stuff from project makefiles.
batt [Tue, 5 Aug 2008 14:12:28 +0000 (14:12 +0000)]
Factor out debug stuff from project makefiles.

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

15 years agoRefactor how cpu flags are added.
batt [Tue, 5 Aug 2008 13:02:42 +0000 (13:02 +0000)]
Refactor how cpu flags are added.

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

15 years agoRe-Refactor code under new specs. FlashAvr.
qwert [Tue, 5 Aug 2008 13:02:41 +0000 (13:02 +0000)]
Re-Refactor code under new specs. FlashAvr.

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

15 years agoRe-Refactor code under new specs. BattFs. Nightlytest passed.
qwert [Tue, 5 Aug 2008 12:57:51 +0000 (12:57 +0000)]
Re-Refactor code under new specs. BattFs. Nightlytest passed.

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

15 years agoRemove the need of a specific flag to distinguish between embedded/not embeded targets.
batt [Tue, 5 Aug 2008 10:58:39 +0000 (10:58 +0000)]
Remove the need of a specific flag to distinguish between embedded/not embeded targets.

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

15 years agoFix refactor.
qwert [Mon, 4 Aug 2008 16:07:21 +0000 (16:07 +0000)]
Fix refactor.

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

15 years agoRefactor from KFileBattFs to BattFsKFile.
qwert [Mon, 4 Aug 2008 15:55:19 +0000 (15:55 +0000)]
Refactor from KFileBattFs to BattFsKFile.

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

15 years agoRefactor KFileFlash25 to Flash25KFile. Tested.
qwert [Mon, 4 Aug 2008 15:51:50 +0000 (15:51 +0000)]
Refactor KFileFlash25 to Flash25KFile. Tested.

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

15 years agoRefactor KFileDataFlash in DataFlashKFile. Tested and working.
qwert [Mon, 4 Aug 2008 15:45:57 +0000 (15:45 +0000)]
Refactor KFileDataFlash in DataFlashKFile. Tested and working.

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

15 years agoRefactor KFileSerial to SerialKFile. Tested and working.
qwert [Mon, 4 Aug 2008 15:36:54 +0000 (15:36 +0000)]
Refactor KFileSerial to SerialKFile. Tested and working.

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

15 years agoRefactor KFileFlashAvr in FlashAvrKFile. Tested. It work.
qwert [Mon, 4 Aug 2008 15:28:27 +0000 (15:28 +0000)]
Refactor KFileFlashAvr in FlashAvrKFile. Tested. It work.

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

15 years agoLittle grammar fix.
qwert [Mon, 4 Aug 2008 15:03:31 +0000 (15:03 +0000)]
Little grammar fix.

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

15 years agoLittle fix on makefile syntax.
qwert [Mon, 4 Aug 2008 15:01:39 +0000 (15:01 +0000)]
Little fix on makefile syntax.

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

15 years agoUpdate triface schematic: now is ok.
batt [Mon, 4 Aug 2008 14:43:34 +0000 (14:43 +0000)]
Update triface schematic: now is ok.

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

15 years agoAvoid g++ whining messages when we pass C options to it
bernie [Mon, 4 Aug 2008 11:16:06 +0000 (11:16 +0000)]
Avoid g++ whining messages when we pass C options to it

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

15 years agoReplace a $(shell ...) by folding the check for existance of bertos/verstag.c inside...
bernie [Mon, 4 Aug 2008 11:15:05 +0000 (11:15 +0000)]
Replace a $(shell ...) by folding the check for existance of bertos/verstag.c inside the bumprev rule.

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

15 years agoRename myself
bernie [Mon, 4 Aug 2008 07:21:26 +0000 (07:21 +0000)]
Rename myself

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

15 years agoFix timer when run in bertos emulator.
qwert [Tue, 29 Jul 2008 15:13:42 +0000 (15:13 +0000)]
Fix timer when run in bertos emulator.

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

15 years agoAdd fixed size on bertos emulator window
qwert [Tue, 29 Jul 2008 14:59:46 +0000 (14:59 +0000)]
Add fixed size on bertos emulator window

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

15 years agoReplaced macro that remove node from list with the correct method list_remHead. Now...
qwert [Tue, 29 Jul 2008 14:59:11 +0000 (14:59 +0000)]
Replaced macro that remove node from list with the correct method list_remHead. Now Scheduler on bertos emulator works.

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

15 years agoAdd specific check routine for compiling under OS X
qwert [Tue, 29 Jul 2008 13:07:19 +0000 (13:07 +0000)]
Add specific check routine for compiling under OS X

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

15 years agoModified for new file name switch_i386.S
qwert [Tue, 29 Jul 2008 12:39:48 +0000 (12:39 +0000)]
Modified for new file name switch_i386.S

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

15 years agoRename assembly file.
batt [Tue, 29 Jul 2008 10:48:56 +0000 (10:48 +0000)]
Rename assembly file.

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

15 years agoSorry, this file should be updated in the previously commit but i've forget it. This...
qwert [Tue, 29 Jul 2008 08:49:26 +0000 (08:49 +0000)]
Sorry, this file should be updated in the previously commit but i've forget it. This is the keytag module with the correct error check routine.

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

15 years agoEnable code previously declared useless. This little piece of code fix a redraw bug...
qwert [Mon, 28 Jul 2008 14:54:56 +0000 (14:54 +0000)]
Enable code previously declared useless. This little piece of code fix a redraw bug on menu display of bertos emulator.

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

15 years agoSet correct timeout and fix error check routine on keytag module. Version 2.1
qwert [Mon, 28 Jul 2008 14:51:47 +0000 (14:51 +0000)]
Set correct timeout and fix error check routine on keytag module. Version 2.1

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

15 years agoRestore correct default application.
batt [Fri, 25 Jul 2008 17:48:56 +0000 (17:48 +0000)]
Restore correct default application.

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

15 years agoReduce serial timeouts to give more responsiveness.
batt [Fri, 25 Jul 2008 17:47:52 +0000 (17:47 +0000)]
Reduce serial timeouts to give more responsiveness.

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

15 years agoBump up triface version.
batt [Fri, 25 Jul 2008 15:34:53 +0000 (15:34 +0000)]
Bump up triface version.

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

15 years agoRestore demo as default app.
batt [Fri, 25 Jul 2008 15:24:40 +0000 (15:24 +0000)]
Restore demo as default app.

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

15 years agoFix reset cmd. Now work.
qwert [Fri, 25 Jul 2008 15:21:30 +0000 (15:21 +0000)]
Fix reset cmd. Now work.

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

15 years agoFix comment indentation, remove tag configuration port (moved in hw_ser.h)
qwert [Fri, 25 Jul 2008 14:52:09 +0000 (14:52 +0000)]
Fix comment indentation, remove tag configuration port (moved in hw_ser.h)

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

15 years agoAdd code that fix timeout problem while the triface tag is acquiring data.
qwert [Fri, 25 Jul 2008 14:48:53 +0000 (14:48 +0000)]
Add code that fix timeout problem while the triface tag is acquiring data.

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

15 years agoAdd new configuration for strobe signal
qwert [Fri, 25 Jul 2008 14:44:26 +0000 (14:44 +0000)]
Add new configuration for strobe signal

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

15 years agoAdd config for serial tag port
qwert [Fri, 25 Jul 2008 14:33:20 +0000 (14:33 +0000)]
Add config for serial tag port

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

15 years agoAdd local triface cfg file
qwert [Fri, 25 Jul 2008 14:30:34 +0000 (14:30 +0000)]
Add local triface cfg file

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

15 years agoRemove sperimental function
qwert [Fri, 25 Jul 2008 14:29:11 +0000 (14:29 +0000)]
Remove sperimental function

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

15 years agoAdd watchdog cfg file for reset command support.
qwert [Wed, 23 Jul 2008 16:30:09 +0000 (16:30 +0000)]
Add watchdog cfg file for reset command support.

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

15 years agoRefactoring code. Redefined TagPacket struct and keytag_init to support the new imple...
qwert [Wed, 23 Jul 2008 15:31:52 +0000 (15:31 +0000)]
Refactoring code. Redefined TagPacket struct and keytag_init to support the new implementation.

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

15 years agoFix an issue that make reset of triface. Addedd a tag_ser KFIleSerial struct.
qwert [Wed, 23 Jul 2008 15:12:54 +0000 (15:12 +0000)]
Fix an issue that make reset of triface. Addedd a tag_ser KFIleSerial struct.

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

15 years agoDeactivate boot debug mode
qwert [Wed, 23 Jul 2008 15:08:56 +0000 (15:08 +0000)]
Deactivate boot debug mode

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

15 years agoSet different port for TRIFACE and TAG
qwert [Wed, 23 Jul 2008 15:07:37 +0000 (15:07 +0000)]
Set different port for TRIFACE and TAG

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

15 years agoAdd new cfg_formatwr for custom printf format on boot
qwert [Fri, 18 Jul 2008 15:45:07 +0000 (15:45 +0000)]
Add new cfg_formatwr for custom printf format on boot

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

15 years agoNew main with KFileFlashAvr support, working
qwert [Fri, 18 Jul 2008 15:41:33 +0000 (15:41 +0000)]
New main with KFileFlashAvr support, working

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

15 years agoFix some warning in printf reduced.
qwert [Fri, 18 Jul 2008 14:35:17 +0000 (14:35 +0000)]
Fix some warning in printf reduced.

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