bertos.git
2010-09-23 duploRevert latest modifications :(
2010-09-23 duploOrder the toolchains:
2010-09-23 duploFix #170. Now, the first time you arrive at Board Page...
2010-09-23 duploFix #160.
2010-09-23 arighiSTM32-P103: implement WAKEUP button driver
2010-09-23 arighiusb-keyboard: acknowledge HID_REQ_SET_REPORT to the...
2010-09-23 arighiSTM32: USB: device, interface and endpoint status is...
2010-09-23 arighiusb-keyboard: remove duplicate "end collection" marker...
2010-09-23 duploRemove rcc dependency. Use pyrcc4 instead, to generate...
2010-09-23 arighiSTM32: USB: always check host expected size
2010-09-22 arighiUSB: add generic usb-keyboard device driver (EXPERIMENTAL)
2010-09-22 arighiusb-mouse: do not set bDeviceClass in the device descriptor
2010-09-22 arighiusb-mouse: fix wrong copy/paste comment
2010-09-22 arighiUSB: add generic usb-mouse device driver (EXPERIMENTAL)
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 arighiusb-serial: fix comment
2010-09-21 lottavianoFix serial driver for ATMega32.
2010-09-21 arighiusb-serial: fix documentation warning
2010-09-20 alephSAM3 port: add clock initialization stubs
2010-09-20 alephMinor fix: spacing
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 arighiUSB: add standard subclasses definitions
2010-09-20 arighiusb-serial: export usb-serial interface via KFile
2010-09-20 arighiSTM32: USB: remove unnecessary ASSERT()
2010-09-17 arighiUSB: implement generic usb-serial device driver
2010-09-17 arighiSTM32: USB full-speed device driver
2010-09-17 alephAT91SAM3 port: initial support for AT91SAM3 (mainly...
2010-09-14 raskyRemove win32com dependency by using ctypes to invoke...
2010-09-13 asterixUpdate lm3s templates.
2010-09-13 lottavianoRevert wrongly committed file.
2010-09-13 lottavianoFix wizard rcc invocation for paths with spaces inside.
2010-09-13 asterixRemove svn id tags.
2010-09-13 asterixUpdate preset.
2010-09-13 asterixUpdate preset.
2010-09-10 asterixConsider the offset when read directly into flash memory.
2010-09-10 asterixRemove unneeded assert.
2010-09-10 asterixSome fix to comply to new bertos version.
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-10 lottavianoImprove performance of bitarray_isFull(). Add documenta...
2010-09-08 asterixFix typo.
2010-09-07 raskyFix spaces vs tab
2010-09-02 asterixRename macros.
2010-09-02 asterixUse more clear fuction names.
2010-09-01 asterixComply to new api.
2010-09-01 asterixUse context to simply the 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-09-01 asterixAdd flag param in the new flash api.
2010-09-01 asterixAdd open mode flags.
2010-09-01 asterixAdd some check utils.
2010-08-31 asterixRefactor bitarray module. Add more test for new check...
2010-08-31 asterixSilent some warning.
2010-08-31 asterixAdd bitarray test. Fixes and add dump function.
2010-08-30 arighicountof(): perform a compile time type checking for...
2010-08-30 lottavianoCorrect msp430 toolchain string for cdef's file.
2010-08-30 lottavianoFirst support for MSP430 CPU
2010-08-30 arighilm3s: simplify ssi_lm3s driver inclusion
2010-08-27 arighilm3s: fix build bug in empty and kernel presets (lm3s_s...
2010-08-25 asterixFix author mail.
2010-08-24 raskyFix toolchain validation in case of multiple occurrence...
2010-08-18 asterixSilent nightlytest warning.
2010-08-16 asterixExclude from nightlytest.
2010-08-13 asterixAdd test prototype.
2010-08-13 asterixAdd first implementation of bit array module.
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 battTypo.
2010-08-12 asterixFix write check.
2010-08-12 asterixRefactor and reorder ld script for cortex-m3.
2010-08-12 asterixAdd close sw implementation.
2010-08-12 asterixFix kprintf descriptor and typo.
2010-08-12 asterixFix typo. Load first block at start. Add close implemen...
2010-08-12 battOverhaul kdump().
2010-08-12 asterixFix sw load and store. Fix log print. Add comments.
2010-08-12 asterixRead/write from real address. Fix address increasing...
2010-08-12 asterixAdd flash dependence for wizard.
2010-08-11 asterixMove embedded flash definition into cpu family header.
2010-08-11 asterixRemove old cfg files, move all int cfg_emb_flash.
2010-08-11 asterixTypo.
2010-08-11 asterixAdd other error flag. Include platform specific header.
2010-08-11 asterixReformat to kblock api.
2010-08-11 asterixAdd support for old init.
2010-08-11 asterixClean up.
next