asterix [Wed, 11 Jan 2012 18:14:41 +0000 (18:14 +0000)]
Complete test.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5256
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Wed, 11 Jan 2012 18:14:40 +0000 (18:14 +0000)]
Fix time conversion from ms to ticks.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5255
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Wed, 11 Jan 2012 18:14:39 +0000 (18:14 +0000)]
Add first version of rtask_test.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5254
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Wed, 11 Jan 2012 18:14:38 +0000 (18:14 +0000)]
Silen some warning.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5253
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Wed, 11 Jan 2012 18:14:36 +0000 (18:14 +0000)]
Add handy functions for handling non recurrent timeouts.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5252
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Wed, 11 Jan 2012 18:14:35 +0000 (18:14 +0000)]
Add rtask module.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5251
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Wed, 11 Jan 2012 14:40:30 +0000 (14:40 +0000)]
Fix building error and warnings to add fletcher32 algo at nightly test.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5250
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Wed, 11 Jan 2012 14:40:29 +0000 (14:40 +0000)]
Remove unneeded ifdef.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5249
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Wed, 11 Jan 2012 14:40:28 +0000 (14:40 +0000)]
Add documentation for LM75 insanity...
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5248
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Wed, 11 Jan 2012 14:40:26 +0000 (14:40 +0000)]
Add kbd_peekMask() and kbd_getMask() functions.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5247
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Wed, 11 Jan 2012 14:40:25 +0000 (14:40 +0000)]
Decrease eth irq priority.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5246
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Wed, 11 Jan 2012 14:40:24 +0000 (14:40 +0000)]
Add watchdog driver.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5245
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Wed, 11 Jan 2012 14:40:22 +0000 (14:40 +0000)]
Add debug info.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5244
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Wed, 11 Jan 2012 14:40:21 +0000 (14:40 +0000)]
Fix compiler warning.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5243
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Wed, 11 Jan 2012 14:40:20 +0000 (14:40 +0000)]
Add fletcher-32 checksum algorithm and test.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5242
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Wed, 11 Jan 2012 14:40:18 +0000 (14:40 +0000)]
Document return value of event_waitTimeout()
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5241
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Wed, 11 Jan 2012 14:40:17 +0000 (14:40 +0000)]
Increase ethernet irq priority.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5240
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Wed, 11 Jan 2012 14:40:16 +0000 (14:40 +0000)]
Disable uneeded assert.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5239
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Wed, 11 Jan 2012 14:40:14 +0000 (14:40 +0000)]
Add proc_pri function to extract a Process priority.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5238
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Wed, 11 Jan 2012 14:40:13 +0000 (14:40 +0000)]
Change sys_mbox_fetch implementation.
Mailboxes can be created in a different process than the one that waits
for messages. This is a problem with BeRTOS MsgPorts because the process
to be woken up is set during init.
In this patch, the process to be awaken is changed just before
waiting.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5237
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Wed, 11 Jan 2012 14:40:12 +0000 (14:40 +0000)]
Revert "Fix lwip implementation of retransmission timers."
This reverts commit
490e1a81582206997ed93f7530e55124581df1be.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5236
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Wed, 11 Jan 2012 14:40:10 +0000 (14:40 +0000)]
Fix a bug when reading negative temperatures.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5235
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Wed, 11 Jan 2012 14:40:09 +0000 (14:40 +0000)]
fifobuf: introduce DECLARE_FIFO() macro
Introduce a macro to declare a static and correctly initialized
FIFOBuffer.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5234
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Wed, 11 Jan 2012 14:40:08 +0000 (14:40 +0000)]
Add preprocessor FOR macro.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5233
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Wed, 11 Jan 2012 14:40:06 +0000 (14:40 +0000)]
Add IRQ_RUNNING() implementation for ARM7.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5232
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Wed, 11 Jan 2012 14:40:05 +0000 (14:40 +0000)]
Fix conding stily.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5231
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Wed, 11 Jan 2012 14:40:04 +0000 (14:40 +0000)]
Fix some warnings in MD5 code
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5230
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Wed, 11 Jan 2012 14:40:03 +0000 (14:40 +0000)]
Refactor parser.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5229
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Wed, 11 Jan 2012 14:40:01 +0000 (14:40 +0000)]
Add definitions for 24C32, 24C64 and 24C128 eeproms. Use the right eeprom type.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5228
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Wed, 11 Jan 2012 12:01:01 +0000 (12:01 +0000)]
Remove duplicate define. Put all phy chip specific defines in its
module.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5227
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Wed, 11 Jan 2012 12:00:58 +0000 (12:00 +0000)]
Remove duplicate file register definition.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5226
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Wed, 11 Jan 2012 12:00:56 +0000 (12:00 +0000)]
Trailing whitespace
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5225
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Tue, 10 Jan 2012 15:08:34 +0000 (15:08 +0000)]
Add sam3n bechmark into nightly test.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5224
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Tue, 10 Jan 2012 15:06:56 +0000 (15:06 +0000)]
Merge branch 'dev'
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5223
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Thu, 5 Jan 2012 17:26:03 +0000 (17:26 +0000)]
Restore the previous name.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5222
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Thu, 5 Jan 2012 17:26:02 +0000 (17:26 +0000)]
Allow string arguments to be quote within "".
Some string arguments may need to use spaces, allow them by using double
quotes to enclose the string.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5221
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Thu, 5 Jan 2012 17:26:01 +0000 (17:26 +0000)]
Change parser strings to include length.
By default, parsed arguments from the parser module are not valid
strings. This patch introduces string length to each string parameter.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5220
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Thu, 5 Jan 2012 17:26:00 +0000 (17:26 +0000)]
Add pwm pins set registers.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5219
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Thu, 5 Jan 2012 17:25:58 +0000 (17:25 +0000)]
Add more functions to manage ini file.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5218
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Thu, 5 Jan 2012 17:25:57 +0000 (17:25 +0000)]
Fix some warnings in lwip bertos implementation
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5217
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Thu, 5 Jan 2012 17:25:56 +0000 (17:25 +0000)]
Fix comments.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5216
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Thu, 5 Jan 2012 17:25:54 +0000 (17:25 +0000)]
Implement timer_cleanup() function for SAM7.
This must be called to stop the system timer in the bootloader before
jumping into the application.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5215
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Thu, 5 Jan 2012 17:25:53 +0000 (17:25 +0000)]
Add IS_ALIGNED macro to test alignment of a pointer
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5214
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Thu, 5 Jan 2012 10:23:48 +0000 (10:23 +0000)]
Fix nightly test warning.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5213
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Thu, 5 Jan 2012 09:53:48 +0000 (09:53 +0000)]
Update prj.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5212
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Thu, 5 Jan 2012 09:44:31 +0000 (09:44 +0000)]
Rename prj to insert it into nightly test.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5211
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Wed, 4 Jan 2012 11:27:51 +0000 (11:27 +0000)]
Add other project to tests.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5210
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Wed, 4 Jan 2012 11:27:14 +0000 (11:27 +0000)]
Update projects.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5209
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Wed, 4 Jan 2012 11:22:21 +0000 (11:22 +0000)]
Update projects.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5208
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Wed, 4 Jan 2012 11:12:15 +0000 (11:12 +0000)]
Rename to insert project into the nightly test.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5207
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Wed, 4 Jan 2012 11:07:37 +0000 (11:07 +0000)]
Rename projects to insert it into nightly test.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5206
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Wed, 4 Jan 2012 11:01:17 +0000 (11:01 +0000)]
Reorder and add other tests.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5205
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Wed, 4 Jan 2012 11:00:41 +0000 (11:00 +0000)]
Update benchmark projects.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5204
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Wed, 4 Jan 2012 10:52:43 +0000 (10:52 +0000)]
Rename project to insert it into nightly test.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5203
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Wed, 4 Jan 2012 10:50:22 +0000 (10:50 +0000)]
Rename project to insert it into nightly test.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5202
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Wed, 4 Jan 2012 10:47:01 +0000 (10:47 +0000)]
Update project.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5201
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Wed, 4 Jan 2012 10:34:22 +0000 (10:34 +0000)]
Typos.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5200
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Wed, 4 Jan 2012 10:20:54 +0000 (10:20 +0000)]
Rename prj to insert it into nightly test.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5199
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Wed, 4 Jan 2012 10:18:48 +0000 (10:18 +0000)]
Update prj.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5198
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Wed, 4 Jan 2012 10:08:00 +0000 (10:08 +0000)]
Rename to insert it into nightly_test.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5197
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Thu, 22 Dec 2011 15:39:43 +0000 (15:39 +0000)]
Update the makefile for new flash script.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5195
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Thu, 22 Dec 2011 15:38:49 +0000 (15:38 +0000)]
Using different flash script for sam3x.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5194
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Tue, 20 Dec 2011 17:17:29 +0000 (17:17 +0000)]
Set different script to flash the cpu.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5193
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Tue, 20 Dec 2011 13:55:59 +0000 (13:55 +0000)]
Fix and update project.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5192
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Tue, 20 Dec 2011 13:35:20 +0000 (13:35 +0000)]
Rename project to insert it into nightly test.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5191
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Tue, 20 Dec 2011 13:09:05 +0000 (13:09 +0000)]
Remove toolchain path for nightly test.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5190
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Mon, 19 Dec 2011 18:19:40 +0000 (18:19 +0000)]
Reformat.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5189
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Mon, 19 Dec 2011 17:34:40 +0000 (17:34 +0000)]
Include sam3n prj templates to nightly test.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5188
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Mon, 19 Dec 2011 17:32:20 +0000 (17:32 +0000)]
Fix and update template project.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5187
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Mon, 19 Dec 2011 17:14:45 +0000 (17:14 +0000)]
Renamed project to insert it into nightly test.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5186
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Mon, 19 Dec 2011 17:03:35 +0000 (17:03 +0000)]
Fix and update the template prj.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5185
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Mon, 19 Dec 2011 16:19:29 +0000 (16:19 +0000)]
Rename project to insert it into nightly test.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5184
38d2e660-2303-0410-9eaa-
f027e97ec537
batt [Fri, 16 Dec 2011 12:04:28 +0000 (12:04 +0000)]
Fix warning with gcc 4.6.1 (and also nightly test).
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5183
38d2e660-2303-0410-9eaa-
f027e97ec537
lottaviano [Mon, 12 Dec 2011 13:51:57 +0000 (13:51 +0000)]
Update default CPU frequency for sd_fat example project.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5182
38d2e660-2303-0410-9eaa-
f027e97ec537
lottaviano [Mon, 12 Dec 2011 13:51:56 +0000 (13:51 +0000)]
Add Device ID Base Address register to the STM32 memory map.
This provides a method to obtain a device unique ID number.
Signed-off-by: Robin Gilham <robin.gilham@gmail.com>
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5181
38d2e660-2303-0410-9eaa-
f027e97ec537
batt [Fri, 9 Dec 2011 21:21:09 +0000 (21:21 +0000)]
Make kfile_test global variables static in order to avoid name overlap.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5180
38d2e660-2303-0410-9eaa-
f027e97ec537
lottaviano [Mon, 5 Dec 2011 11:10:02 +0000 (11:10 +0000)]
Update sd_fat project to use the latest INI reader config file.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5179
38d2e660-2303-0410-9eaa-
f027e97ec537
lottaviano [Mon, 5 Dec 2011 11:10:00 +0000 (11:10 +0000)]
Add case insensitive comparisons to INI reader + config option.
Signed-off-by: Robin Gilham <robin.gilham@gmail.com>
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5178
38d2e660-2303-0410-9eaa-
f027e97ec537
batt [Fri, 2 Dec 2011 08:58:56 +0000 (08:58 +0000)]
Signed-off by Robin Gilham:
Support for the STM32F102 chip.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5177
38d2e660-2303-0410-9eaa-
f027e97ec537
batt [Fri, 2 Dec 2011 08:58:03 +0000 (08:58 +0000)]
Signed-off by Robin Gilham:
Patch to the posix_ser driver that reads input from the serial port and
also sets the baudrate
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5176
38d2e660-2303-0410-9eaa-
f027e97ec537
batt [Fri, 2 Dec 2011 08:56:50 +0000 (08:56 +0000)]
Signed-off by Robin Gilham:
Improvement to the ini file reader to be able to be configured for case
sensitive or case insensitive matches.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5175
38d2e660-2303-0410-9eaa-
f027e97ec537
lottaviano [Fri, 11 Nov 2011 16:58:36 +0000 (16:58 +0000)]
Update the SevenSegment display driver.
- Fixed a bug in the sevenseg_print() when a lonely dot is printed
- Graphic print of a seven segment Digit
Signed-off-by: Fabio Bizzi <fabio.bizzi@gmail.com>
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5174
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Tue, 18 Oct 2011 15:13:10 +0000 (15:13 +0000)]
Remove uneeded debug string.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5173
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Tue, 18 Oct 2011 15:12:20 +0000 (15:12 +0000)]
Some fixes for IE7.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5172
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Tue, 18 Oct 2011 12:46:33 +0000 (12:46 +0000)]
Some cosmetic fixes.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5171
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Tue, 18 Oct 2011 09:35:23 +0000 (09:35 +0000)]
Fix comment.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5170
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Tue, 18 Oct 2011 09:34:15 +0000 (09:34 +0000)]
Fix comments.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5169
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Tue, 18 Oct 2011 09:29:37 +0000 (09:29 +0000)]
Silent warning. Update all status every second.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5168
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Tue, 18 Oct 2011 09:28:36 +0000 (09:28 +0000)]
Fix potenziometer bar. Enable autoscale for y axis.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5167
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Mon, 17 Oct 2011 17:20:18 +0000 (17:20 +0000)]
Fix potentiometer bar.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5166
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Mon, 17 Oct 2011 17:19:48 +0000 (17:19 +0000)]
Minor fixes. Display logo only at startup.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5165
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Thu, 13 Oct 2011 17:18:46 +0000 (17:18 +0000)]
Fix comments.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5164
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Thu, 13 Oct 2011 16:49:20 +0000 (16:49 +0000)]
Draw some info to display, and refresh it every some time. Add cgi to write message directly to display.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5163
38d2e660-2303-0410-9eaa-
f027e97ec537
lottaviano [Thu, 13 Oct 2011 16:43:14 +0000 (16:43 +0000)]
Fix XMega information for wizard.
The wizard did not generate a working set of makefiles, I
needed to add "xmega" to CPU_TAGS. While doing this I decided to create
a xmega.common file with these xmega specific settings and include it
from ATxmega32D4.cdef.
Signed-off-by: Onno <developer@gorgoz.org>
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5162
38d2e660-2303-0410-9eaa-
f027e97ec537
lottaviano [Thu, 13 Oct 2011 16:43:13 +0000 (16:43 +0000)]
Fix xmega initialization procedure.
When compiled and linked the method __init() in the init_xmega.c file is
generated as the code for the reset vector (vector 0). As there is also
a return instruction generated, it will return from vector 0 and then
execute vector 1, which is not implemented, so the reset vector is
called..... So the other code does not get executed at all.
Assigning the __init() method to other sections does not work either.
The same problem persists.
I implemented a solution which is two-fold:
1) I use the attribute "constructor" as according to the gcc
domumentation
(http://gcc.gnu.org/onlinedocs/gcc/Function-Attributes.html) it should
do exactly what we want: "The constructor attribute causes the function
to be called automatically before execution enters main ()"
2) This alone did not solve the issue. I had to rename the methode to
make it not get called by the reset vector so I renamed the methode to
init_xmega.
Signed-off-by: Onno <developer@gorgoz.org>
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5161
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Thu, 13 Oct 2011 15:14:46 +0000 (15:14 +0000)]
Use heap to allocate bitmap for display.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5160
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Thu, 13 Oct 2011 15:12:50 +0000 (15:12 +0000)]
Remove external reset generation, because on the board there are more device connected to the cpu NRST pin, this could be a problem during initialization of various devices.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5159
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Thu, 13 Oct 2011 12:48:27 +0000 (12:48 +0000)]
Fix doxygen warning.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5158
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Tue, 11 Oct 2011 17:16:54 +0000 (17:16 +0000)]
Minor fixes.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5157
38d2e660-2303-0410-9eaa-
f027e97ec537
asterix [Tue, 11 Oct 2011 17:16:17 +0000 (17:16 +0000)]
Fix channel mask, they are 16.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5156
38d2e660-2303-0410-9eaa-
f027e97ec537