bertos.git
13 years agodoc: Move short introduction page to general-introduction
lottaviano [Tue, 4 Jan 2011 22:02:03 +0000 (22:02 +0000)]
doc: Move short introduction page to general-introduction

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

13 years agodoc: Add README file, sorely missing from source code distribution
lottaviano [Tue, 4 Jan 2011 22:00:27 +0000 (22:00 +0000)]
doc: Add README file, sorely missing from source code distribution

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

13 years agoFilter always the menu warning, for nightly test.
asterix [Tue, 4 Jan 2011 09:28:00 +0000 (09:28 +0000)]
Filter always the menu warning, for nightly test.

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

13 years agoFix compilation issues on pool.h
lottaviano [Mon, 3 Jan 2011 09:52:12 +0000 (09:52 +0000)]
Fix compilation issues on pool.h

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

13 years agodoc: Move List documentation into its own section.
lottaviano [Mon, 3 Jan 2011 09:51:48 +0000 (09:51 +0000)]
doc: Move List documentation into its own section.

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

13 years agodoc: Add documentation for ASSERT and ASSERT2.
lottaviano [Mon, 3 Jan 2011 09:51:06 +0000 (09:51 +0000)]
doc: Add documentation for ASSERT and ASSERT2.

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

13 years agoSilent and fix warnings for nigthly test.
asterix [Mon, 3 Jan 2011 09:46:30 +0000 (09:46 +0000)]
Silent and fix warnings for nigthly test.

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

13 years agoRemove from nigthly test.
asterix [Mon, 3 Jan 2011 09:45:39 +0000 (09:45 +0000)]
Remove from nigthly test.

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

13 years agoRevert wrong commit, enabling the avr and arm nigthly test.
asterix [Mon, 3 Jan 2011 09:43:49 +0000 (09:43 +0000)]
Revert wrong commit, enabling the avr and arm nigthly test.

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

13 years agoRemove tcp server example for to much warnings of the lwip.
asterix [Thu, 30 Dec 2010 09:14:14 +0000 (09:14 +0000)]
Remove tcp server example for to much warnings of the lwip.

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

13 years agoAdd support for ATmega2560.
lottaviano [Thu, 23 Dec 2010 18:50:44 +0000 (18:50 +0000)]
Add support for ATmega2560.

Signed-off-by: Brian Fiegel <bfiegel@engineerweb.org>
Reviewed-by: Luca Ottaviano <lottaviano@develer.com>
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4655 38d2e660-2303-0410-9eaa-f027e97ec537

13 years agowizard: Add missing import.
lottaviano [Thu, 23 Dec 2010 18:02:56 +0000 (18:02 +0000)]
wizard: Add missing import.

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

13 years agoRemove arduino preset from night_test awaiting the avr toolchain updates on building...
asterix [Thu, 23 Dec 2010 09:27:00 +0000 (09:27 +0000)]
Remove arduino preset from night_test awaiting the avr toolchain updates on building system test.

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

13 years agowizard: Fix crash for old python versions
lottaviano [Wed, 22 Dec 2010 17:48:12 +0000 (17:48 +0000)]
wizard: Fix crash for old python versions

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

13 years agoAdd TFTP server module.
lottaviano [Wed, 22 Dec 2010 14:41:09 +0000 (14:41 +0000)]
Add TFTP server module.

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

13 years agoFix lwip compilation with arm-2010.09-51- toolchain
lottaviano [Wed, 22 Dec 2010 14:11:22 +0000 (14:11 +0000)]
Fix lwip compilation with arm-2010.09-51- toolchain

The error ESHUTDOWN was not recognized with the latest
arm toolchain because it requires a particular define.

This patch defines the __LINUX_ERRNO_EXTENSIONS__ macro
at the top of the lwip.c file because it's required only
to compile lwip.
If needed, it should be defined only for arm toolchains.

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

13 years agoFix pool module compilation issues.
lottaviano [Wed, 22 Dec 2010 09:40:48 +0000 (09:40 +0000)]
Fix pool module compilation issues.

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

13 years agoRemove kludge for c++.
lottaviano [Mon, 20 Dec 2010 12:10:41 +0000 (12:10 +0000)]
Remove kludge for c++.

The kludge removed warnings when compiling files with c++,
used only in the demo.
However, if the user uses a path to the compiler which
contains '++' somewhere (eg.
CodeSourcery/Sourcery_G++_Lite/bin/arm-none-eabi-"gcc"), the
C specific flags are removed.

