bertos.git
15 years agoRefactor switch context ASM files to comply to Wizard.
batt [Fri, 10 Apr 2009 18:13:22 +0000 (18:13 +0000)]
Refactor switch context ASM files to comply to Wizard.

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

15 years agoRename CLOCK_FREQ macro to CPU_FREQ: now clock frequency has to be set in the makefile.
batt [Fri, 10 Apr 2009 17:52:53 +0000 (17:52 +0000)]
Rename CLOCK_FREQ macro to CPU_FREQ: now clock frequency has to be set in the makefile.

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

15 years agoRename CLOCK_FREQ macro to CPU_FREQ: now clock frequency has to be set in the makefile.
batt [Fri, 10 Apr 2009 17:52:12 +0000 (17:52 +0000)]
Rename CLOCK_FREQ macro to CPU_FREQ: now clock frequency has to be set in the makefile.

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

15 years agoAdd asrc, csrc, cxxsrc, cppasrc taken from the cpu definition in the makefile
duplo [Fri, 10 Apr 2009 16:07:44 +0000 (16:07 +0000)]
Add asrc, csrc, cxxsrc, cppasrc taken from the cpu definition in the makefile

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

15 years agoFix typos.
batt [Fri, 10 Apr 2009 15:46:13 +0000 (15:46 +0000)]
Fix typos.

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

15 years agoAdd other compilation flags
duplo [Fri, 10 Apr 2009 15:34:43 +0000 (15:34 +0000)]
Add other compilation flags

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

15 years agoAdd the cpu flag name in the template
duplo [Fri, 10 Apr 2009 14:15:08 +0000 (14:15 +0000)]
Add the cpu flag name in the template

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

15 years agoAdd cpu flag name flag.
batt [Fri, 10 Apr 2009 14:14:21 +0000 (14:14 +0000)]
Add cpu flag name flag.

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

15 years agoRemove CROSS from the mk template
duplo [Fri, 10 Apr 2009 13:41:55 +0000 (13:41 +0000)]
Remove CROSS from the mk template

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

15 years agoSet suffix to nothing.
batt [Fri, 10 Apr 2009 13:39:01 +0000 (13:39 +0000)]
Set suffix to nothing.

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

15 years agoUse unix separator also on windows, for makefiles, in order to make them work with...
duplo [Fri, 10 Apr 2009 13:14:10 +0000 (13:14 +0000)]
Use unix separator also on windows, for makefiles, in order to make them work with cygwin.

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

15 years agoRefactor to not have toolchain in path; Now a specific flash project_HOSTED is needed...
batt [Fri, 10 Apr 2009 13:07:04 +0000 (13:07 +0000)]
Refactor to not have toolchain in path; Now a specific flash project_HOSTED is needed to signal that the project must be compiled in hosted mode.

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

15 years agoRefomart.
batt [Fri, 10 Apr 2009 13:03:48 +0000 (13:03 +0000)]
Refomart.

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

15 years agoSubstitute / with the native separator
duplo [Fri, 10 Apr 2009 09:31:27 +0000 (09:31 +0000)]
Substitute / with the native separator

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

15 years agoAdd a reset method
duplo [Fri, 10 Apr 2009 09:05:12 +0000 (09:05 +0000)]
Add a reset method

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

15 years agoCorrect a bug under Windows
duplo [Fri, 10 Apr 2009 08:05:33 +0000 (08:05 +0000)]
Correct a bug under Windows

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

15 years agoCorrect errors under Windows
duplo [Thu, 9 Apr 2009 17:48:00 +0000 (17:48 +0000)]
Correct errors under Windows

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

15 years agoModify the comments
duplo [Thu, 9 Apr 2009 13:51:43 +0000 (13:51 +0000)]
Modify the comments

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

15 years agoAdd comment for development only code
duplo [Tue, 7 Apr 2009 09:01:39 +0000 (09:01 +0000)]
Add comment for development only code

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

15 years agoAdd parameter handling
duplo [Tue, 7 Apr 2009 08:23:53 +0000 (08:23 +0000)]
Add parameter handling

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

15 years agofix error on building the binary resource file of the wizard
aleister [Sat, 4 Apr 2009 16:20:29 +0000 (16:20 +0000)]
fix error on building the binary resource file of the wizard

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

15 years agoAdd wizard info.
asterix [Sat, 4 Apr 2009 08:03:58 +0000 (08:03 +0000)]
Add wizard info.

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

15 years agoCorrect svn:ignore
duplo [Thu, 2 Apr 2009 15:38:36 +0000 (15:38 +0000)]
Correct svn:ignore

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

15 years agoCreate the wizard plugins infrastructure
duplo [Thu, 2 Apr 2009 12:55:32 +0000 (12:55 +0000)]
Create the wizard plugins infrastructure

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

