Stack size problem solved for cortex-m3 CPU family. (STACK_SIZE variable in cortex...
[bertos.git] / bertos /
2011-03-04 alephsam3 pmc: add functions to handle peripheral clock...
2011-03-03 arighisignal: fix a build warning with CONFIG_KERN_SIGNALS...
2011-03-03 arighimove TIMER_AFTER() and TIMER_BEFORE() macros in drv...
2011-03-03 arighievents: fix signal overlapping in generic events
2011-03-03 arighisignal: introduce a low-level API to specify the partic...
2011-03-03 arighisignal: introduce a struct to represent a signal
2011-03-03 alephsam3 system clock setting: optimize run-time evaluation...
2011-03-03 alephsam3 SMC definitions: sam3n/s have very different contr...
2011-03-03 arighikbd: use generic event synchronization
2011-03-03 arighiadd missing header limits.h
2011-03-02 alephhx8347 lcd driver: fix use of display window and RGB...
2011-03-02 alephsam3 pio: add definitions for ports D, E and F.
2011-02-28 alephhx8347 lcd: Fix build warning in template hardware...
2011-02-28 alephFix driver description
2011-02-27 alephAdd driver for Himax HX8347 LCD controller.
2011-02-27 alephAdd wizard dependency for timer module
2011-02-27 alephAdd static memory controller include file
2011-02-25 alephsam3: register definition for static memory controller...
2011-02-25 alephsam3 serial: define and generalize peripheral assigneme...
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.
next