This patch solves the issues by clearing out the C specific
flags only in the demo.

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

13 years agodoc: Added FIFO module documentation.
lottaviano [Thu, 9 Dec 2010 17:56:04 +0000 (17:56 +0000)]
doc: Added FIFO module documentation.

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

13 years agoChange linking script options to allow user defined linker scripts
lottaviano [Tue, 7 Dec 2010 15:31:04 +0000 (15:31 +0000)]
Change linking script options to allow user defined linker scripts

A user may change the linker script for his purposes. This patch
removes warnings when he does so.

The default linker script can now be overridden by changing
LD_FLAGS in user makefile with the following option:
-Wl,-T path/to/linker_script.ld

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

13 years agoSigned-off-by: Robert Marshall KI4MCW <ki4mcw@gmail.com>
batt [Tue, 7 Dec 2010 11:04:38 +0000 (11:04 +0000)]
Signed-off-by: Robert Marshall KI4MCW <ki4mcw@gmail.com>
Patch for the AX.25 module to provide support for
the has-been-repeated flag in received frames.

This flag is set using the high bit (0x80) of the SSID byte for each
call sign in the path. The patch attached here checks for this flag
when parsing incoming packets, and (per suggestion from Francesco)
stores the flag bit-mapped to a single byte added to the AX25 context.

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

13 years agoSigned-off-by: Robert Marshall KI4MCW <ki4mcw@gmail.com>
batt [Mon, 6 Dec 2010 12:07:59 +0000 (12:07 +0000)]
Signed-off-by: Robert Marshall KI4MCW <ki4mcw@gmail.com>
According to the protocol document...

http://www.tapr.org/pdf/AX25.2.2.pdf

...bits 6 and 5 in the SSID should be set to 1 if unused. In a
simplified use case such as APRS, bit 7 can be set to 0 for the source
and destination SSIDs. This yields an offset of 0x60 for all SSIDs in
the path, which can be ORed in prior to transmission.

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

13 years agodoc: Clarify kfile_read() behaviour.
lottaviano [Mon, 6 Dec 2010 11:53:30 +0000 (11:53 +0000)]
doc: Clarify kfile_read() behaviour.

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

13 years agoSet version number to a pre-release.
batt [Fri, 3 Dec 2010 15:59:52 +0000 (15:59 +0000)]
Set version number to a pre-release.

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

13 years agoRemove unneeded push.
batt [Fri, 3 Dec 2010 15:05:57 +0000 (15:05 +0000)]
Remove unneeded push.

The push of xPSR when the kernel is cooperative is not needed and even dangerous.
The ARM EABI states that the stack at functions entry should be aligned to a 64bit
boundary.
Since the space reserved for xPSR was never popped out, the stack was misaligned!

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

13 years agoRefactor in order to clarify.
batt [Fri, 3 Dec 2010 14:55:28 +0000 (14:55 +0000)]
Refactor in order to clarify.

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

13 years agoChange to a more readable name.
batt [Fri, 3 Dec 2010 14:51:51 +0000 (14:51 +0000)]
Change to a more readable name.

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

13 years agoSTM32, serial driver: add support for STM32F101C4, i.e. only 2 serials instead of 3
aleph [Thu, 2 Dec 2010 16:15:45 +0000 (16:15 +0000)]
STM32, serial driver: add support for STM32F101C4, i.e. only 2 serials instead of 3

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

13 years agoAdd base support for STM32F101C4 Cortex-M3 cpu.
aleph [Thu, 2 Dec 2010 15:35:33 +0000 (15:35 +0000)]
Add base support for STM32F101C4 Cortex-M3 cpu.

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

13 years agoAdd more test to nightly test.
asterix [Mon, 29 Nov 2010 06:59:33 +0000 (06:59 +0000)]
Add more test to nightly test.

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

13 years agoAdd renamed preset makefiles.
asterix [Mon, 29 Nov 2010 06:58:58 +0000 (06:58 +0000)]
Add renamed preset makefiles.

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

13 years agoUpdate the presets.
asterix [Sun, 28 Nov 2010 21:46:45 +0000 (21:46 +0000)]
Update the presets.

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

13 years agoUse board prefix for the presets.
asterix [Sun, 28 Nov 2010 21:38:23 +0000 (21:38 +0000)]
Use board prefix for the presets.

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