15 years agoTypo.
asterix [Thu, 2 Apr 2009 12:45:42 +0000 (12:45 +0000)]
Typo.

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

15 years agoAdd comments for codelite_project module functions
duplo [Thu, 2 Apr 2009 10:57:25 +0000 (10:57 +0000)]
Add comments for codelite_project module functions

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

15 years agoRemove codelite specific functions from bertos_utils module
duplo [Thu, 2 Apr 2009 10:39:15 +0000 (10:39 +0000)]
Remove codelite specific functions from bertos_utils module

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

15 years agoSplit csrc, pcsrc and cppasrc in user-created and wizard-created.
duplo [Thu, 2 Apr 2009 10:26:33 +0000 (10:26 +0000)]
Split csrc, pcsrc and cppasrc in user-created and wizard-created.

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

15 years agoSome fix and paste. Use putchar instead a write in protocol module.
asterix [Thu, 2 Apr 2009 08:11:20 +0000 (08:11 +0000)]
Some fix and paste. Use putchar instead a write in protocol module.

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

15 years agoAdd the project editing functionality
duplo [Wed, 1 Apr 2009 17:28:54 +0000 (17:28 +0000)]
Add the project editing functionality

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

15 years agoRemove unused ui file
duplo [Wed, 1 Apr 2009 16:09:09 +0000 (16:09 +0000)]
Remove unused ui file

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

15 years agoUse pickle module for store project settings
duplo [Wed, 1 Apr 2009 16:08:55 +0000 (16:08 +0000)]
Use pickle module for store project settings

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

15 years agoAdd comment
duplo [Wed, 1 Apr 2009 15:42:12 +0000 (15:42 +0000)]
Add comment

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

15 years agoMake BWizard generic: now it can be used for both creating and editing projects
duplo [Wed, 1 Apr 2009 15:37:33 +0000 (15:37 +0000)]
Make BWizard generic: now it can be used for both creating and editing projects

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

15 years agoTry to correct indentation problem...
duplo [Wed, 1 Apr 2009 12:45:59 +0000 (12:45 +0000)]
Try to correct indentation problem...

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

15 years agoRemove blank lines
duplo [Wed, 1 Apr 2009 09:16:02 +0000 (09:16 +0000)]
Remove blank lines

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

15 years agoRemove _ from method names
duplo [Wed, 1 Apr 2009 07:57:20 +0000 (07:57 +0000)]
Remove _ from method names

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

15 years agoGroup methods in classes in topics
duplo [Tue, 31 Mar 2009 16:27:53 +0000 (16:27 +0000)]
Group methods in classes in topics

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

15 years agoAdd comment for each method and class
duplo [Tue, 31 Mar 2009 15:04:55 +0000 (15:04 +0000)]
Add comment for each method and class

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

15 years agoRemove the call to a unuseful method
duplo [Tue, 31 Mar 2009 14:59:41 +0000 (14:59 +0000)]
Remove the call to a unuseful method

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

15 years agoFix comments.
asterix [Tue, 31 Mar 2009 11:59:49 +0000 (11:59 +0000)]
Fix comments.

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

15 years agoRemember the selected toolchain also when returning back
duplo [Tue, 31 Mar 2009 09:39:44 +0000 (09:39 +0000)]
Remember the selected toolchain also when returning back

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

15 years agoClean up.
asterix [Tue, 31 Mar 2009 09:24:09 +0000 (09:24 +0000)]
Clean up.

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

15 years agoComply to new sipo module.
asterix [Tue, 31 Mar 2009 09:21:23 +0000 (09:21 +0000)]
Comply to new sipo module.

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

15 years agoMove sipo driver to generic bertos driver dir.
asterix [Tue, 31 Mar 2009 09:16:14 +0000 (09:16 +0000)]
Move sipo driver to generic bertos driver dir.

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

15 years agoRefactory and generalize sipo module.
asterix [Tue, 31 Mar 2009 09:13:20 +0000 (09:13 +0000)]
Refactory and generalize sipo module.

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

15 years agoRemove the minimum size of the QWizard
duplo [Tue, 31 Mar 2009 09:01:58 +0000 (09:01 +0000)]
Remove the minimum size of the QWizard

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

15 years agoAdd a final page after the project creation
duplo [Tue, 31 Mar 2009 09:00:34 +0000 (09:00 +0000)]
Add a final page after the project creation

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

15 years agoCheck the existance of the value_list, if it doesn't exist show an error message...
duplo [Mon, 30 Mar 2009 12:16:08 +0000 (12:16 +0000)]
Check the existance of the value_list, if it doesn't exist show an error message and put an uneditable field with the current value.

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

15 years agoRetrieve module data only if it isn't already loaded, and remember the module selections
duplo [Mon, 30 Mar 2009 10:02:05 +0000 (10:02 +0000)]
Retrieve module data only if it isn't already loaded, and remember the module selections

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

