Add the hashtable test module.
[bertos.git] / bertos /
2010-05-13 arighiAdd the hashtable test module.
2010-05-13 arighihashtable: fix build warning.
2010-05-13 arighihashtable: do not wrap text to avoid truncated descript...
2010-05-13 asterixremove unneed function. Use hpread in context switch...
2010-05-13 asterixFix debug port select.
2010-05-12 arighiSTM32: fix GPIO settings in kdebug module.
2010-05-12 arighiSTM32: correctly set PCLK1 to 36MHz (max allowed freque...
2010-05-12 asterixAdd function to read hp ticks.
2010-05-12 asterixAdd switch context module.
2010-05-12 arighiSTM32: add basic kdebug support.
2010-05-12 arighiSTM32: initialize the clock for all the peripherals...
2010-05-12 arighiLM3S: remove kdebug dependency from serial driver.
2010-05-12 asterixAdd hw led module.
2010-05-11 asterixAdd benchmark modules.
2010-05-11 asterixAdd flash module.
2010-05-11 asterixRefactor module.
2010-05-11 asterixAdd flash module. Refactor the cpu implementation.
2010-05-11 asterixAdd flash module. Refactor the cpu implementation.
2010-05-10 arighiAdd -fomit-frame-pointer when we are not in debug mode.
2010-05-10 arighiSTM32: correctly evaluate the CPU clocking configuration.
2010-05-07 asterixAdd wizard mark. Add configuration file. Move some...
2010-05-07 asterixClean up.
2010-05-07 asterixAdd wizard mark. Clean up. Use kfile instead ser.
2010-05-07 asterixClean up.
2010-05-07 asterixClean up. Reformat.
2010-05-07 asterixAdd comments.
2010-05-07 asterixClean up. Refactor module implementing keytag_recv.
2010-05-07 asterixRemove missing wizard tag.
2010-05-07 asterixClean up. Use log module. Add cfg file and move some...
2010-05-07 asterixClean up. Typo.
2010-05-05 asterixMatch only the section name that have the same lenght.
2010-05-05 asterixAdd missing include.
2010-05-05 asterixAdd mpxx6115a widzard tags.
2010-05-05 asterixReformat.
2010-05-05 asterixClean up.
2010-05-04 asterixRefactor all module. Clean up. Fix comments. Some patch...
2010-05-04 asterixAdd wizard config mark.
2010-05-04 arighiSTM32: add Olimex STM32-P103 wizard definitions.
2010-05-04 asterixRevert last commit.
2010-05-04 arighiSTM32: add GPIO driver.
2010-05-04 arighiSTM32: add clocking driver.
2010-05-04 arighiCM3: unify architecture initialization routine for...
2010-05-04 arighiCM3: unify timer driver for Cortex-M3 processors.
2010-05-04 arighiCM3: IRQ manager support for STM32 processors family.
2010-05-04 arighiCM3: add basic support to STM32 family processors.
2010-05-04 arighiCM3: move the Cortex-M3 generic hardware macros to...
2010-05-04 arighiCM3: avoid using HWREG() macro.
2010-05-04 arighilm3s: avoid exporting unused function clock_get_rate().
2010-04-30 arighifonts: include the C version of all the fonts in the...
2010-04-30 arighiCM3: shrink the initial IRQ table even more.
2010-04-30 arighiLPC2: define register offsets in the UART driver to...
2010-04-30 arighiCM3: lm3s scripts and configurations refactoring.
2010-04-30 battComply to new wizard policy: the toolchain name is...
2010-04-29 asterixFix comment.
2010-04-29 arighilm3s: flash and debug script refactoring.
2010-04-28 arighiCM3: add support for the LM3S8962 evaluation board.
2010-04-28 asterixAdd avr tag for widzard.
2010-04-28 asterixUse log module, implement recv function. Some little...
2010-04-28 asterixClean up.
2010-04-28 asterixFix xmodem send. Use log module.
2010-04-28 asterixAdd support for flash sizes on all supported AT91SAM7...
2010-04-28 asterixUpdate the hw and cfg thermo files.
2010-04-27 asterixRemove duplicate defines.
2010-04-27 asterixAdd pwm register definitions.
2010-04-27 asterixSome refactor. Clean up. Add comments.
2010-04-27 arighiLPC2: do not include UART driver to the nightly test...
2010-04-27 arighiLPC2: include the UART driver into the generic driver...
2010-04-27 asterixRever wrong commit.
2010-04-27 arighiLPC2: UART driver.
2010-04-27 asterixAdd process to use module with kernel. Move some define...
2010-04-27 asterixAdd ntc log config.
2010-04-27 asterixAdd log module and use temp types.
2010-04-27 asterixAdd comment.
2010-04-27 asterixFix if.
2010-04-27 asterixClean up.
2010-04-27 asterixClean up.
2010-04-27 asterixClean up. Add set polarity prototype.
2010-04-27 arighilm3s1968: internal flash memory driver.
2010-04-27 arighirit128x96: correctly check for out-of-bounds pixels...
2010-04-23 arighilm3s1968: add a busy wait sleep when enabling or disabl...
2010-04-23 arighifont: add fixed-width Gohufont.
2010-04-23 arighirit128x96: allow to define starting x and y coordinates...
2010-04-23 asterixCompute duty cycle according to pwm polarity before...
2010-04-22 arighilm3s1968: set the correct GPIO registers when enabling...
2010-04-22 arighirit128x96: introduce rit128x96_blitRaw() to draw a...
2010-04-21 arighiCM3: ensure that all processes have eight-byte stack...
2010-04-21 arighigui: refresh the local bitmap instead of referencing...
2010-04-19 battHeap: refactor in order to add more tests.
2010-04-19 battTypos.
2010-04-19 battReformat.
2010-04-19 battHeap: add heap_freeSpace(), a new function.
2010-04-19 battheap: Fix heap_freemem() when all the heap is full.
2010-04-19 arighigfx: fix missing dependency.
2010-04-19 arighimenu: correctly show the entry at the bottom of the...
2010-04-19 arighikernel: preemptive and cooperative scheduler refactoring.
2010-04-19 arighiat91sam7x: force inlining of all the UART ISR functions.
2010-04-18 asterixFix the pio pins settings everty time we change configu...
2010-04-17 arighilm3s1968: introduce lm3s_gpioPinRead().
2010-04-16 battLPC2: silent warning in nightly test.
2010-04-16 battAX25:add new print function compatible with TNC-2 format.
next