bertos.git
14 years agodoc: Various fixes to documentation infrastructure
lottaviano [Tue, 29 Sep 2009 12:39:19 +0000 (12:39 +0000)]
doc: Various fixes to documentation infrastructure

- Move all doc related files to doc/
- Use INPUT directive to correctly generate docs
- Move FILE_PATTERNS to common Doxyfile

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

14 years agodoc: Add xmodem documentation.
lottaviano [Tue, 29 Sep 2009 12:21:06 +0000 (12:21 +0000)]
doc: Add xmodem documentation.

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

14 years agodoc: Add snapshot doxyfile and mainpage.
lottaviano [Tue, 29 Sep 2009 12:19:45 +0000 (12:19 +0000)]
doc: Add snapshot doxyfile and mainpage.

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

14 years agodoc: Doxyfile refactor, use common file to be included.
lottaviano [Tue, 29 Sep 2009 10:30:07 +0000 (10:30 +0000)]
doc: Doxyfile refactor, use common file to be included.

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

14 years agodoc: Fix missing main page in generated docs.
lottaviano [Tue, 29 Sep 2009 10:14:15 +0000 (10:14 +0000)]
doc: Fix missing main page in generated docs.

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

14 years agoFix warning.
batt [Tue, 29 Sep 2009 08:58:37 +0000 (08:58 +0000)]
Fix warning.

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

14 years agoFix doc.
batt [Tue, 29 Sep 2009 07:56:39 +0000 (07:56 +0000)]
Fix doc.

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

14 years agoMessage data should be const.
batt [Tue, 29 Sep 2009 07:49:41 +0000 (07:49 +0000)]
Message data should be const.

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

14 years agoFix doc.
batt [Tue, 29 Sep 2009 07:47:17 +0000 (07:47 +0000)]
Fix doc.

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

14 years agoAdd missing prototypes and missing wizard dependency.
batt [Tue, 29 Sep 2009 07:35:25 +0000 (07:35 +0000)]
Add missing prototypes and missing wizard dependency.

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

14 years agoRemove unneeded header.
batt [Tue, 29 Sep 2009 07:34:39 +0000 (07:34 +0000)]
Remove unneeded header.

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

14 years agoAdd AX25 protocol decoder and test (preliminary).
batt [Mon, 28 Sep 2009 21:54:19 +0000 (21:54 +0000)]
Add AX25 protocol decoder and test (preliminary).

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

14 years agoAdd missing prototypes.
batt [Mon, 28 Sep 2009 09:28:43 +0000 (09:28 +0000)]
Add missing prototypes.

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

14 years agodoc: Fix bug with doxygen 1.6.1; enable some macros to be documented.
lottaviano [Mon, 28 Sep 2009 07:36:43 +0000 (07:36 +0000)]
doc: Fix bug with doxygen 1.6.1; enable some macros to be documented.

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

14 years agoTypo.
batt [Sun, 27 Sep 2009 13:40:35 +0000 (13:40 +0000)]
Typo.

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

14 years agoRefactor kfile_test to use the new kfile_mem module.
batt [Sun, 27 Sep 2009 13:22:57 +0000 (13:22 +0000)]
Refactor kfile_test to use the new kfile_mem module.

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

14 years agoAdd new module kfile_mem: kfile access over a plain memory buffer.
batt [Sun, 27 Sep 2009 13:22:15 +0000 (13:22 +0000)]
Add new module kfile_mem: kfile access over a plain memory buffer.

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

14 years agoAdd KFile base class constructor.
batt [Sun, 27 Sep 2009 13:21:27 +0000 (13:21 +0000)]
Add KFile base class constructor.

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

14 years agoAdd crc test.
batt [Sun, 27 Sep 2009 09:25:02 +0000 (09:25 +0000)]
Add crc test.

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

14 years agoAdd some doc;add init value;extend RAM occupation optimization to all harvard processors.
batt [Sun, 27 Sep 2009 09:20:19 +0000 (09:20 +0000)]
Add some doc;add init value;extend RAM occupation optimization to all harvard processors.

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