15 years agoUse os.path.normpath for normalize the file paths with native separator
duplo [Thu, 26 Mar 2009 12:02:08 +0000 (12:02 +0000)]
Use os.path.normpath for normalize the file paths with native separator

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

15 years agoShow 'No configuration needed' for modules that don't need any configuration
duplo [Thu, 26 Mar 2009 11:19:25 +0000 (11:19 +0000)]
Show 'No configuration needed' for modules that don't need any configuration

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

15 years agoAdd self-dependencies for modules that have a name different from their filename
duplo [Thu, 26 Mar 2009 10:45:28 +0000 (10:45 +0000)]
Add self-dependencies for modules that have a name different from their filename

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

15 years agoAdd CPPASRC to the mk file
duplo [Thu, 26 Mar 2009 10:28:47 +0000 (10:28 +0000)]
Add CPPASRC to the mk file

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

15 years agoCorrect the bug related to the duplicate inclusion in makefile generation
duplo [Thu, 26 Mar 2009 09:56:01 +0000 (09:56 +0000)]
Correct the bug related to the duplicate inclusion in makefile generation

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

15 years agoCorrect a little bug about empty configurations
duplo [Thu, 26 Mar 2009 09:32:38 +0000 (09:32 +0000)]
Correct a little bug about empty configurations

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

15 years agoCorrect a little bug about empty configurations
duplo [Thu, 26 Mar 2009 09:09:21 +0000 (09:09 +0000)]
Correct a little bug about empty configurations

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

15 years agoOrder the configuration property
duplo [Thu, 26 Mar 2009 08:55:50 +0000 (08:55 +0000)]
Order the configuration property

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

15 years agoRemove files added only for Wizard module discovery.
batt [Wed, 25 Mar 2009 17:50:07 +0000 (17:50 +0000)]
Remove files added only for Wizard module discovery.

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

15 years agoRemove files added only for Wizard module discovery.
batt [Wed, 25 Mar 2009 17:47:53 +0000 (17:47 +0000)]
Remove files added only for Wizard module discovery.

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

15 years agoUpdate triface to new kernel config.
batt [Wed, 25 Mar 2009 16:33:22 +0000 (16:33 +0000)]
Update triface to new kernel config.

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

15 years agoUpdate at91 demo to new kernel config.
batt [Wed, 25 Mar 2009 16:30:24 +0000 (16:30 +0000)]
Update at91 demo to new kernel config.

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

15 years agoRemove unneeded header.
batt [Wed, 25 Mar 2009 16:26:11 +0000 (16:26 +0000)]
Remove unneeded header.

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

15 years agoUpdate demo to new kernel configuration files.
batt [Wed, 25 Mar 2009 16:25:45 +0000 (16:25 +0000)]
Update demo to new kernel configuration files.

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

15 years agoAlways use custom config files.
batt [Wed, 25 Mar 2009 16:19:47 +0000 (16:19 +0000)]
Always use custom config files.

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

15 years agoUse custom files.
batt [Wed, 25 Mar 2009 16:10:20 +0000 (16:10 +0000)]
Use custom files.

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

15 years agoMake sem, signal and monitor separates modules.
batt [Wed, 25 Mar 2009 16:07:36 +0000 (16:07 +0000)]
Make sem, signal and monitor separates modules.

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

15 years agoUpdate to new kernel config: kernel if OFF by default now.
batt [Wed, 25 Mar 2009 16:06:16 +0000 (16:06 +0000)]
Update to new kernel config: kernel if OFF by default now.

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

15 years agoUpdate to new kernel config: kernel if OFF by default now.
batt [Wed, 25 Mar 2009 16:05:59 +0000 (16:05 +0000)]
Update to new kernel config: kernel if OFF by default now.

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

15 years agoUpdate to new kernel config: kernel if OFF by default now.
batt [Wed, 25 Mar 2009 16:05:30 +0000 (16:05 +0000)]
Update to new kernel config: kernel if OFF by default now.

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

15 years agoSwitch to new kernel config files.
batt [Wed, 25 Mar 2009 16:04:39 +0000 (16:04 +0000)]
Switch to new kernel config files.

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

15 years agoUpdate to new kernel config; use cpu_relax().
batt [Wed, 25 Mar 2009 15:58:24 +0000 (15:58 +0000)]
Update to new kernel config; use cpu_relax().

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

15 years agoSplit kernel config files.
batt [Wed, 25 Mar 2009 15:57:34 +0000 (15:57 +0000)]
Split kernel config files.

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

15 years agoUse custom config when needed.
batt [Wed, 25 Mar 2009 15:49:46 +0000 (15:49 +0000)]
Use custom config when needed.

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

15 years agoRetrieve also the index of the match's beginning
duplo [Wed, 25 Mar 2009 14:16:28 +0000 (14:16 +0000)]
Retrieve also the index of the match's beginning

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