13 years agoUpdate the presets.
asterix [Sun, 28 Nov 2010 21:35:38 +0000 (21:35 +0000)]
Update the presets.

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

13 years agoUse prefix for the presets.
asterix [Sun, 28 Nov 2010 21:26:59 +0000 (21:26 +0000)]
Use prefix for the presets.

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

13 years agoUpdate the presets.
asterix [Sun, 28 Nov 2010 21:23:08 +0000 (21:23 +0000)]
Update the presets.

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

13 years agoUse prefix for the presets.
asterix [Sun, 28 Nov 2010 21:15:17 +0000 (21:15 +0000)]
Use prefix for the presets.

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

13 years agoUpdate the presets.
asterix [Sun, 28 Nov 2010 21:13:31 +0000 (21:13 +0000)]
Update the presets.

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

13 years agoUse prefix for the presets.
asterix [Sun, 28 Nov 2010 21:01:05 +0000 (21:01 +0000)]
Use prefix for the presets.

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

13 years agoUpdate the presets.
asterix [Sun, 28 Nov 2010 20:56:05 +0000 (20:56 +0000)]
Update the presets.

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

13 years agoUse prefix on the presets name.
asterix [Sun, 28 Nov 2010 20:44:02 +0000 (20:44 +0000)]
Use prefix on the presets name.

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

13 years agoUpdate presets and fix for the new name.
asterix [Sun, 28 Nov 2010 20:41:59 +0000 (20:41 +0000)]
Update presets and fix for the new name.

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

13 years agoUse prefix for the presets.
asterix [Sun, 28 Nov 2010 20:28:30 +0000 (20:28 +0000)]
Use prefix for the presets.

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

13 years agoFix hw path for the aprs preset.
asterix [Sun, 28 Nov 2010 20:23:26 +0000 (20:23 +0000)]
Fix hw path for the aprs preset.

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

13 years agoUpdate the preset and fix for the new name.
asterix [Sun, 28 Nov 2010 20:13:10 +0000 (20:13 +0000)]
Update the preset and fix for the new name.

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

13 years agoAdd prefix to the preset name.
asterix [Sun, 28 Nov 2010 20:08:35 +0000 (20:08 +0000)]
Add prefix to the preset name.

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

13 years agoUpdate the preset and fix for the new name.
asterix [Sun, 28 Nov 2010 20:07:25 +0000 (20:07 +0000)]
Update the preset and fix for the new name.

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

13 years agoUse unique name for arduino-mega benchmarck preset.
asterix [Sun, 28 Nov 2010 19:55:33 +0000 (19:55 +0000)]
Use unique name for arduino-mega benchmarck preset.

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

13 years agoUpdate preset and comply to new parser module.
asterix [Sun, 28 Nov 2010 19:35:54 +0000 (19:35 +0000)]
Update preset and comply to new parser module.

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

13 years agoAdd parser configuration include.
asterix [Sun, 28 Nov 2010 19:32:09 +0000 (19:32 +0000)]
Add parser configuration include.

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

13 years agoReformat.
asterix [Sun, 28 Nov 2010 19:30:55 +0000 (19:30 +0000)]
Reformat.

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

13 years agodoc: Add documentation for keyboard driver.
lottaviano [Sun, 28 Nov 2010 16:49:45 +0000 (16:49 +0000)]
doc: Add documentation for keyboard driver.

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

13 years agodoc: Add menu, gfx and text documentation into global index.
lottaviano [Sun, 28 Nov 2010 16:49:32 +0000 (16:49 +0000)]
doc: Add menu, gfx and text documentation into global index.

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

13 years agodoc: Add ADC driver to drivers group.
lottaviano [Sun, 28 Nov 2010 16:49:11 +0000 (16:49 +0000)]
doc: Add ADC driver to drivers group.

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

13 years agodoc: Add indication of configuration file
lottaviano [Sun, 28 Nov 2010 16:48:57 +0000 (16:48 +0000)]
doc: Add indication of configuration file

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

13 years agodoc: Fix documentation warnings in parser.
lottaviano [Sun, 28 Nov 2010 16:48:43 +0000 (16:48 +0000)]
doc: Fix documentation warnings in parser.

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

13 years agoUpdate the preset and fix for the new name.
asterix [Sun, 28 Nov 2010 15:59:39 +0000 (15:59 +0000)]
Update the preset and fix for the new name.

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

13 years agoUse unique name for aduino preset.
asterix [Sun, 28 Nov 2010 15:55:17 +0000 (15:55 +0000)]
Use unique name for aduino preset.

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

