Add wizard tag.
[bertos.git] / bertos /
2011-03-16 lottavianoAdd seven segment LED driver.
2011-03-16 lottavianoAdd seven segmend LED display driver (config files).
2011-03-16 alephsam3: include emac definition
2011-03-16 alephEthernet driver for SAM3X.
2011-03-16 alephsam3: add register definitions for RSTC and EMAC
2011-03-15 arighiAllow selectively disabling debug features to reduce...
2011-03-15 arighiser_avr: warn for excessive baudrate skew
2011-03-15 arighiusb: introduce usb_endpointReadTimeout() and usb_endpoi...
2011-03-14 arighiSTM32: flash: make flash_wait() a voluntary preemption...
2011-03-14 arighiFix serial baudrate setting on the Arduino Uno
2011-03-14 arighievent: generic event refactoring
2011-03-14 arighisignal: change sig_waitTimeoutSignal() to accept custom...
2011-03-14 arighisignal: move some of the API documentation in signal.h
2011-03-14 arighisignal: speed up sig_check()
2011-03-14 arighimove Hook type definition in cfg/compiler.h for a more...
2011-03-10 alephSAM3: add SDRAM controller definitions.
2011-03-10 battRefactor pwm driver; add documentation.
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 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
next