bertos.git
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 asterixAdd to nighty test also the demo projects for each...
2010-11-25 asterixUpdate the test makefile to new bertos build system.
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-17 duploSave only the path of the toolchain, instead of all...
2010-11-16 asterixUpdate stm32 examples cfg.
2010-11-16 asterixReorder the header include. Add types include.
2010-11-16 asterixFix kfile source path.
2010-11-16 asterixFix kfile.c source include to allow the developers...
2010-11-16 duploFix regression due to #183 fix...
2010-11-16 duploAdd support for #183 fix in preset creation.
2010-11-15 duploFix for preset editing problems (bug #183).
2010-11-12 lottavianodoc: Remove doxygen warnings.
2010-11-12 lottavianodoc: Refactor documentation and add OOP basics.
2010-11-12 duploHardcoded initial geometry: 200, 200, 800, 600
2010-11-12 duploChange comment.
2010-11-11 asterixAdd cpu def for msp430g2231.
2010-11-11 lottavianodoc: Add documentation for kernel
2010-11-11 duploAttempt to use window manager's default positioning...
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 asterixUpdate the benchmarck preset. Enable the context switch...
2010-11-08 asterixUpdare cfg files.
2010-11-08 asterixAdd missing configurations.
2010-11-08 asterixUpdate example project to new bertos api.
2010-11-08 asterixOpen by default the kblock device in bufferd mode.
2010-11-08 asterixUpdate to new sd api.
2010-11-05 battBump up version.
2010-11-05 asterixAdd benchmark for sam3n.
2010-11-05 asterixRemove unneeded functions using led macros.
2010-11-05 asterixRefactor led macro, now we can specify the led to on...
2010-11-05 asterixAdd kernel template for sam3n board.
2010-11-05 asterixAdd missing return.
2010-11-05 asterixAdd comment and reformat.
2010-11-05 lottavianodoc: Add documentation for log module and cleanup.
2010-11-05 asterixAdd comments and reformat.
2010-11-05 asterixCompile whit gcc optimization.
2010-11-05 asterixAdd lcd foldback implementation.
2010-11-05 asterixReorder inludes. Move setBacklight to hw file implement...
2010-11-05 asterixAdd emply templates for sam3n board.
2010-11-05 asterixAdd headerguard, use nops to wait. Define setbacklite...
2010-11-05 alephsam3n-ek example: fix led handling
2010-11-05 alephsam3n-ek example: fix led macros
2010-11-05 alephsam3: fix CPU name
2010-11-05 lottavianosam3n port: create hw files for lcd and leds.
2010-11-04 lottavianoAdd SAM3N-EK board and example preset.
2010-11-04 lottavianoFirst commit to cleanup log module documentation.
2010-11-04 lottavianoAdd script to create a new board directory skeleton.
2010-11-03 arighilwIP: disable LWIP_POSIX_SOCKETS_IO_NAMES
2010-11-03 arighilwIP: always enable ARP functionality
2010-11-03 arighilwIP: remove dependency on heap module
2010-11-03 arighilwIP: remove dependency on semaphore and add dependency...
2010-11-03 arighilwIP: do not compile unnecessary code
2010-11-03 arighiAT91SAM7X: gracefully drop bad frames read from the...
2010-11-02 alephILI9225 lcd driver: add function to write true color...
2010-11-02 alephsam3n: use linker script for flash, not for ram
2010-11-01 arighiAT91SAM7X: add TCP/IP echo server example
2010-11-01 arighiExclude lwIP stuff from the nightly build tests.
2010-11-01 arighilwIP: integrate lwIP with the BeRTOS wizard
2010-11-01 arighilwIP: add configuration parameters
2010-11-01 arighilwIP: add ethernet glue for lwIP
2010-11-01 arighilwIP: operating system requirements
2010-11-01 arighiCPU: introduce cpu_atomic_xchg()
2010-11-01 arighidoc: exclude the lwIP source code from the Doxygen...
2010-11-01 arighiAdd lwIP include directories to the BeRTOS include...
2010-11-01 arighiAT91SAM7: EMAC ethernet driver refactoring
2010-11-01 arighinet: add lwIP TCP/IP stack
2010-11-01 arighievent: always add a memory barrier before returning...
2010-10-31 arighidocs: silent wrong Doxygen warning
2010-10-28 battMove flash related flags to the flash driver; refactor...
2010-10-28 alephFix typo
2010-10-27 alephChange filename and macros from AT91SAM3.. to SAM3...
2010-10-27 alephili9225 lcd driver: remove backlight macros, board...
2010-10-27 alephILI9225 lcd driver: remove backlight control function...
2010-10-27 arighitest: activate AT91SAM7X for nightly tests instead...
2010-10-27 arighiAT91: distinct CPU definitions for AT91SAM7X and AT91SA...
2010-10-26 alephsam3 port: enable power on all PIO input ports by default.
2010-10-26 lottavianoFix default debug port for STM32 board on context switc...
2010-10-26 alephILI9225 lcd driver: writes one row at a time: a lot...
2010-10-26 alephILI9225 lcd driver: use generic KFile object instead...
2010-10-26 alephsam3: add PDC register offsets
2010-10-26 lottavianodoc: Update and clarify documentation for event handlin...
2010-10-26 lottavianodoc: Update offline reference doc to match website...
2010-10-26 arighimware: add documentation of the generic completion...
2010-10-26 arighimware: fix generic completion events behaviour without...
2010-10-26 lottavianodoc: I2C, add more documentation for old API backends.
2010-10-26 lottavianodoc: Move old i2c API at the end of file.
2010-10-25 lottavianodoc: Add documentation for new I2C API and razionalize...
2010-10-25 arighinetwork: add generic ethernet module.
2010-10-25 arighiAT91SAM7: add EMAC ethernet driver
2010-10-24 lottavianodoc: Reorder KFile interface functions, add documentation.
2010-10-24 lottavianoRemove unneeded compile time check.
2010-10-24 lottavianodoc: Remove doxygen tags to internal typedefs; add...
next