13 years agoUpdate preset and fix for new name.
asterix [Sun, 28 Nov 2010 15:53:29 +0000 (15:53 +0000)]
Update preset and fix for new name.

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

13 years agoUpdate context switch preset and fix to new name.
asterix [Sun, 28 Nov 2010 15:44:35 +0000 (15:44 +0000)]
Update context switch preset and fix to new name.

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

13 years agoUse unique name for each benchmarck project.
asterix [Sun, 28 Nov 2010 15:33:15 +0000 (15:33 +0000)]
Use unique name for each benchmarck project.

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

13 years agodoc: Move function documentation to .c file.
lottaviano [Sun, 28 Nov 2010 13:27:13 +0000 (13:27 +0000)]
doc: Move function documentation to .c file.

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

13 years agodoc: Add documentation for parser module.
lottaviano [Sun, 28 Nov 2010 13:26:41 +0000 (13:26 +0000)]
doc: Add documentation for parser module.

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

13 years agoChange configuration options name for parser module.
lottaviano [Fri, 26 Nov 2010 11:09:18 +0000 (11:09 +0000)]
Change configuration options name for parser module.

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

13 years agoCleanup parser code and make it more BeRTOS compliant.
lottaviano [Fri, 26 Nov 2010 10:44:23 +0000 (10:44 +0000)]
Cleanup parser code and make it more BeRTOS compliant.

Removed unused code, added compatibility macro for ID,
created configuration file.

Compatibility mode is required since before the parser used
to skip the first word from the command line (calling it ID).
This is not required on new projects but is enabled by
default.

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

13 years agoAdd to nighty test also the demo projects for each board.
asterix [Thu, 25 Nov 2010 23:23:02 +0000 (23:23 +0000)]
Add to nighty test also the demo projects for each board.

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

13 years agoUpdate the test makefile to new bertos build system.
asterix [Thu, 25 Nov 2010 23:21:33 +0000 (23:21 +0000)]
Update the test makefile to new bertos build system.

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

13 years agoExclude from nigthly test because bertos doesn't support usb for sam7 and avr cpu.
asterix [Thu, 25 Nov 2010 22:48:05 +0000 (22:48 +0000)]
Exclude from nigthly test because bertos doesn't support usb for sam7 and avr cpu.

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

13 years agoFix cfg file include mode for lwip.
lottaviano [Wed, 24 Nov 2010 11:52:55 +0000 (11:52 +0000)]
Fix cfg file include mode for lwip.

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

13 years agoMerged from external project:
lottaviano [Tue, 23 Nov 2010 15:20:32 +0000 (15:20 +0000)]
Merged from external project:
**********
r4565 | batt | 2010-11-23 15:05:35 +0100 (mar, 23 nov 2010) | 2 lines

Fix kblock_trim() behaviour wrt cached block.

**********

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

13 years agodoc: Specify error codes returned by kblock_error().
lottaviano [Tue, 23 Nov 2010 15:17:41 +0000 (15:17 +0000)]
doc: Specify error codes returned by kblock_error().

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

13 years agodoc: Add KFileBlock group and put a reference into KBlock docs.
lottaviano [Fri, 19 Nov 2010 09:23:03 +0000 (09:23 +0000)]
doc: Add KFileBlock group and put a reference into KBlock docs.

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

13 years agoSave only the path of the toolchain, instead of all the toolchain information.
duplo [Wed, 17 Nov 2010 10:14:54 +0000 (10:14 +0000)]
Save only the path of the toolchain, instead of all the toolchain information.

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

13 years agoUpdate stm32 examples cfg.
asterix [Tue, 16 Nov 2010 22:34:41 +0000 (22:34 +0000)]
Update stm32 examples cfg.

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

13 years agoReorder the header include. Add types include.
asterix [Tue, 16 Nov 2010 22:32:55 +0000 (22:32 +0000)]
Reorder the header include. Add types include.

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

13 years agoFix kfile source path.
asterix [Tue, 16 Nov 2010 18:49:17 +0000 (18:49 +0000)]
Fix kfile source path.

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

13 years agoFix kfile.c source include to allow the developers to build preset inside bertos.
asterix [Tue, 16 Nov 2010 18:48:11 +0000 (18:48 +0000)]
Fix kfile.c source include to allow the developers to build preset inside bertos.

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