14 years agoAdd CRC-CCITT algorithm.
batt [Sun, 27 Sep 2009 09:16:45 +0000 (09:16 +0000)]
Add CRC-CCITT algorithm.

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

14 years agoFix SPI1 activation bug. Now SPI1 on at91sam7x is fully functional.
batt [Wed, 23 Sep 2009 21:21:24 +0000 (21:21 +0000)]
Fix SPI1 activation bug. Now SPI1 on at91sam7x is fully functional.

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

14 years agodoc: Fix warnings when generating docs.
lottaviano [Tue, 22 Sep 2009 12:42:01 +0000 (12:42 +0000)]
doc: Fix warnings when generating docs.

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

14 years agoBump up revision number.
batt [Fri, 18 Sep 2009 10:20:37 +0000 (10:20 +0000)]
Bump up revision number.

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

14 years agoNew icon for the Wizard.
duplo [Fri, 18 Sep 2009 09:39:25 +0000 (09:39 +0000)]
New icon for the Wizard.

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

14 years agoUse old default value for formatwr buffer.
lottaviano [Fri, 18 Sep 2009 09:35:40 +0000 (09:35 +0000)]
Use old default value for formatwr buffer.

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

14 years agoUpdate default buffer size for formatwr.
lottaviano [Fri, 18 Sep 2009 09:18:06 +0000 (09:18 +0000)]
Update default buffer size for formatwr.

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

14 years agoIf the user select the same version he's using the Wizard will replace it with the...
duplo [Thu, 17 Sep 2009 15:42:52 +0000 (15:42 +0000)]
If the user select the same version he's using the Wizard will replace it with the original

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

14 years agoUse configuration value for formatter bufsize.
lottaviano [Thu, 17 Sep 2009 10:29:29 +0000 (10:29 +0000)]
Use configuration value for formatter bufsize.

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

14 years agoFix compiling issues.
lottaviano [Thu, 17 Sep 2009 10:28:30 +0000 (10:28 +0000)]
Fix compiling issues.

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

14 years agoSet correct ram start address for supported ARM.
asterix [Thu, 17 Sep 2009 09:18:06 +0000 (09:18 +0000)]
Set correct ram start address for supported ARM.

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

14 years agoSet correct ram start address for supported AVR.
asterix [Thu, 17 Sep 2009 09:09:14 +0000 (09:09 +0000)]
Set correct ram start address for supported AVR.

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

14 years agoFix the bug related to the change version dialog refactoring
duplo [Thu, 17 Sep 2009 09:08:20 +0000 (09:08 +0000)]
Fix the bug related to the change version dialog refactoring

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

14 years agoFinally fix the bug
duplo [Thu, 17 Sep 2009 08:56:33 +0000 (08:56 +0000)]
Finally fix the bug

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

14 years agoTypos
duplo [Thu, 17 Sep 2009 08:16:32 +0000 (08:16 +0000)]
Typos

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

14 years agoChange doc path.
batt [Wed, 16 Sep 2009 16:59:38 +0000 (16:59 +0000)]
Change doc path.

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

14 years agoFix bug related to BeRTOS version removal
duplo [Wed, 16 Sep 2009 16:03:27 +0000 (16:03 +0000)]
Fix bug related to BeRTOS version removal

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

14 years agodoc: Document proc_new(); move documentation around.
lottaviano [Wed, 16 Sep 2009 13:51:30 +0000 (13:51 +0000)]
doc: Document proc_new(); move documentation around.

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

14 years agoRemove wizard support for preemptive kernel quantum.
lottaviano [Wed, 16 Sep 2009 13:20:51 +0000 (13:20 +0000)]
Remove wizard support for preemptive kernel quantum.

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

14 years agodoc: Fix doxygen warnings in xmodem.c.
lottaviano [Wed, 16 Sep 2009 11:00:45 +0000 (11:00 +0000)]
doc: Fix doxygen warnings in xmodem.c.

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

14 years agoFix comment.
asterix [Wed, 16 Sep 2009 10:08:31 +0000 (10:08 +0000)]
Fix comment.

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

