Update preset.
[bertos.git] / bertos / cfg /
2012-01-13 Daniele BasileMerge contributed patch to extend support of atxmega.
2012-01-11 asterixSilen some warning.
2012-01-11 asterixAdd rtask module.
2012-01-11 asterixAdd preprocessor FOR macro.
2012-01-10 asterixMerge branch 'dev'
2012-01-05 asterixAdd IS_ALIGNED macro to test alignment of a pointer
2011-12-05 lottavianoAdd case insensitive comparisons to INI reader + config...
2011-12-02 battSigned-off by Robin Gilham:
2011-10-10 asterixDefine new tag to fix wizard errors.
2011-09-28 asterixAdd first implementation of http server module.
2011-09-05 asterixAdd configuration mode flag.
2011-09-05 asterixAdd utilis macro to manage bits.
2011-07-22 asterixReadd the buffer len settings for old compatibility.
2011-07-21 asterixAdd alpha api implementation for i2s module.
2011-07-18 asterixMove some settings into cfg file.
2011-07-15 asterixImplement some fuctions to manage codec through 2 wire...
2011-07-14 asterixDefine wm8731 context, add log.
2011-07-14 asterixAdd first implementation of wm8731 audio codec module.
2011-05-17 lottavianoAdd priority inheritance implementation for Semaphores.
2011-05-11 alephnand driver: default log level not too noisy
2011-05-10 alephnand driver (formerly mt29f): change all symbol prefixe...
2011-05-10 alephmt29f driver becomes nand driver.
2011-05-10 alephmt29f NAND driver: refactor to separate generic and...
2011-04-08 arighiadd support to the IAR Embedded Workbench(TM) compiler
2011-04-06 alephInitial sketch of a driver for MT29F serial NAND.
2011-03-29 asterixReformat dac module to use tc. Clean up code.
2011-03-28 lottavianoCorrectly set errno when sockets API is enabled.
2011-03-25 asterixPasto.
2011-03-23 asterixFirst implementation of dac module.
2011-03-21 asterixAdd flag to configure the adc with wizard.
2011-03-17 lottavianoFix nightly test warnings
2011-03-16 lottavianoAdd seven segmend LED display driver (config files).
2011-03-15 arighiAllow selectively disabling debug features to reduce...
2011-03-14 arighimove Hook type definition in cfg/compiler.h for a more...
2011-03-10 battRefactor pwm driver; add documentation.
2011-03-03 arighisignal: introduce a low-level API to specify the partic...
2011-02-23 battAdd new macro: INT_MULT.
2011-02-19 arighimove is_aligned() helper function into bertos/cfg/macros.h
2011-02-15 lottavianoUse more descriptive error messages for invalid stacks...
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-09 arighirandom: integrate the random module into the wizard
2011-02-07 arighiusb: make the maximum number of interfaces and endpoint...
2011-02-03 battFix comment.
2011-01-03 lottavianodoc: Add documentation for ASSERT and ASSERT2.
2010-12-22 lottavianoAdd TFTP server 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-12 lottavianodoc: Remove doxygen warnings.
2010-11-10 lottavianodoc: Added group definitions for most common modules.
2010-11-05 lottavianodoc: Add documentation for log module and cleanup.
2010-11-04 lottavianoFirst commit to cleanup log module documentation.
2010-11-03 arighilwIP: disable LWIP_POSIX_SOCKETS_IO_NAMES
2010-11-03 arighilwIP: always enable ARP functionality
2010-11-01 arighilwIP: add configuration parameters
2010-10-25 arighinetwork: add generic ethernet module.
2010-10-13 arighiUSB: integrate vendor and product ID configuration...
2010-10-09 arighimsp430: kdebug driver enhancement
2010-09-30 arighicompiler: introduce ALIGNED macro
2010-09-30 arighiIntroduce ALIGN_UP() macro
2010-09-30 arighiUSB: compile-time endpoints allocation
2010-09-30 arighiUSB: unify endpoints' TX and RX buffers
2010-09-29 arighiUSB: provide low-level internal TX and RX buffers
2010-09-24 arighicountof(): use STATIC_ASSERT_EXPR() to perform compile...
2010-09-24 arighiUSB: rename usb_serial module in usbser
2010-09-24 arighiUSB: rename usb_mouse module in usbmouse
2010-09-24 arighiUSB: rename usb_keyboard module in usbkbd
2010-09-23 arighiIntroduce STATIC_ASSERT_EXPR()
2010-09-22 arighiUSB: add generic usb-keyboard device driver (EXPERIMENTAL)
2010-09-22 arighiUSB: add generic usb-mouse device driver (EXPERIMENTAL)
2010-09-21 arighiusb-serial: fix comment
2010-09-17 arighiUSB: implement generic usb-serial device driver
2010-09-17 arighiSTM32: USB full-speed device driver
2010-08-30 arighicountof(): perform a compile time type checking for...
2010-08-30 lottavianoFirst support for MSP430 CPU
2010-08-11 asterixRemove old cfg files, move all int cfg_emb_flash.
2010-08-10 asterixAdd some config flags.
2010-08-09 asterixAdd embedded flash module for stm32. First refactor...
2010-08-05 asterixAdd implement verify and erase functions and support...
2010-08-01 asterixFix doxygen documentation.
2010-07-30 asterixRemove from wizart i2c backend selection. Add deprecate...
2010-07-30 asterixMerged revisions 4004-4036,4039-4048,4050-4095,4097...
2010-07-26 asterixFix count params macro.
2010-07-22 asterixSVNSILENT
2010-07-20 asterixAdd the macro to count the argument number of functions.
2010-07-20 asterixMerged revisions 4003-4037 via svnmerge from
2010-07-09 battRemove unneeded configuration.
2010-07-06 battUpdate SD driver in order to use the new KBlock API.
2010-07-06 battAdd log level options to fat module.
2010-07-02 battRemove \version svn tag.
2010-07-02 battMove kfile interface to the io/ directory.
2010-07-02 battSilence warning.
2010-06-09 battMinor fixes in AT91 ADC module.
2010-05-28 battExplicit dependancy between CONFIG_KERN_PREEMPT and...
2010-05-28 battAdd configurable options for HD44780 LCD display column...
2010-05-20 asterixSplit menu configuration. Add callback for smooth....
2010-05-20 arighibenchmark: do not build serial driver in context_switch...
2010-05-19 asterixUpdate boards projects.
2010-05-19 asterixFix comments.
2010-05-19 asterixRemove lcd configuration files, and add the lcd_hd44...
next