Fix Luminary LM3S detection.
[bertos.git] / bertos /
2008-10-02 battFix Luminary LM3S detection.
2008-10-01 battAdd skel of i2c bitbang driver.
2008-09-29 battAdd error check.
2008-09-29 battDocument errors.
2008-09-29 battAdd error handling.
2008-09-27 battAdd missing include.
2008-09-26 battAdd macro for shuffling an array.
2008-09-26 battRename battfs_init to battfs_mount and battfs_close...
2008-09-26 battSilence warning on 32bit platforms.
2008-09-26 battFix warnings.
2008-09-26 battReformat; fix a warning.
2008-09-26 battImprove readability using disk-> instead of fdb->disk...
2008-09-26 battReformat.
2008-09-26 battAdd more tests; handle end of disk space correctly.
2008-09-25 battAdd missing semicolon; remove useless test.
2008-09-25 battAlso fsck right after init.
2008-09-25 battRemove unneeded goto.
2008-09-25 battAdd filesystem consistency check.
2008-09-25 battFix warnings.
2008-09-25 battAvoid flushing the same page twice.
2008-09-25 battRefactor to fill sparse bytes with a known value (0).
2008-09-25 battdisk->data_size now hold the space size usable by data...
2008-09-25 battAdd support for writing far over the EOF.
2008-09-25 battReformat.
2008-09-24 battHandle reading outside EOF.
2008-09-24 battRestore correct MODE type.
2008-09-24 battGive to each test a proper name.
2008-09-24 battUse correct inode_t type.
2008-09-24 battRemove unneeded if.
2008-09-23 battRefactor to automatically fill new page header on loadi...
2008-09-23 battRemove cache of current header.
2008-09-23 battAdd a test.
2008-09-23 battFix moving other open files when a file is growing...
2008-09-23 battAdd some debug features.
2008-09-23 battAdd and fix some log messages; add dumpPageArray (for...
2008-09-21 battAdd more write tests.
2008-09-21 battRemove duplicate "errir" string.
2008-09-20 battAdd another write test.
2008-09-20 battAdd max page offset allocated for the file; add some...
2008-09-20 battAdd doc.
2008-09-20 battDisable TRACEMSGs.
2008-09-20 battMore aggressive cache an read; rename some static metho...
2008-09-20 battAdd caching of current header, add some docs.
2008-09-19 battAdd cache read API.
2008-09-19 battAdd more writing test.
2008-09-19 battAdd missing page erase.
2008-09-19 battAdd first write test.
2008-09-19 battAdd some log info; add a missing "!".
2008-09-19 battReformat.
2008-09-19 battSearch files only in used blocks.
2008-09-19 battRefactor countFileSize to return the size directly.
2008-09-19 battFix test, add some TRACE.
2008-09-19 battAdd preliminary write support; initialize to 0xff the...
2008-09-18 battSwitch to new disk write interface:the disk should...
2008-09-16 battFix doc; compile test only in UNIT_TEST.
2008-09-16 battFix battfs tests.
2008-09-16 battRemove dead code.
2008-09-16 battSimplify sequence numbering: now pages have a monotonic...
2008-09-15 battRemove dead code; Use LOG_ERR; Fix 2 typo.
2008-09-15 battStart to fix some tests.
2008-09-15 battUpdate to new names and API.
2008-09-15 battVery preliminary: remove from BattFS the LRU of free...
2008-09-12 battFix docs; optimization.
2008-09-11 battUnbreak battfs_test: comply with new policy.
2008-09-10 battTypo.
2008-09-08 battRename macros.
2008-09-05 battAdd new config directive.
2008-09-05 battAdd generic kfile_close.
2008-09-05 battUse correct type, change test condition.
2008-09-05 battAdd missing cast.
2008-09-05 battRefactor eeprom driver to use kfile interface.
2008-09-05 battRefactor eeprom driver to use kfile interface.
2008-09-05 battAdd config option for calling schedule() from kbd_peek().
2008-09-05 battRefactor timer prescaler handling.
2008-09-05 battRefactor AVR twi driver to supply twi_get; add ATMega32...
2008-09-05 battRefactor AVR twi driver to supply twi_get; add ATMega32...
2008-09-05 battAdd debug support for ATMega32.
2008-09-05 battAdd detect for ATMega32.
2008-09-04 qwertMove all cortex-m3 stuff in dedicated directory.
2008-09-04 qwertAdd a new family of core: "Cortex-M3". This cpu have...
2008-09-04 qwertRemoved startup routine.
2008-09-04 qwertAdd support for luminary micro lm3s1968 board
2008-09-04 qwertAdd support for LM3S1968 board based on cortex-m3 cpu
2008-09-04 qwertAdd support for LM3S1968 board.
2008-09-04 qwertAdd startup routine for Luminary Micro Stellaris LM3S1968
2008-09-04 qwertLuminary Micro Stellaris LM3S1968 script files.
2008-09-04 battAdd ft245rl usb to parallel converter driver.
2008-09-03 battRemove duplicate proc_current function.
2008-09-03 bernieThis makes proc_test actually compile and pass:
2008-09-03 bernieproc_current(): Move inline.
2008-09-03 bernieSCHED_ENQUEUE: tighten checks on locking
2008-09-03 bernielist: check against double node insertion
2008-08-31 bernieMWARE_XXX_H -> NET_XXX_H
2008-08-31 bernieMWARE_XXX_H -> STRUCT_XXX_H
2008-08-31 bernieproc_test: print process table during test
2008-08-31 berniemonitor: set process priority to -10
2008-08-29 battReformat: use tabs.
2008-08-29 battFix ramp_test.
2008-08-29 battFix sprintf_test.
2008-08-29 battRename hw-related tests.
next