14 years agoUse KERN_MINSTACKSIZE and PROC_DEFINE_STACK in all tests.
lottaviano [Wed, 16 Sep 2009 08:04:45 +0000 (08:04 +0000)]
Use KERN_MINSTACKSIZE and PROC_DEFINE_STACK in all tests.

Various fixes to tests:
- Fix proc_test stack and use correct flags when enabling priority test
- Fix signal_test to use less stack (kputs instead of kprintf)
- Fix idle_process stack
- Fix msg_test
- Fix buffer size in formatwr.c

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

14 years agoChange change macro to reduce stack space needed for each process.
lottaviano [Wed, 16 Sep 2009 07:45:40 +0000 (07:45 +0000)]
Change change macro to reduce stack space needed for each process.

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

14 years agoMove struct Process definition to proc.h. Fix KERN_MINSTACKSIZE value; add documentation.
lottaviano [Tue, 15 Sep 2009 13:56:38 +0000 (13:56 +0000)]
Move struct Process definition to proc.h. Fix KERN_MINSTACKSIZE value; add documentation.

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

14 years agoRemove redundant option (is include by default in the user makefile.
batt [Tue, 15 Sep 2009 13:53:16 +0000 (13:53 +0000)]
Remove redundant option (is include by default in the user makefile.

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

14 years agoTypo.
asterix [Tue, 15 Sep 2009 13:46:59 +0000 (13:46 +0000)]
Typo.

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

14 years agoExclude doc directories from the codelite project file
duplo [Tue, 15 Sep 2009 13:07:49 +0000 (13:07 +0000)]
Exclude doc directories from the codelite project file

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

14 years agoWorkaround to fix the bug related to the copy of the project from a machine to another.
duplo [Tue, 15 Sep 2009 12:49:42 +0000 (12:49 +0000)]
Workaround to fix the bug related to the copy of the project from a machine to another.

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

14 years agoFix comments.
asterix [Tue, 15 Sep 2009 11:03:05 +0000 (11:03 +0000)]
Fix comments.

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

14 years agoFix assert check. Reformat.
asterix [Tue, 15 Sep 2009 11:01:51 +0000 (11:01 +0000)]
Fix assert check. Reformat.

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

14 years agoAdd defaults for aliasing and signed overflows in wizard user file.
batt [Tue, 15 Sep 2009 10:03:48 +0000 (10:03 +0000)]
Add defaults for aliasing and signed overflows in wizard user file.

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

14 years agoExtract the version dialog and the toolchain dialog from the editing dialog
duplo [Tue, 15 Sep 2009 09:47:17 +0000 (09:47 +0000)]
Extract the version dialog and the toolchain dialog from the editing dialog

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

14 years agoIncrease only main stack and irq stack.
asterix [Tue, 15 Sep 2009 08:43:34 +0000 (08:43 +0000)]
Increase only main stack and irq stack.

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

14 years agoAdd macro for define process stack.
asterix [Tue, 15 Sep 2009 08:27:27 +0000 (08:27 +0000)]
Add macro for define process stack.

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

14 years agoDisable by default beep on key press.
asterix [Mon, 14 Sep 2009 16:19:13 +0000 (16:19 +0000)]
Disable by default beep on key press.

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

14 years agodoc: Add further documentation for fatfile_open().
lottaviano [Mon, 14 Sep 2009 15:00:17 +0000 (15:00 +0000)]
doc: Add further documentation for fatfile_open().

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

14 years agoIncrease main and irq stack size.
asterix [Mon, 14 Sep 2009 12:25:38 +0000 (12:25 +0000)]
Increase main and irq stack size.

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

14 years agoAdd crc module dependence.
asterix [Mon, 14 Sep 2009 10:44:12 +0000 (10:44 +0000)]
Add crc module dependence.

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

14 years agodoc: Clarify timer documentation.
lottaviano [Mon, 14 Sep 2009 09:47:26 +0000 (09:47 +0000)]
doc: Clarify timer documentation.

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

14 years agoRename file to messages.
asterix [Fri, 11 Sep 2009 16:06:07 +0000 (16:06 +0000)]
Rename file to messages.

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

14 years agoRename file to messages.
asterix [Fri, 11 Sep 2009 16:05:22 +0000 (16:05 +0000)]
Rename file to messages.

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

14 years agoFix the double inclusion bug
duplo [Fri, 11 Sep 2009 15:44:48 +0000 (15:44 +0000)]
Fix the double inclusion bug

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

14 years agoNew macro to fill a new process stack: in this way the stack is always aligned.
batt [Thu, 10 Sep 2009 13:53:01 +0000 (13:53 +0000)]
New macro to fill a new process stack: in this way the stack is always aligned.

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

14 years agoAdd kernel + core drivers flash size benchmark.
lottaviano [Thu, 10 Sep 2009 13:06:04 +0000 (13:06 +0000)]
Add kernel + core drivers flash size benchmark.

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

14 years agoAdd kernel flash size benchmark.
lottaviano [Thu, 10 Sep 2009 12:45:28 +0000 (12:45 +0000)]
Add kernel flash size benchmark.

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

14 years agoAdd wizard support for message queues.
lottaviano [Thu, 10 Sep 2009 12:44:40 +0000 (12:44 +0000)]
Add wizard support for message queues.

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

14 years agoNormalize path of BeRTOS versions before insert them into the Version set
duplo [Thu, 10 Sep 2009 11:12:04 +0000 (11:12 +0000)]
Normalize path of BeRTOS versions before insert them into the Version set

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

14 years agoAdd missing dependency.
batt [Thu, 10 Sep 2009 10:56:23 +0000 (10:56 +0000)]
Add missing dependency.

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

14 years agoFix warnings; add ASSERT.
batt [Thu, 10 Sep 2009 10:23:27 +0000 (10:23 +0000)]
Fix warnings; add ASSERT.

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

14 years agoAdd include since in some cases BV() it's not defined.
lottaviano [Thu, 10 Sep 2009 10:18:25 +0000 (10:18 +0000)]
Add include since in some cases BV() it's not defined.

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

14 years agoFix proc test.
asterix [Thu, 10 Sep 2009 09:48:31 +0000 (09:48 +0000)]
Fix proc test.

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

14 years agoCompute correct stack size.
asterix [Thu, 10 Sep 2009 09:46:21 +0000 (09:46 +0000)]
Compute correct stack size.

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

14 years agoShow hourglass when doing something potentially long
duplo [Thu, 10 Sep 2009 09:27:35 +0000 (09:27 +0000)]
Show hourglass when doing something potentially long

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

14 years agoPaste.
asterix [Thu, 10 Sep 2009 09:17:54 +0000 (09:17 +0000)]
Paste.

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

14 years agoDo signal test if these are enabled.
asterix [Thu, 10 Sep 2009 09:17:39 +0000 (09:17 +0000)]
Do signal test if these are enabled.

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

14 years agoCorrect typo bug in user template file.
lottaviano [Thu, 10 Sep 2009 08:43:19 +0000 (08:43 +0000)]
Correct typo bug in user template file.

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

14 years agoNow stack_size is the real size, there's no need to subtract the size of the Process...
batt [Wed, 9 Sep 2009 20:48:10 +0000 (20:48 +0000)]
Now stack_size is the real size, there's no need to subtract the size of the Process struct because this is already done before.

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

14 years agoFix stack alineament on new process.
asterix [Wed, 9 Sep 2009 15:31:29 +0000 (15:31 +0000)]
Fix stack alineament on new process.

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

14 years agoCreate project dir if does not exist.
batt [Wed, 9 Sep 2009 14:37:43 +0000 (14:37 +0000)]
Create project dir if does not exist.

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

14 years agodoc: Update proc.h documentation.
lottaviano [Wed, 9 Sep 2009 14:02:35 +0000 (14:02 +0000)]
doc: Update proc.h documentation.

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

14 years agoAttempt to fix a bug related to BeRTOS upgrade in Wizard
duplo [Tue, 8 Sep 2009 17:32:45 +0000 (17:32 +0000)]
Attempt to fix a bug related to BeRTOS upgrade in Wizard

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

14 years agoAdd template flags for users.
asterix [Tue, 8 Sep 2009 16:53:30 +0000 (16:53 +0000)]
Add template flags for users.

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

14 years agoAdd error logging
duplo [Tue, 8 Sep 2009 16:28:53 +0000 (16:28 +0000)]
Add error logging

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

14 years agoAdd *.ld and *.S files to the CodeLite project file
duplo [Tue, 8 Sep 2009 14:02:04 +0000 (14:02 +0000)]
Add *.ld and *.S files to the CodeLite project file

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

14 years agoExclude buildrev.h from the codelite project file.
duplo [Tue, 8 Sep 2009 13:57:58 +0000 (13:57 +0000)]
Exclude buildrev.h from the codelite project file.

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

14 years agoTypo
duplo [Tue, 8 Sep 2009 13:55:13 +0000 (13:55 +0000)]
Typo

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

14 years agoAdd window icons.
duplo [Tue, 8 Sep 2009 13:49:03 +0000 (13:49 +0000)]
Add window icons.

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

14 years agoShow visual feedback for modules autoenabled in module page
duplo [Tue, 8 Sep 2009 13:29:56 +0000 (13:29 +0000)]
Show visual feedback for modules autoenabled in module page

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

14 years agoPermit to set CPU frequency from the wizard in project editing mode.
duplo [Tue, 8 Sep 2009 12:38:48 +0000 (12:38 +0000)]
Permit to set CPU frequency from the wizard in project editing mode.

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

14 years agoARM ABI requires stack to be aligned on a 64-bit boundary
batt [Tue, 8 Sep 2009 12:26:15 +0000 (12:26 +0000)]
ARM ABI requires stack to be aligned on a 64-bit boundary

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

14 years agoAdd also files, when selecting the modules in the project loading process
duplo [Tue, 8 Sep 2009 09:47:21 +0000 (09:47 +0000)]
Add also files, when selecting the modules in the project loading process

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

14 years agoChange the window title
duplo [Tue, 8 Sep 2009 09:35:14 +0000 (09:35 +0000)]
Change the window title

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

14 years agoRollback to previous selected version if the user doesn't confirm the version change.
duplo [Tue, 8 Sep 2009 09:13:37 +0000 (09:13 +0000)]
Rollback to previous selected version if the user doesn't confirm the version change.

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

14 years agoAdd comment
duplo [Tue, 8 Sep 2009 09:06:44 +0000 (09:06 +0000)]
Add comment

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

14 years agoSelect the element in the toolchain list and manually reload the information. TODO...
duplo [Tue, 8 Sep 2009 08:52:42 +0000 (08:52 +0000)]
Select the element in the toolchain list and manually reload the information. TODO: implement a method that do this thing in the BToolchainPage class

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

14 years agodoc: Use a clearer name for offline Doxyfile.
lottaviano [Tue, 8 Sep 2009 08:09:38 +0000 (08:09 +0000)]
doc: Use a clearer name for offline Doxyfile.

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

14 years agodoc: Remove development status from main page for online version.
lottaviano [Tue, 8 Sep 2009 08:08:19 +0000 (08:08 +0000)]
doc: Remove development status from main page for online version.

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

14 years agoClose the Wizard after launching CodeLite.
duplo [Tue, 8 Sep 2009 08:07:40 +0000 (08:07 +0000)]
Close the Wizard after launching CodeLite.

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

14 years agoRevert wrong commit. The problem with QVariant API needs to be analysed more deeply
duplo [Mon, 7 Sep 2009 19:06:58 +0000 (19:06 +0000)]
Revert wrong commit. The problem with QVariant API needs to be analysed more deeply

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

14 years agoTry to resolve problems with QVariant API changing
duplo [Mon, 7 Sep 2009 18:56:28 +0000 (18:56 +0000)]
Try to resolve problems with QVariant API changing

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