sam3n: fix confusion between interrupt numbers and peripheral ids.
[bertos.git] / bertos / cpu /
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
2010-09-22 arighiUSB: make all the read-only descriptors as const
2010-09-22 arighiSTM32: USB: support extended descriptors under a USB...
2010-09-22 arighiSTM32: USB: wLength field of the setup packet is in...
2010-09-22 arighiSTM32: USB: reduce logging verbosity
2010-09-22 arighiSTM32: USB: support EP0 read/write operations via stand...
2010-09-22 arighiSTM32: USB: always perform non-blocking I/O for EP0
2010-09-21 alephFix some pastos
2010-09-21 arighiSTM32: USB: properly catch device's GET_DESCRIPTOR...
2010-09-21 lottavianoFix serial driver for ATMega32.
2010-09-20 alephSAM3 port: add clock initialization stubs
2010-09-20 alephSAM3 port: add interrupt definitions
2010-09-20 alephSAM3 port: move some definitions in appropriate places...
2010-09-20 arighiUSB: add generic class/vendor request handling
2010-09-20 arighiSTM32: USB: remove unnecessary ASSERT()
2010-09-17 arighiSTM32: USB full-speed device driver
2010-09-17 alephAT91SAM3 port: initial support for AT91SAM3 (mainly...
2010-09-10 asterixConsider the offset when read directly into flash memory.
2010-09-10 asterixRemove unneeded assert.
2010-09-10 asterixUse generic include.
2010-09-10 asterixComply the init function names.
2010-09-10 asterixMove some specific lm3s clock definition to its init...
2010-09-08 asterixFix typo.
2010-09-02 asterixRename macros.
2010-09-02 asterixUse more clear fuction names.
2010-09-01 asterixComply to new api.
2010-09-01 asterixReturn bitmask instead the logic value.
2010-09-01 asterixSome fixes. Implement close. Comply to new flash api.
2010-09-01 asterixComply to new api.
2010-08-30 lottavianoCorrect msp430 toolchain string for cdef's file.
2010-08-30 lottavianoFirst support for MSP430 CPU
2010-08-18 asterixSilent nightlytest warning.
2010-08-16 asterixExclude from nightlytest.
2010-08-13 asterixMove some defines to lpc header.
2010-08-13 asterixAdd header flash module.
2010-08-13 asterixFirst refactor to kblock.
2010-08-13 asterixAdd first embedded flash module for lpc23xx.
2010-08-13 asterixLoad first page whent init flash module. Add close...
2010-08-12 asterixClean up.
2010-08-12 asterixTypo.
2010-08-12 asterixRefactor and reorder ld script for cortex-m3.
2010-08-12 asterixFix typo. Load first block at start. Add close implemen...
2010-08-12 asterixRead/write from real address. Fix address increasing...
2010-08-11 asterixMove embedded flash definition into cpu family header.
next