bertos.git
2010-04-16 battAX25:add new print function compatible with TNC-2 format.
2010-04-16 battNew module: kfile_debug. Now you can redirect output...
2010-04-16 arighiproc: change proc_yield() behaviour.
2010-04-16 battAX25: refactor in order to add the possibility to speci...
2010-04-15 arighilm3s1968: correctly configure GPIO pins to work as...
2010-04-14 arighiBump up version.
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 arighirit128x96: integrate the driver 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: some optimizations in the example application.
2010-04-13 arighilm3s1968: restore prompt on UART0 in the example.
2010-04-13 arighirit128x96: small code optimizations.
2010-04-13 arighilm3s1968: offload Serial structure from the serial...
2010-04-13 arighilm3s1968: replace switch-case statements with if-then...
2010-04-13 arighilm3s1968: remove unneeded build options in the example.
2010-04-13 arighirit128x96: add distinct configuration and hardware...
2010-04-13 arighilm3s1968: add a simple serial prompt to the example.
2010-04-13 arighilm3s1968: generic UART driver.
2010-04-13 arighiCM3: allow to declare ISR functions as static.
2010-04-13 arighiCM3: generic IRQ management module.
2010-04-13 battUpdate checksum value.
2010-04-12 battLPC2xxx: add kernel test.
2010-04-12 battLPC2xxx: add timer test.
2010-04-12 battLPC2xxx: add timer support.
2010-04-12 battLPC2xxx: Add VIC sources to common cdef file.
2010-04-12 battLPC2xxx: Add Vectored Interrupt Controller (VIC) driver.
2010-04-11 arighilm3s1968-gpio: coding style fixes.
2010-04-11 arighiarmtest: remove deprecated build option -gen-debug.
2010-04-11 arighirit128x96: fix nightly_test warnings.
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 arighilm3s1968: use the generic OLED-RIT-128x96 (P14201)...
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-09 arighiicons: add missing C includes in flipimage.
2010-04-08 arighilm3s1968: add graphic to the example.
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 arighilm3s1968: enable kernel preemption in the example.
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-04-06 arighiCM3: add -mthumb to the linker option.
2010-04-03 battDo not test init_lpc2 for now.
2010-04-03 battConvert newlines to unix style.
2010-04-03 battLPC2: add LPC2378 example project.
2010-04-03 battLPC2: add LPC2378 wizard definitions.
2010-04-03 battLPC2: add init module.
2010-04-02 battAT91SAM7: add compile time pll constant computation.
2010-04-02 duploAdd some logic to display the presets into the preset...
2010-04-02 duploAdd script to generate presets from Wizard-created...
2010-04-02 battAT91SAM7: Use correct number of flash wait states;...
2010-04-02 battAT91SAM7: add FMCN shifts.
2010-04-02 battDIV_ROUNDUP: new macro.
2010-04-01 battAT91SAM7: Increase flash access speed.
2010-04-01 battAT91SAM7: use new startup files.
2010-04-01 battARM7TDMI: add sections for exception handlers.
2010-04-01 duploAdd explicative comment into the loadProjectPreset...
2010-04-01 duploUpdate .ui file for the board preset page.
2010-04-01 duploAdd stub for nextId logic of the board preset page.
2010-04-01 duploAdd placeholder for method that will load the board...
2010-04-01 duploAdd a stub of the code that will fill all the fields...
2010-04-01 duploModify the order of the pages.
2010-04-01 duploRemove debug print.
2010-03-31 battLPC2: add debug.
2010-03-31 battLPC2: Add RAM start address.
2010-03-31 arighiCM3: startup refactoring.
2010-03-31 duploAdd missing imports.
2010-03-31 battAdd the possibility to compile one file with specific...
2010-03-31 duploFix CPU reloading data bug when the user change the...
2010-03-31 duploUpdate the CPU information when the user change the...
2010-03-31 duploAdd infrastructure for CPU reloading files.
2010-03-31 arighilm3s1968: enable the kernel in the example.
2010-03-31 arighiCM3: introduce asm_switch_context().
2010-03-31 arighiat91sam7: remove deprecated build option -gen-debug.
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 arighiCM3: introduce PAUSE macro.
2010-03-31 arighilm3s1968: introduce a distinct inline function to evalu...
2010-03-31 arighiCM3: define specific architecture attributes.
2010-03-31 arighiARM: introduce NAKED() macro.
2010-03-31 duploRemove wrong code (after the refactoring).
2010-03-31 duploUse QApplication.instance() instead of qApp because...
2010-03-31 battFix errors in nightly test.
2010-03-31 battARM7TDMI:add some doc; move exceptions to .vectors...
2010-03-31 battARM7TDMI:Do not specify and entry point (not needed...
2010-03-31 duploChange loadModuleData function to be a BProject method.
2010-03-31 duploAvoid import * (to help debug in during the refactoring).
next