Add support for flash sizes on all supported AT91SAM7 cpus.
[bertos.git] / bertos / cpu / cortex-m3 /
2010-04-27 asterixRemove duplicate defines.
2010-04-27 asterixAdd pwm register definitions.
2010-04-27 arighilm3s1968: internal flash memory driver.
2010-04-23 arighilm3s1968: add a busy wait sleep when enabling or disabl...
2010-04-22 arighilm3s1968: set the correct GPIO registers when enabling...
2010-04-21 arighiCM3: ensure that all processes have eight-byte stack...
2010-04-17 arighilm3s1968: introduce lm3s_gpioPinRead().
2010-04-15 arighilm3s1968: correctly configure GPIO pins to work as...
2010-04-14 arighilm3s1968: integrate the porting in the wizard.
2010-04-14 arighiCM3: integrate the Cortex-M3 porting in the wizard.
2010-04-14 arighiCM3: generic timer (Systick) driver implementation.
2010-04-14 arighiCM3: remove unneeded file ser_cm3.c.
2010-04-13 arighilm3s1968: replace switch-case statements with if-then...
2010-04-13 arighilm3s1968: generic UART driver.
2010-04-13 arighiCM3: generic IRQ management module.
2010-04-11 arighilm3s1968-gpio: coding style fixes.
2010-04-09 arighiCM3: add missing include switch_ctx_cm3.h.
2010-04-09 arighilm3s1968: rename the function __delay() to lm3s_busyWait().
2010-04-09 arighiCM3: generic context switch implementation.
2010-04-09 arighiCM3: trim the startup IRQ vector table.
2010-04-09 arighiCoding style fixes.
2010-04-09 arighiLCD: generic OLED-RIT-128x96 (P14201) graphic display...
2010-04-09 arighiCoding style fixes.
2010-04-09 arighilm3s1968: generic KFile-compliant SSI bus implementation.
2010-04-08 arighilm3s1968: RIT128x96x4 OLED display driver.
2010-04-08 arighiFix doxygen-style documentation.
2010-04-07 arighilm3s1968: add generic GPIO configuration subsystem.
2010-04-07 arighilm3s1968: Synchronous Serial Interface (SSI) driver.
2010-04-06 arighiCM3: kernel preemption documentation.
2010-04-06 arighiCM3: kernel preemption.
2010-04-06 arighiCM3: use a distinct stack for handler-mode and thread...
2010-04-06 arighilm3s1968: rewrite the startup vector table in assembly.
2010-04-06 arighiCM3: introduce sysirq_setPriority().
2010-04-06 arighilm3s1968: delay few cycles after enabling the UART...
2010-04-06 arighilm3s1968: make __delay() naked and usable outside the...
2010-03-31 arighiCM3: startup refactoring.
2010-03-31 arighiCM3: introduce asm_switch_context().
2010-03-31 arighilm3s1968: enlarge the stack size of the main process...
2010-03-31 arighilm3s1968: log an error and halt forever in case of...
2010-03-31 arighilm3s1968: introduce a distinct inline function to evalu...
2010-03-30 battAdd architecture specific files.
2010-03-30 battCorrectly detect Cortex-M3 cpus.
2010-03-30 arighilm3s1968: add configuration files to the example.
2010-03-30 arighilm3s1968: return the correct CPU frequency in clock_get...
2010-03-30 arighilm3s1968: integrate the hardware timer driver into...
2010-03-29 arighilm3s1968: add debugging functionality on UART0.
2010-03-29 arighilm3s1968: driver names refactoring.
2010-03-29 arighilm3s1968: try to evaluate the correct SYSDIV value...
2010-03-29 arighilm3s1968: clocking driver.
2010-03-26 arighilm3s1968: low-level timer driver (systick).
2010-03-26 arighilm3s1968: define the architecture's startup routine.
2010-03-26 arighilm3s1968: implement the IRQ manager.
2010-03-26 arighicortex-m3: add basic support for the lm3s1968 board.
2008-12-16 asterixClean up.
2008-12-04 asterixConvert to unix format. Removing trailing space.
2008-12-03 asterixAdd the gdb and openocd configuration script for the...
2008-09-04 qwertAdd a new family of core: "Cortex-M3". This cpu have...