Add missing return.
[bertos.git] / bertos /
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
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 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 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-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 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 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 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...
2010-10-23 alephAdd new LCD display driver for ILI9225 based lcds,...
2010-10-22 asterixFix copyright. Reorder include and remove deprecated...
2010-10-22 asterixDefine cpu core macro for makefile.
2010-10-22 asterixFix msp430 cpu core name. Add new msp430 core detect.
2010-10-22 lottavianodoc: Add missing return values.
2010-10-22 lottavianodoc: Add documentation for BitArray module.
2010-10-22 lottavianoAdd API warning in USB subsystem.
2010-10-22 alephsam3n spi: revert to "end of transmit" interrupt instea...
2010-10-22 alephsam3n io: fix nasty pasto
2010-10-22 lottavianoRemove unneeded doxygen tags.
2010-10-22 lottavianoRemove doxygen tags from private structures.
2010-10-21 alephsam3 spi: use data transfer register interrupt instead...
2010-10-19 alephsam3n spi: fix interrupt enable/disable logic. Interru...
2010-10-19 alephsam3n serial/spi: use correct peripheral ids and interr...
2010-10-19 alephsam3n: fix confusion between interrupt numbers and...
2010-10-18 alephsam3n: revert to a version of Atmel's sam3n register...
2010-10-17 asterixFix copyright and comment.
2010-10-15 alephsam3 port: add serial module.
2010-10-15 alephsam3 port: add CPU detect macros for SAM3S4 and SAM3U4.
2010-10-15 alephsam3n: update clock and kdebug modules to use lastest...
2010-10-15 alephsam3n port: add some peripheral register definitions.
2010-10-15 alephsam3n port: revert to our custom made register definiti...
2010-10-15 asterixPut the specific random cpu backend to correct dir.
2010-10-15 asterixAdd entropy generation for stm32.
2010-10-15 asterixReformat.
2010-10-14 asterixFix log import module, other simple typo fixes.
2010-10-13 arighiusbser: remove duplicate definitions
2010-10-13 arighiUSB: integrate vendor and product ID configuration...
2010-10-12 alephsam3: disable watchdog at boot
2010-10-12 alephsam3n port: remove sneaked in commented code
2010-10-12 alephatsam3 port: add all Atmel register definitions and...
2010-10-12 alephsam3n port: add (unfinished) configuration check form...
2010-10-11 alephsam3n: change flash io defines according to at91 port...
2010-10-09 arighimsp430: kdebug driver enhancement
2010-10-05 raskySEC: Isaac: change reseeding algorithm by xoring the...
2010-10-05 alephsam3n port: set flash wait states before activating...
2010-10-05 alephsam3n port: fix copyright date
2010-10-05 alephsam3n: add flash definitions and linker script
2010-10-05 alephsam3n kdebug: fix bug, enable correctly UART PMC.
2010-10-05 asterixSome fix to compile run test check.
2010-10-05 asterixSome fix to compile run test check.
2010-10-05 asterixFix missing header. Add blowfish source to run_test...
2010-10-04 raskySEC: add OFB mode to symmetric ciphers.
2010-10-04 raskySEC: Add 32-bit optimized AES implementation and refact...
2010-10-04 raskyAdd speed calculation to cipher benchmarks
2010-10-04 raskySEC: add another AES test for debugging purposes
2010-10-04 alephsam3n port: use external 12 MHz oscillator as system...
2010-10-04 alephAdd system controller register and clean-up PMC headers
2010-10-01 arighiSTM32: USB: use generic completion events
2010-10-01 arighimware: add generic completion events
2010-09-30 arighiUSB: make all USB strings as const
2010-09-30 raskyAdd benchmarks for block ciphers.
2010-09-30 raskySEC: fix undeterminism in X917 and refactor to avoid...
2010-09-30 arighiSTM32: USB: remove duplicated macros
2010-09-30 arighicompiler: introduce ALIGNED macro
2010-09-30 arighiIntroduce ALIGN_UP() macro
2010-09-30 arighiSTM32: USB: use distinct EP buffers
2010-09-30 arighiSTM32: USB: define descriptors only for the allocated...
2010-09-30 arighiUSB: include device driver configuration files for...
next