dox: Fix nightly test warnings.
[bertos.git] / bertos /
2011-02-25 lottavianodox: Fix nightly test warnings.
2011-02-23 battAdd new macro: INT_MULT.
2011-02-23 alephsam3: generalize AB(CD)SR register definition for sam3x...
2011-02-23 alephSAM3: fix mismatched UART and USART I/O pin assignment...
2011-02-23 lottavianoAdd wizard support and linker scripts for STM32F103RE
2011-02-23 lottavianoAdd support for STM32F103RE CPU.
2011-02-23 lottavianodoc: Add documentation for the pool memory allocator
2011-02-21 battFix undefined behaviour.
2011-02-19 arighimove is_aligned() helper function into bertos/cfg/macros.h
2011-02-18 arighiSTM32: USB: correctly detect when read/write must be...
2011-02-17 arighimove RAM_FUNC functions into a distinct section in RAM
2011-02-17 arighisec: fix type qualifier ambiguity
2011-02-17 arighisec: silent wrong compiler warning in isaac
2011-02-17 arighisec: properly handle unaligned memory in xor_block...
2011-02-16 battInitialize timer magic number.
2011-02-15 lottavianoUse more descriptive error messages for invalid stacks...
2011-02-13 alephSpacing fix
2011-02-13 alephsam3n4 cpu def: fix comment
2011-02-13 alephsam3: fix clock initialization to work with sam3x too
2011-02-13 alephAdd SAM3X8 support: linker script, cpu detection, wizar...
2011-02-13 alephsam3: new cpu SAM3X8, add I/O base addresses, and updat...
2011-02-11 arighiUSB: allow to configure the maximum packet size of EP0
2011-02-11 arighimove ACCESS_SAFE() macro into bertos/cfg/compiler.h
2011-02-11 arighiSTM32: USB: handle both input and output requests in...
2011-02-11 lottavianoUpdated default crystal and CPU frequency.
2011-02-11 lottavianoWhite space fixes.
2011-02-10 arighiSTM32: GPIO: use uint16_t for the mask of pins that...
2011-02-09 arighirandom: add module dependencies
2011-02-09 arighirandom: integrate the random module into the wizard
2011-02-09 arighiCM3: allow to define function in RAM by the RAM_FUNC...
2011-02-09 arighiUSB: max number of endpoints can be equal to the number...
2011-02-07 arighiSTM32: RTC: add missing include
2011-02-07 arighiusb: fix the name of endpoint's direction in debugging...
2011-02-07 arighiusb: check the real number of endpoints in STATIC_ASSERT()
2011-02-07 arighiusb: make the maximum number of interfaces and endpoint...
2011-02-07 arighiflash: fix example usage documentation
2011-02-07 arighiSTM32: RTC: add dependency of module "proc"
2011-02-04 arighiSTM32-P103: add real-time clock (RTC) driver
2011-02-04 arighitimer: fix a build warning and add a comment
2011-02-03 battMerged from external project:
2011-02-03 battAdd missing configuration file for EEPROM driver.
2011-02-03 battFix comment.
2011-02-03 battLoad new page only on buffered devices.
2011-02-03 battDo not send a stop condition while sending the slave...
2011-02-02 battCorrectly handle reading/writing after EOF.
2011-02-02 battTake into account also the start block on trimmed devices.
2011-02-02 battAdd new function: kfile_copy().
2011-02-02 battAdd KFile seek and size members support.
2011-01-14 lottavianodoc: Add pool module documentation.
2011-01-12 lottavianoAdd wizard support for ATmega2560
2011-01-04 asterixFilter always the menu warning, for nightly test.
2011-01-03 lottavianoFix compilation issues on pool.h
2011-01-03 lottavianodoc: Move List documentation into its own section.
2011-01-03 lottavianodoc: Add documentation for ASSERT and ASSERT2.
2011-01-03 asterixSilent and fix warnings for nigthly test.
2011-01-03 asterixRemove from nigthly test.
2010-12-23 lottavianoAdd support for ATmega2560.
2010-12-22 lottavianoAdd TFTP server module.
2010-12-22 lottavianoFix lwip compilation with arm-2010.09-51- toolchain
2010-12-22 lottavianoFix pool module compilation issues.
2010-12-20 lottavianoRemove kludge for c++.
2010-12-09 lottavianodoc: Added FIFO module documentation.
2010-12-07 lottavianoChange linking script options to allow user defined...
2010-12-07 battSigned-off-by: Robert Marshall KI4MCW <ki4mcw@gmail...
2010-12-06 battSigned-off-by: Robert Marshall KI4MCW <ki4mcw@gmail...
2010-12-06 lottavianodoc: Clarify kfile_read() behaviour.
2010-12-03 battRemove unneeded push.
2010-12-03 battRefactor in order to clarify.
2010-12-03 battChange to a more readable name.
2010-12-02 alephSTM32, serial driver: add support for STM32F101C4,...
2010-12-02 alephAdd base support for STM32F101C4 Cortex-M3 cpu.
2010-11-28 asterixAdd parser configuration include.
2010-11-28 asterixReformat.
2010-11-28 lottavianodoc: Add documentation for keyboard driver.
2010-11-28 lottavianodoc: Add menu, gfx and text documentation into global...
2010-11-28 lottavianodoc: Add ADC driver to drivers group.
2010-11-28 lottavianodoc: Add indication of configuration file
2010-11-28 lottavianodoc: Fix documentation warnings in parser.
2010-11-28 lottavianodoc: Move function documentation to .c file.
2010-11-28 lottavianodoc: Add documentation for parser module.
2010-11-26 lottavianoChange configuration options name for parser module.
2010-11-26 lottavianoCleanup parser code and make it more BeRTOS compliant.
2010-11-25 asterixExclude from nigthly test because bertos doesn't suppor...
2010-11-24 lottavianoFix cfg file include mode for lwip.
2010-11-23 lottavianoMerged from external project:
2010-11-23 lottavianodoc: Specify error codes returned by kblock_error().
2010-11-19 lottavianodoc: Add KFileBlock group and put a reference into...
2010-11-16 asterixReorder the header include. Add types include.
2010-11-12 lottavianodoc: Remove doxygen warnings.
2010-11-12 lottavianodoc: Refactor documentation and add OOP basics.
2010-11-11 asterixAdd cpu def for msp430g2231.
2010-11-11 lottavianodoc: Add documentation for kernel
2010-11-10 lottavianodoc: Added group definitions for most common modules.
2010-11-09 lottavianodoc: Update embedded flash documentation.
2010-11-09 lottavianodoc: Improve documentation for Flash driver.
2010-11-08 asterixOpen by default the kblock device in bufferd mode.
2010-11-05 lottavianodoc: Add documentation for log module and cleanup.
2010-11-05 asterixAdd lcd foldback implementation.
2010-11-04 lottavianoFirst commit to cleanup log module documentation.
2010-11-03 arighilwIP: disable LWIP_POSIX_SOCKETS_IO_NAMES
next