13 years agoFix regression due to #183 fix...
duplo [Tue, 16 Nov 2010 16:45:38 +0000 (16:45 +0000)]
Fix regression due to #183 fix...

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

13 years agoAdd support for #183 fix in preset creation.
duplo [Tue, 16 Nov 2010 13:59:15 +0000 (13:59 +0000)]
Add support for #183 fix in preset creation.

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

13 years agoFix for preset editing problems (bug #183).
duplo [Mon, 15 Nov 2010 11:22:07 +0000 (11:22 +0000)]
Fix for preset editing problems (bug #183).

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

13 years agodoc: Remove doxygen warnings.
lottaviano [Fri, 12 Nov 2010 16:28:32 +0000 (16:28 +0000)]
doc: Remove doxygen warnings.

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

13 years agodoc: Refactor documentation and add OOP basics.
lottaviano [Fri, 12 Nov 2010 16:28:08 +0000 (16:28 +0000)]
doc: Refactor documentation and add OOP basics.

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

13 years agoHardcoded initial geometry: 200, 200, 800, 600
duplo [Fri, 12 Nov 2010 15:22:13 +0000 (15:22 +0000)]
Hardcoded initial geometry: 200, 200, 800, 600

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

13 years agoChange comment.
duplo [Fri, 12 Nov 2010 10:31:19 +0000 (10:31 +0000)]
Change comment.

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

13 years agoAdd cpu def for msp430g2231.
asterix [Thu, 11 Nov 2010 23:21:09 +0000 (23:21 +0000)]
Add cpu def for msp430g2231.

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

13 years agodoc: Add documentation for kernel
lottaviano [Thu, 11 Nov 2010 22:17:44 +0000 (22:17 +0000)]
doc: Add documentation for kernel

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

13 years agoAttempt to use window manager's default positioning, the first time the wizard is...
duplo [Thu, 11 Nov 2010 10:36:33 +0000 (10:36 +0000)]
Attempt to use window manager's default positioning, the first time the wizard is launched.

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

13 years agodoc: Added group definitions for most common modules.
lottaviano [Wed, 10 Nov 2010 16:19:50 +0000 (16:19 +0000)]
doc: Added group definitions for most common modules.

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

13 years agodoc: Update embedded flash documentation.
lottaviano [Tue, 9 Nov 2010 17:40:06 +0000 (17:40 +0000)]
doc: Update embedded flash documentation.

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

13 years agodoc: Improve documentation for Flash driver.
lottaviano [Tue, 9 Nov 2010 12:05:26 +0000 (12:05 +0000)]
doc: Improve documentation for Flash driver.

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

13 years agoUpdate the benchmarck preset. Enable the context switch output on serial.
asterix [Mon, 8 Nov 2010 14:29:03 +0000 (14:29 +0000)]
Update the benchmarck preset. Enable the context switch output on serial.

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

13 years agoUpdare cfg files.
asterix [Mon, 8 Nov 2010 14:25:21 +0000 (14:25 +0000)]
Updare cfg files.

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

13 years agoAdd missing configurations.
asterix [Mon, 8 Nov 2010 11:12:38 +0000 (11:12 +0000)]
Add missing configurations.

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

13 years agoUpdate example project to new bertos api.
asterix [Mon, 8 Nov 2010 10:25:55 +0000 (10:25 +0000)]
Update example project to new bertos api.

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

13 years agoOpen by default the kblock device in bufferd mode.
asterix [Mon, 8 Nov 2010 10:23:48 +0000 (10:23 +0000)]
Open by default the kblock device in bufferd mode.

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

13 years agoUpdate to new sd api.
asterix [Mon, 8 Nov 2010 10:08:19 +0000 (10:08 +0000)]
Update to new sd api.

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

13 years agoBump up version.
batt [Fri, 5 Nov 2010 16:30:49 +0000 (16:30 +0000)]
Bump up version.

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

13 years agoAdd benchmark for sam3n.
asterix [Fri, 5 Nov 2010 16:04:47 +0000 (16:04 +0000)]
Add benchmark for sam3n.

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

13 years agoRemove unneeded functions using led macros.
asterix [Fri, 5 Nov 2010 14:16:25 +0000 (14:16 +0000)]
Remove unneeded functions using led macros.

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

13 years agoRefactor led macro, now we can specify the led to on/off.
asterix [Fri, 5 Nov 2010 14:07:28 +0000 (14:07 +0000)]
Refactor led macro, now we can specify the led to on/off.

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