bertos.git
2011-03-08 arighitimer: change timer_delayTicks() to use generic events
2011-03-08 arighievents: do not inline event_select()
2011-03-07 arighievent: introduce event_select()
2011-03-07 arighisignal: split user and system signals in two distinct...
2011-03-07 arighievent: remove unused hook
2011-03-04 alephsam3x-ek board: add display demo
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 alephsam3x-ek: set system clock at 84 MHz
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 arighiek-lm3s1968: kbd driver depends on the proc module now
2011-03-03 arighidemo: kbd driver depends on the proc module now
2011-03-03 arighikbd: use generic event synchronization
2011-03-03 arighiadd missing header limits.h
2011-03-02 alephsam3x-ek: add display backlight control
2011-03-02 alephsam3x-ek empty template: init lcd
2011-03-02 alephsam3x-ek board: keyboard definitions for "left click...
2011-03-02 alephhx8347 lcd driver: missing BV() in PMC enable setting...
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 alephAdd new board: SAM3X-EK
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 battUse the new default frequency.
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-17 battUse relative paths when creating a project.
2011-02-17 battRemove path from toolchain when creating presets (use...
2011-02-17 battAdd findInPath method; search for toolchains in system...
2011-02-16 battInitialize timer magic number.
2011-02-16 battFix nightly test (really).
2011-02-15 lottavianoUse more descriptive error messages for invalid stacks...
2011-02-14 battFix nightly test.
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: define the new options CONFIG_USB_EP_MAX and CONFI...
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 lottavianoAdd coding style checker script.
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 lottavianoRemove from documentation struct names not used.
2011-01-14 lottavianodoc: Add pool module documentation.
2011-01-12 lottavianoAdd wizard support for ATmega2560
2011-01-04 lottavianodoc: Add the short introduction and OOP pages to genera...
2011-01-04 lottavianodoc: Add clarifications for doxygen generated documentation
2011-01-04 lottavianodoc: Move short introduction page to general-introduction
2011-01-04 lottavianodoc: Add README file, sorely missing from source code...
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.
next