15 years agoCorrect a bug with autoenabled configuration parameters
duplo [Wed, 25 Mar 2009 11:13:18 +0000 (11:13 +0000)]
Correct a bug with autoenabled configuration parameters

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

15 years agoStart to refactor kernel configuration.
batt [Wed, 25 Mar 2009 10:47:26 +0000 (10:47 +0000)]
Start to refactor kernel configuration.

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

15 years agoChange variable name to follow the develer python coding standard
duplo [Tue, 24 Mar 2009 14:54:57 +0000 (14:54 +0000)]
Change variable name to follow the develer python coding standard

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

15 years agoTry to find the type of the parameter automatically if it isn't defined manually
duplo [Tue, 24 Mar 2009 13:32:47 +0000 (13:32 +0000)]
Try to find the type of the parameter automatically if it isn't defined manually

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

15 years agoAdd the # at the end of PCSRC in the .mk template
duplo [Tue, 24 Mar 2009 13:15:31 +0000 (13:15 +0000)]
Add the # at the end of PCSRC in the .mk template

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

15 years agoSort the modules and the categories in alphabetic order
duplo [Tue, 24 Mar 2009 12:02:15 +0000 (12:02 +0000)]
Sort the modules and the categories in alphabetic order

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

15 years agoSearch for modules also in .c and .s files
duplo [Tue, 24 Mar 2009 11:33:41 +0000 (11:33 +0000)]
Search for modules also in .c and .s files

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

15 years agoInclude .s files
duplo [Tue, 24 Mar 2009 11:07:24 +0000 (11:07 +0000)]
Include .s files

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

15 years agoRemove the trailing separator.
batt [Tue, 24 Mar 2009 10:49:29 +0000 (10:49 +0000)]
Remove the trailing separator.

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

15 years agoBeRTOS modules accept non-module dependencies (.c or .s files, for examples)
duplo [Tue, 24 Mar 2009 10:08:22 +0000 (10:08 +0000)]
BeRTOS modules accept non-module dependencies (.c or .s files, for examples)

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

15 years agoAdd some other modules.
batt [Mon, 23 Mar 2009 16:51:19 +0000 (16:51 +0000)]
Add some other modules.

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

15 years agoAdd fake headers for the wizard.
batt [Mon, 23 Mar 2009 16:39:20 +0000 (16:39 +0000)]
Add fake headers for the wizard.

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

15 years agoAdd harvard tag.
batt [Mon, 23 Mar 2009 16:12:58 +0000 (16:12 +0000)]
Add harvard tag.

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

15 years agoAdd some modules.
batt [Mon, 23 Mar 2009 14:48:52 +0000 (14:48 +0000)]
Add some modules.

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

15 years agoAdd autoenabled configuration parameters
duplo [Fri, 20 Mar 2009 17:32:57 +0000 (17:32 +0000)]
Add autoenabled configuration parameters

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

15 years agoChoose PCSRC or CSRC compilation for harvard cpus
duplo [Fri, 20 Mar 2009 17:01:52 +0000 (17:01 +0000)]
Choose PCSRC or CSRC compilation for harvard cpus

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

15 years agoAdd constants at the beginning of the mk file
duplo [Fri, 20 Mar 2009 15:50:32 +0000 (15:50 +0000)]
Add constants at the beginning of the mk file

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

15 years agoAdd the main file in the makefile
duplo [Fri, 20 Mar 2009 15:27:09 +0000 (15:27 +0000)]
Add the main file in the makefile

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

15 years agoAdd the main.c file to the project
duplo [Fri, 20 Mar 2009 15:20:35 +0000 (15:20 +0000)]
Add the main.c file to the project

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

15 years agoUse alias name for the configuration parameters and store the constants defined by...
duplo [Fri, 20 Mar 2009 15:18:22 +0000 (15:18 +0000)]
Use alias name for the configuration parameters and store the constants defined by the modules

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

15 years agoAdd main.c template
duplo [Fri, 20 Mar 2009 14:38:51 +0000 (14:38 +0000)]
Add main.c template

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

15 years agoUse a separate dict for identify the module tags
duplo [Fri, 20 Mar 2009 11:26:42 +0000 (11:26 +0000)]
Use a separate dict for identify the module tags

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

15 years agoRemove debug print
duplo [Thu, 19 Mar 2009 11:41:50 +0000 (11:41 +0000)]
Remove debug print

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

15 years agoAdd C_FLAGS list in the cdef files
duplo [Thu, 19 Mar 2009 11:11:03 +0000 (11:11 +0000)]
Add C_FLAGS list in the cdef files

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

15 years agoCorrect csrc
duplo [Thu, 19 Mar 2009 10:55:07 +0000 (10:55 +0000)]
Correct csrc

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