Initialize timer magic number.
[bertos.git] / bertos / cpu /
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 arighiSTM32: USB: handle both input and output requests in...
2011-02-11 lottavianoUpdated default crystal and CPU frequency.
2011-02-10 arighiSTM32: GPIO: use uint16_t for the mask of pins that...
2011-02-09 arighiCM3: allow to define function in RAM by the RAM_FUNC...
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: make the maximum number of interfaces and endpoint...
2011-02-07 arighiSTM32: RTC: add dependency of module "proc"
2011-02-04 arighiSTM32-P103: add real-time clock (RTC) driver
2011-01-12 lottavianoAdd wizard support for ATmega2560
2010-12-23 lottavianoAdd support for ATmega2560.
2010-12-07 lottavianoChange linking script options to allow user defined...
2010-12-03 battRemove unneeded push.
2010-12-03 battRefactor in order to clarify.
2010-12-03 battChange to a more readable name.
2010-12-02 alephSTM32, serial driver: add support for STM32F101C4,...
2010-12-02 alephAdd base support for STM32F101C4 Cortex-M3 cpu.
2010-11-11 asterixAdd cpu def for msp430g2231.
2010-11-03 arighiAT91SAM7X: gracefully drop bad frames read from the...
2010-11-02 alephsam3n: use linker script for flash, not for ram
2010-11-01 arighiCPU: introduce cpu_atomic_xchg()
2010-11-01 arighiAT91SAM7: EMAC ethernet driver refactoring
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 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 alephsam3: add PDC register offsets
2010-10-25 arighiAT91SAM7: add EMAC ethernet driver
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 alephsam3n spi: revert to "end of transmit" interrupt instea...
2010-10-22 alephsam3n io: fix nasty pasto
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-14 asterixFix log import module, other simple typo fixes.
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 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-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-09-30 arighiSTM32: USB: remove duplicated macros
2010-09-30 arighiSTM32: USB: use distinct EP buffers
2010-09-30 arighiSTM32: USB: define descriptors only for the allocated...
2010-09-30 arighiUSB: compile-time endpoints allocation
2010-09-30 arighiUSB: unify endpoints' TX and RX buffers
2010-09-29 arighiSTM32: USB: compact code and silent a buggy doxygen...
2010-09-29 battProgmem macros: add support for non-havard CPU as well...
2010-09-29 alephsam3n port: fix integer comparison in clock initialization
2010-09-29 arighiSTM32: USB: move the buffer alignment asserts into...
2010-09-29 arighicpu: enforce a memory barrier inside cpu_relax()
2010-09-29 arighiSTM32: USB: use internal TX and RX buffer
2010-09-29 alephsam3n port: add clock source file in wizard info for...
2010-09-28 raskyFix CPU names as suggested by Francesco.
2010-09-28 alephsam3n port: add code to setup system clock
2010-09-28 asterixUpdate cpu description for stm32 and lm3s.
2010-09-28 asterixComplete adc support for lm3s family.
2010-09-28 asterixAdd adc module for lm3s family.
2010-09-28 asterixClean up.
2010-09-28 asterixFix definition for lm3s8962.
2010-09-28 asterixFix typos.
2010-09-28 asterixAdd first adc implementation module for lm3s.
2010-09-27 asterixAdd reg definition for adc driver.
2010-09-27 asterixSilent warning when we compile without debug.
2010-09-27 arighiSTM32: USB: endpoint buffer must be 4-bytes aligned
2010-09-24 raskyCPU: optimize generic SWAB32 implementation, and prefer...
2010-09-24 arighiSTM32: USB: coding style fixes
2010-09-24 arighiCPU: byte order help function refactoring #2
2010-09-23 raskyAdd CPU_CORE_NAME and CPU_NAME macros for debugging...
2010-09-23 arighiUSB: make use of standard byte order functions
2010-09-23 arighiCPU: byte order helper functions refactoring
2010-09-23 arighiUSB: coding style fixes (function naming)
2010-09-23 arighiUSB: coding style fixes (structure naming)
2010-09-23 arighiSTM32: USB: device, interface and endpoint status is...
2010-09-23 arighiSTM32: USB: always check host expected size
next