asterix [Tue, 8 Jun 2010 12:45:59 +0000 (12:45 +0000)]
Fix toolchain reloadPage problem (_valid_items list wasn't cleared properly).
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3900
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Tue, 8 Jun 2010 10:38:54 +0000 (10:38 +0000)]
Fix join argument.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3899
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Tue, 8 Jun 2010 10:27:22 +0000 (10:27 +0000)]
Fix main.c souce path in user makefile.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3898
38d2e660-2303-0410-9eaa-
f027e97ec537
batt [Mon, 7 Jun 2010 17:45:12 +0000 (17:45 +0000)]
Refactor in order to test also negative altitude values.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3897
38d2e660-2303-0410-9eaa-
f027e97ec537
batt [Mon, 7 Jun 2010 17:44:45 +0000 (17:44 +0000)]
Fix sign related issues.
Altitude and decimal degrees positions can be negative!
Without this patch, dangerous overflows can happen.
Also fix some minor documentation issues.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3896
38d2e660-2303-0410-9eaa-
f027e97ec537
batt [Fri, 4 Jun 2010 19:57:38 +0000 (19:57 +0000)]
Fix typo.
Very hard to find bug!
It caused CPU starvation when there was no AFSK data.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3895
38d2e660-2303-0410-9eaa-
f027e97ec537
batt [Fri, 4 Jun 2010 12:05:47 +0000 (12:05 +0000)]
Remove #ifdef leftovers.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3894
38d2e660-2303-0410-9eaa-
f027e97ec537
batt [Thu, 3 Jun 2010 15:58:51 +0000 (15:58 +0000)]
Better HD44780 lcd display initialization.
If the display is already in 4bit mode, reset to 8 bit
mode first, otherwise commands are misunderstood.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3893
38d2e660-2303-0410-9eaa-
f027e97ec537
batt [Thu, 3 Jun 2010 15:47:52 +0000 (15:47 +0000)]
Add support for 24XX1024 memories, fix some warnings.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3892
38d2e660-2303-0410-9eaa-
f027e97ec537
batt [Thu, 3 Jun 2010 15:37:03 +0000 (15:37 +0000)]
Add support for 24XX08 eeproms, signed-off by Giovanni Casano.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3891
38d2e660-2303-0410-9eaa-
f027e97ec537
arighi [Thu, 3 Jun 2010 12:18:50 +0000 (12:18 +0000)]
signal: correctly deliver signal to current_process.
It may happen that a process needs to send a signal to itself to
synchronize on an asynchronous event, e.g., an event triggered by an
interrupt.
In such case we must correctly clear the proc->sig_wait mask.
This fix also improves the signal delivery's performance, because we
don't need to check anymore if we need to skip the delivery to
current_process.
NOTE: we can replace this check with an ASSERT(), if proc->sig_wait is
set the current process can't actively deliver a signal to itself
(it's in sleep state waiting for a signal and can't run by definition).
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3890
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Mon, 31 May 2010 16:54:13 +0000 (16:54 +0000)]
Fix condition.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3889
38d2e660-2303-0410-9eaa-
f027e97ec537
duplo [Mon, 31 May 2010 13:43:52 +0000 (13:43 +0000)]
Add bigger image in intro page and remove scaling code.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3888
38d2e660-2303-0410-9eaa-
f027e97ec537
duplo [Mon, 31 May 2010 12:13:54 +0000 (12:13 +0000)]
If more than one valid toolchain are found by the wizard the first of them is selected automatically.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3887
38d2e660-2303-0410-9eaa-
f027e97ec537
duplo [Mon, 31 May 2010 10:45:54 +0000 (10:45 +0000)]
Remove Output page.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3886
38d2e660-2303-0410-9eaa-
f027e97ec537
duplo [Mon, 31 May 2010 10:21:35 +0000 (10:21 +0000)]
Show the previously selected preset, when coming back from the toolchain page.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3885
38d2e660-2303-0410-9eaa-
f027e97ec537
duplo [Mon, 31 May 2010 09:47:27 +0000 (09:47 +0000)]
Change the signal from itemSelectionChanged to currentItemChanged.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3884
38d2e660-2303-0410-9eaa-
f027e97ec537
duplo [Mon, 31 May 2010 09:43:27 +0000 (09:43 +0000)]
Scale the image into the Intro page.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3883
38d2e660-2303-0410-9eaa-
f027e97ec537
duplo [Mon, 31 May 2010 09:01:38 +0000 (09:01 +0000)]
Show only the number of the found toolchains.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3882
38d2e660-2303-0410-9eaa-
f027e97ec537
batt [Fri, 28 May 2010 16:23:02 +0000 (16:23 +0000)]
Remove old projects.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3881
38d2e660-2303-0410-9eaa-
f027e97ec537
batt [Fri, 28 May 2010 16:20:16 +0000 (16:20 +0000)]
Explicit dependancy between CONFIG_KERN_PREEMPT and CONFIG_KERN.
This will disable the kernel related macros whem kernel is not enabled.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3880
38d2e660-2303-0410-9eaa-
f027e97ec537
batt [Fri, 28 May 2010 15:36:41 +0000 (15:36 +0000)]
Change some strings.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3879
38d2e660-2303-0410-9eaa-
f027e97ec537
arighi [Fri, 28 May 2010 15:08:44 +0000 (15:08 +0000)]
CodeLite: enlarge the delay to attach gdb to the debugger socket.
See also r3875.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3878
38d2e660-2303-0410-9eaa-
f027e97ec537
batt [Fri, 28 May 2010 15:03:48 +0000 (15:03 +0000)]
Add configurable options for HD44780 LCD display columns and rows.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3877
38d2e660-2303-0410-9eaa-
f027e97ec537
batt [Fri, 28 May 2010 14:55:34 +0000 (14:55 +0000)]
Remove old tests.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3876
38d2e660-2303-0410-9eaa-
f027e97ec537
arighi [Fri, 28 May 2010 14:40:23 +0000 (14:40 +0000)]
CodeLite: add a small delay during the debugger initialization.
Introduce a small delay (1 sec) before attaching GDB to the debugging
socket.
At the moment this is a requirement only for the lm3s boards, because
openocd claims that the connection for GDB is ready even when it is not
properly initialized.
To a large degree, it is safer to add such small delay also for the
other boards to be sure that the debugger can reliably connect to the
debugging socket.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3875
38d2e660-2303-0410-9eaa-
f027e97ec537
batt [Fri, 28 May 2010 13:57:27 +0000 (13:57 +0000)]
Move serial driver to a port different from the debug one.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3874
38d2e660-2303-0410-9eaa-
f027e97ec537
batt [Fri, 28 May 2010 13:49:10 +0000 (13:49 +0000)]
Disable serial driver on Arduino.
The UART is used by the debug module, so it cannot
be used by the serial driver at the same time.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3873
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Fri, 28 May 2010 12:49:27 +0000 (12:49 +0000)]
Add support for missing avr cpu.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3872
38d2e660-2303-0410-9eaa-
f027e97ec537
batt [Fri, 28 May 2010 11:07:14 +0000 (11:07 +0000)]
Remove warning message for at91 CPUs.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3871
38d2e660-2303-0410-9eaa-
f027e97ec537
batt [Fri, 28 May 2010 10:41:19 +0000 (10:41 +0000)]
Add benchmarks description.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3870
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Fri, 28 May 2010 10:26:23 +0000 (10:26 +0000)]
Remove svn tag.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3869
38d2e660-2303-0410-9eaa-
f027e97ec537
batt [Fri, 28 May 2010 10:15:34 +0000 (10:15 +0000)]
Add template projects description.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3868
38d2e660-2303-0410-9eaa-
f027e97ec537
batt [Fri, 28 May 2010 09:49:08 +0000 (09:49 +0000)]
Remove empty directories
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3867
38d2e660-2303-0410-9eaa-
f027e97ec537
batt [Fri, 28 May 2010 09:37:05 +0000 (09:37 +0000)]
Add example projects description.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3866
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Fri, 28 May 2010 09:19:00 +0000 (09:19 +0000)]
Reorder include.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3865
38d2e660-2303-0410-9eaa-
f027e97ec537
batt [Thu, 27 May 2010 22:38:00 +0000 (22:38 +0000)]
Add Arduino APRS project description.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3864
38d2e660-2303-0410-9eaa-
f027e97ec537
batt [Thu, 27 May 2010 15:48:04 +0000 (15:48 +0000)]
Add description to all example projects.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3863
38d2e660-2303-0410-9eaa-
f027e97ec537
arighi [Thu, 27 May 2010 15:19:46 +0000 (15:19 +0000)]
Better wording in benchmarks' description.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3862
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Thu, 27 May 2010 15:01:57 +0000 (15:01 +0000)]
Remove the border and add padding.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3861
38d2e660-2303-0410-9eaa-
f027e97ec537
arighi [Thu, 27 May 2010 14:29:25 +0000 (14:29 +0000)]
STM32F103RB: rename to correct CPU name in the wizard.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3860
38d2e660-2303-0410-9eaa-
f027e97ec537
batt [Thu, 27 May 2010 14:06:07 +0000 (14:06 +0000)]
Add Arduino board description.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3859
38d2e660-2303-0410-9eaa-
f027e97ec537
batt [Thu, 27 May 2010 14:05:01 +0000 (14:05 +0000)]
Rename to correct CPU name.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3858
38d2e660-2303-0410-9eaa-
f027e97ec537
batt [Thu, 27 May 2010 13:57:48 +0000 (13:57 +0000)]
Add board description.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3857
38d2e660-2303-0410-9eaa-
f027e97ec537
batt [Thu, 27 May 2010 13:30:34 +0000 (13:30 +0000)]
Remove old lpc-p2378 directory.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3856
38d2e660-2303-0410-9eaa-
f027e97ec537
duplo [Thu, 27 May 2010 13:20:46 +0000 (13:20 +0000)]
Fix regression introduced by the last refactoring...
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3855
38d2e660-2303-0410-9eaa-
f027e97ec537
duplo [Thu, 27 May 2010 12:30:38 +0000 (12:30 +0000)]
Add a fake validation to load the preset data once when the user press the next button.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3854
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Thu, 27 May 2010 12:25:47 +0000 (12:25 +0000)]
Fix explicit conversion to qvariant.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3853
38d2e660-2303-0410-9eaa-
f027e97ec537
duplo [Thu, 27 May 2010 08:00:21 +0000 (08:00 +0000)]
Wizard dialog remember his size.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3852
38d2e660-2303-0410-9eaa-
f027e97ec537
batt [Wed, 26 May 2010 17:32:32 +0000 (17:32 +0000)]
Remove broken debug uart name.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3851
38d2e660-2303-0410-9eaa-
f027e97ec537
batt [Wed, 26 May 2010 17:18:20 +0000 (17:18 +0000)]
pasto.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3850
38d2e660-2303-0410-9eaa-
f027e97ec537
batt [Wed, 26 May 2010 17:16:00 +0000 (17:16 +0000)]
Rename to correct CPU part number.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3849
38d2e660-2303-0410-9eaa-
f027e97ec537
batt [Wed, 26 May 2010 17:11:26 +0000 (17:11 +0000)]
Add advanced flag only to template projects.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3848
38d2e660-2303-0410-9eaa-
f027e97ec537
batt [Wed, 26 May 2010 16:32:58 +0000 (16:32 +0000)]
Fix typo.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3847
38d2e660-2303-0410-9eaa-
f027e97ec537
duplo [Wed, 26 May 2010 15:49:20 +0000 (15:49 +0000)]
Set AlignTop for label in CPU page.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3846
38d2e660-2303-0410-9eaa-
f027e97ec537
duplo [Wed, 26 May 2010 15:44:19 +0000 (15:44 +0000)]
Add frame around CPU description in BCpuPage.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3845
38d2e660-2303-0410-9eaa-
f027e97ec537
duplo [Wed, 26 May 2010 15:40:26 +0000 (15:40 +0000)]
Use QTextBrowser to show html text and images for boards and presets.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3844
38d2e660-2303-0410-9eaa-
f027e97ec537
duplo [Wed, 26 May 2010 14:48:02 +0000 (14:48 +0000)]
Remove basic/advanced page. (You need to specify advanced projects directly into .spec file).
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3843
38d2e660-2303-0410-9eaa-
f027e97ec537
batt [Wed, 26 May 2010 14:39:23 +0000 (14:39 +0000)]
Fix a bug found by Massimiliano Cialdi:
Issue a stop condition before returning from eeprom_read().
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3842
38d2e660-2303-0410-9eaa-
f027e97ec537
duplo [Wed, 26 May 2010 14:16:12 +0000 (14:16 +0000)]
Remove the base/advance choice page.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3841
38d2e660-2303-0410-9eaa-
f027e97ec537
duplo [Wed, 26 May 2010 13:55:05 +0000 (13:55 +0000)]
Remove the possibility to select the description cell of the module table.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3840
38d2e660-2303-0410-9eaa-
f027e97ec537
arighi [Wed, 26 May 2010 13:36:37 +0000 (13:36 +0000)]
lm3s1968: add internal flash memory initialization to "empty" and "kernel" templates.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3839
38d2e660-2303-0410-9eaa-
f027e97ec537
arighi [Wed, 26 May 2010 13:36:32 +0000 (13:36 +0000)]
lm3s: fix flash_lm3s_seek() end position.
The current position of the flash is stored internally using the
absolute memory address, so KSM_SEEK_END should sum the flash base
address (FLASH_BASE) to the flash size.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3838
38d2e660-2303-0410-9eaa-
f027e97ec537
arighi [Tue, 25 May 2010 16:47:26 +0000 (16:47 +0000)]
arduino: enlarge the stack size of the child process in the "kernel" preset template.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3837
38d2e660-2303-0410-9eaa-
f027e97ec537
arighi [Tue, 25 May 2010 16:47:24 +0000 (16:47 +0000)]
triface: add the "kernel" preset template.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3836
38d2e660-2303-0410-9eaa-
f027e97ec537
arighi [Tue, 25 May 2010 16:47:16 +0000 (16:47 +0000)]
stm32-p103: add the "kernel" preset template.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3835
38d2e660-2303-0410-9eaa-
f027e97ec537
arighi [Tue, 25 May 2010 16:47:09 +0000 (16:47 +0000)]
lpc-p2378: add the "kernel" preset template.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3834
38d2e660-2303-0410-9eaa-
f027e97ec537
arighi [Tue, 25 May 2010 16:47:02 +0000 (16:47 +0000)]
lm3s1968: add the "kernel" preset template.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3833
38d2e660-2303-0410-9eaa-
f027e97ec537
arighi [Tue, 25 May 2010 16:46:54 +0000 (16:46 +0000)]
at91sam7x-ek: add the "kernel" preset template.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3832
38d2e660-2303-0410-9eaa-
f027e97ec537
arighi [Tue, 25 May 2010 16:46:47 +0000 (16:46 +0000)]
at91sam7s-ek: add the "kernel" preset template.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3831
38d2e660-2303-0410-9eaa-
f027e97ec537
arighi [Tue, 25 May 2010 16:04:35 +0000 (16:04 +0000)]
arduino: give a name to the empty preset.
In this way the wizard can show the name "empty preset", like any other
empty preset template.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3830
38d2e660-2303-0410-9eaa-
f027e97ec537
arighi [Tue, 25 May 2010 16:00:20 +0000 (16:00 +0000)]
Remove informations about the programmer type in all the boards' projects.
The wizard will take care of choosing the correct programmer type or ask
this information to the user.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3829
38d2e660-2303-0410-9eaa-
f027e97ec537
arighi [Tue, 25 May 2010 15:50:18 +0000 (15:50 +0000)]
arduino: add the "kernel" preset template.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3828
38d2e660-2303-0410-9eaa-
f027e97ec537
arighi [Tue, 25 May 2010 15:50:09 +0000 (15:50 +0000)]
Disable the kernel in all the "empty" preset templates.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3827
38d2e660-2303-0410-9eaa-
f027e97ec537
arighi [Tue, 25 May 2010 15:49:52 +0000 (15:49 +0000)]
triface: add a missing include in the triface example.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3826
38d2e660-2303-0410-9eaa-
f027e97ec537
arighi [Tue, 25 May 2010 14:11:02 +0000 (14:11 +0000)]
triface: disable watchdog during the initialization routine.
This is necessary to make the watchdog stop resetting the board after a
"reset" command is issued.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3825
38d2e660-2303-0410-9eaa-
f027e97ec537
arighi [Tue, 25 May 2010 12:46:42 +0000 (12:46 +0000)]
Add comments to the "empty" preset templates across the supported boards.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3824
38d2e660-2303-0410-9eaa-
f027e97ec537
batt [Tue, 25 May 2010 10:18:52 +0000 (10:18 +0000)]
Add at91sam7x image.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3823
38d2e660-2303-0410-9eaa-
f027e97ec537
arighi [Tue, 25 May 2010 08:54:52 +0000 (08:54 +0000)]
lpc-p2378: add missing .spec file in the templates directory.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3822
38d2e660-2303-0410-9eaa-
f027e97ec537
arighi [Tue, 25 May 2010 08:54:49 +0000 (08:54 +0000)]
triface: add "empty" preset template.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3821
38d2e660-2303-0410-9eaa-
f027e97ec537
arighi [Tue, 25 May 2010 08:54:40 +0000 (08:54 +0000)]
arduino: use default build options for "empty" preset template.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3820
38d2e660-2303-0410-9eaa-
f027e97ec537
arighi [Tue, 25 May 2010 08:16:08 +0000 (08:16 +0000)]
lpc-p2378: add "empty" preset template.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3819
38d2e660-2303-0410-9eaa-
f027e97ec537
batt [Mon, 24 May 2010 19:08:18 +0000 (19:08 +0000)]
Add board images.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3818
38d2e660-2303-0410-9eaa-
f027e97ec537
duplo [Mon, 24 May 2010 16:18:00 +0000 (16:18 +0000)]
Modify the layout.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3817
38d2e660-2303-0410-9eaa-
f027e97ec537
duplo [Mon, 24 May 2010 15:46:35 +0000 (15:46 +0000)]
Set tooltip instead of changing the entry text.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3816
38d2e660-2303-0410-9eaa-
f027e97ec537
duplo [Mon, 24 May 2010 15:41:59 +0000 (15:41 +0000)]
Modify the layout of the two-column pages.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3815
38d2e660-2303-0410-9eaa-
f027e97ec537
duplo [Mon, 24 May 2010 15:17:19 +0000 (15:17 +0000)]
Add description of the category under the tab.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3814
38d2e660-2303-0410-9eaa-
f027e97ec537
duplo [Mon, 24 May 2010 15:11:44 +0000 (15:11 +0000)]
Use fixed size for the Wizard dialog.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3813
38d2e660-2303-0410-9eaa-
f027e97ec537
duplo [Mon, 24 May 2010 14:31:49 +0000 (14:31 +0000)]
Add title for Preset page.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3812
38d2e660-2303-0410-9eaa-
f027e97ec537
duplo [Mon, 24 May 2010 14:27:39 +0000 (14:27 +0000)]
Remove "empty main" checkbox.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3811
38d2e660-2303-0410-9eaa-
f027e97ec537
duplo [Mon, 24 May 2010 14:24:44 +0000 (14:24 +0000)]
_cmp use name if order is the same.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3810
38d2e660-2303-0410-9eaa-
f027e97ec537
duplo [Mon, 24 May 2010 14:22:26 +0000 (14:22 +0000)]
Extract _cmp function.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3809
38d2e660-2303-0410-9eaa-
f027e97ec537
duplo [Mon, 24 May 2010 13:33:28 +0000 (13:33 +0000)]
Fix icons.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3808
38d2e660-2303-0410-9eaa-
f027e97ec537
duplo [Mon, 24 May 2010 13:30:14 +0000 (13:30 +0000)]
No default image.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3807
38d2e660-2303-0410-9eaa-
f027e97ec537
duplo [Mon, 24 May 2010 13:25:15 +0000 (13:25 +0000)]
Add preset feature.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3806
38d2e660-2303-0410-9eaa-
f027e97ec537
arighi [Mon, 24 May 2010 12:48:39 +0000 (12:48 +0000)]
lpc-p2378: remove unused board directory tree.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3805
38d2e660-2303-0410-9eaa-
f027e97ec537
arighi [Mon, 24 May 2010 12:48:34 +0000 (12:48 +0000)]
at91sam7s-ek: add "empty" preset template.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3804
38d2e660-2303-0410-9eaa-
f027e97ec537
arighi [Mon, 24 May 2010 12:13:16 +0000 (12:13 +0000)]
stm32-p103: add "empty" preset template.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3803
38d2e660-2303-0410-9eaa-
f027e97ec537
arighi [Mon, 24 May 2010 11:57:24 +0000 (11:57 +0000)]
lm3s1968: add "empty" preset template.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3802
38d2e660-2303-0410-9eaa-
f027e97ec537
arighi [Mon, 24 May 2010 11:57:16 +0000 (11:57 +0000)]
gfx: add dependency of bitmap, line and default font.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3801
38d2e660-2303-0410-9eaa-
f027e97ec537