Add filesystem consistency check.
[bertos.git] / bertos / cfg /
2008-09-05 battAdd new config directive.
2008-09-05 battRefactor eeprom driver to use kfile interface.
2008-09-05 battAdd config option for calling schedule() from kbd_peek().
2008-09-03 bernieThis makes proc_test actually compile and pass:
2008-08-29 bernierename cpuXXX_t to cpu_XXX_t
2008-08-29 battFix documentation.
2008-08-29 battDrop the magical test macros.
2008-08-28 battReformat.
2008-08-28 battFix unit test check.
2008-08-28 battRename _TEST to ARCH_UNITTEST.
2008-08-28 battAdd test ARCH; remove macros.h dependency to allow...
2008-08-27 battDisable kernel heap (needs to be refactored).
2008-08-27 battSet a more conservative default.
2008-08-27 battRemove obsolete appconfig.h file.
2008-08-27 battUpdate to new name.
2008-08-25 bernieRemove plenty of legacy names marked as OBSOLETE
2008-08-25 berniekern: move config dependency checking to proc.c
2008-08-25 berniecfg/depend.h: New header
2008-08-24 berniepreempt: Implement scheduling priorities
2008-08-22 bernieCONFIG_KERN: rename from CONFIG_KERNEL for consistency
2008-08-18 bernieOS_HEADER(), OS_CSOURCE(): Fall back to CPU_HEADER...
2008-08-17 bernietimer: Cleanup and warning removal from driver and...
2008-08-17 berniepreempt: irq supervisor draft
2008-08-17 bernietimer: Amend previous commit (and Subversion sucks)
2008-08-13 bernieInitial (nonworking) draft of preemptive task switching
2008-08-13 bernieUse new header locations everywhere
2008-08-12 battFix some doxygen warnings.
2008-08-10 bernieproc: Reduce log verbosity
2008-08-10 bernieLOG_PRINT: Fix out of order parameters
2008-08-10 bernieAdd logging for kernel
2008-08-10 bernielog: Retouch documentation; Rearrenge level logic;...
2008-08-10 bernieQt: Really define OS_ID on ARCH_QT
2008-08-10 bernieASSERT_VALID_PTR(): Make bottom of memory a per-CPU...
2008-08-10 bernietest.h: Remove stray whitespace
2008-08-10 bernieFix PowerPC support
2008-08-09 battAdd dummy empty include file.
2008-08-09 battAdd test macros, useful to compile a test as a single...
2008-08-08 battReformat.
2008-08-08 bernieemul: make config simpler and closer to the embedded...
2008-08-07 battFactor out from cfg_kern kernel related default.
2008-08-06 bernieIRQ_ENABLED(): Prevent name clash with variable defined...
2008-08-04 bernieRename myself
2008-07-18 qwertAdd log function to flash_avr cfg module.
2008-07-18 qwertFix message level select macro
2008-07-18 qwertFix documentation
2008-07-16 qwertStart to merge old triface project in bertos, not worki...
2008-06-19 qwertNow the BeRTOS demo emulator run on Mac OS X! You have...
2008-06-17 qwertRemoved breaks from #if and escape special char for...
2008-06-16 asterixReformat.
2008-06-12 asterixUse likely frequency value for twi.
2008-06-10 asterixFix doxygen warning.
2008-06-06 asterixUse log module. Reformat.
2008-06-06 asterixAdd comments. Reformat.
2008-06-05 asterixGeneralize dataflash test module. Add sample define...
2008-06-05 asterixUse log macros instead trace.
2008-06-05 asterixRefactor module using log module and comply to bertos...
2008-06-05 asterixAdd test module for dataflash. Add cfg and use log...
2008-06-04 asterixAdd cfg for pwm module.
2008-06-04 asterixMove log macros to log module and refactor if. Fix...
2008-06-03 asterixAdd logging multilevel system.
2008-05-30 asterixReformat.
2008-05-29 asterixReformat.
2008-05-27 asterixMove appconfig to cfg dir.
2008-05-27 asterixSpecific the directory for all hw and cfg module. Use...
2008-05-27 asterixUse cfg instead appconfig in bertos modules. Reformat...
2008-05-26 asterixAdd configuration file for bertos modules.
2008-05-26 asterixAdd configuration module for each bertos driver.
2008-05-26 asterixUse cfg module instead appoconfig.
2008-05-26 asterixFix headguard.
2008-05-26 asterixRename arch conf to cfg_arch.
2008-05-26 asterixRename and move kenel conf on cfg dir.
2008-05-26 asterixTypos.
2008-05-26 asterixFix header guard.
2008-05-26 asterixFix headerguard.
2008-05-21 asterixAdd test utility.
2008-05-19 asterixRemove unneeded arch.
2008-05-19 asterixInclue macros for BV.
2008-05-19 asterixUse BV macro to name supported arch. Add other arch.
2008-04-09 battFix doc.
2008-04-04 battRefactor BeRTOS to be in his own directory.