Add filesystem consistency check.
[bertos.git] / app /
2008-09-11 battUnbreak battfs_test: comply with new policy.
2008-09-04 qwertStart to develop a dummy app for Luminary Micro Stellar...
2008-08-31 berniedemo: run monitor process
2008-08-28 battFix unit test check.
2008-08-28 battRename _TEST to ARCH_UNITTEST.
2008-08-28 battUse the new ARCH_NIGHTTEST.
2008-08-27 battUpdate to new CONFIG_KERN.
2008-08-27 battUpdate to new cfg_kern.h
2008-08-27 battUpdate to new directory layout.
2008-08-27 battAdd cfg_kern.h to triface project.
2008-08-27 battMove proc_testRun() out of loop.
2008-08-27 battAdd cooperative scheduler to makefile.
2008-08-26 battUpdate to new interface.
2008-08-26 battAdd application specific config file.
2008-08-26 battRemove obsolete appconfig file.
2008-08-25 bernieCC, CXX: revert g++-4.3 to g++, it was a temporary...
2008-08-24 berniepreempt: Implement scheduling priorities
2008-08-22 berniepreempt: Move idle process to its own source file
2008-08-22 bernieCONFIG_KERN: rename from CONFIG_KERNEL for consistency
2008-08-22 berniedemo: explain the "purpose" of schedule()
2008-08-17 berniebattfs: Make it a bit more compliant with the test...
2008-08-17 bernieirq: more emancipation from proc/preempt
2008-08-17 berniepreempt: irq supervisor draft
2008-08-15 berniepreempt: much closer
2008-08-13 bernieInitial (nonworking) draft of preemptive task switching
2008-08-10 bernieproc: Split cooperative scheduler in coop.c
2008-08-10 bernieproc: Reduce log verbosity
2008-08-10 bernieAdd logging for kernel
2008-08-10 bernielog: Retouch documentation; Rearrenge level logic;...
2008-08-10 bernietrac#29: Cleanup timer on demo exit
2008-08-09 battRefactor to use new test interface; add timer test.
2008-08-08 bernieemul: make config simpler and closer to the embedded...
2008-08-08 berniedemo: Remove misleading comment
2008-08-07 battFactor out from cfg_kern kernel related default.
2008-08-05 qwertRemove old useless debug flag in test makefile.
2008-08-05 qwertRefactor All Serial module.
2008-08-05 qwertSysrq is called by timer init function so we don't...
2008-08-05 battFactor out debug stuff from project makefiles.
2008-08-05 qwertRe-Refactor code under new specs. FlashAvr.
2008-08-05 qwertRe-Refactor code under new specs. BattFs. Nightlytest...
2008-08-05 battRemove the need of a specific flag to distinguish betwe...
2008-08-04 qwertRefactor from KFileBattFs to BattFsKFile.
2008-08-04 qwertRefactor KFileSerial to SerialKFile. Tested and working.
2008-08-04 qwertRefactor KFileFlashAvr in FlashAvrKFile. Tested. It...
2008-08-04 battUpdate triface schematic: now is ok.
2008-08-04 bernieRename myself
2008-07-28 qwertSet correct timeout and fix error check routine on...
2008-07-25 battReduce serial timeouts to give more responsiveness.
2008-07-25 battBump up triface version.
2008-07-25 qwertFix reset cmd. Now work.
2008-07-25 qwertAdd new configuration for strobe signal
2008-07-25 qwertAdd config for serial tag port
2008-07-25 qwertAdd local triface cfg file
2008-07-25 qwertRemove sperimental function
2008-07-23 qwertAdd watchdog cfg file for reset command support.
2008-07-23 qwertRefactoring code. Redefined TagPacket struct and keytag...
2008-07-23 qwertFix an issue that make reset of triface. Addedd a tag_s...
2008-07-23 qwertDeactivate boot debug mode
2008-07-23 qwertSet different port for TRIFACE and TAG
2008-07-18 qwertAdd new cfg_formatwr for custom printf format on boot
2008-07-18 qwertNew main with KFileFlashAvr support, working
2008-07-18 qwertRemove deprecated appconfig.h file
2008-07-17 qwertRemove deprecated boot.mk file. Now it's all in triface.mk
2008-07-16 qwertStart to merge old triface project in bertos, not worki...
2008-07-16 qwertImport boot from triface, not working for now.
2008-06-24 battNow each project can have its own EMBEDDED_TGT variable...
2008-06-17 qwertModified path from bertos/kern to bertos/cpu/arm/hw...
2008-06-17 battUncomment linker options.
2008-06-16 asterixRemove hw unneeded hw include.
2008-05-30 asterixAdd automatically test for bertos code.
2008-05-29 asterixFix double -Iapp/triface.
2008-05-27 asterixUse specific config for serial module.
2008-05-27 asterixUse a specific config serial for this app.
2008-05-27 asterixUse a specific kernel config for this app.
2008-05-27 asterixUse a specific kbd map for this app.
2008-05-27 asterixFix demo app to compiling with new version of bertos...
2008-05-27 asterixUse cfg instead appconfig.
2008-05-27 asterixReplace appconfig with cfg.
2008-05-27 asterixMerge from BeRTOS. Reformat. Clean up.
2008-05-27 asterixMerge from BeRTOS.
2008-05-27 asterixClean up. Typo.
2008-05-20 asterixFix source path.
2008-05-12 battFix mangled msg.h file.
2008-04-04 battUpdate battfs test to new directory layout.
2008-04-04 battUpdate triface demo to new directory layout.
2008-04-04 battUpdate at91sam7 demo to new directory layout.
2008-04-04 battRefactor BeRTOS to be in his own directory.
2008-03-21 asterixReformat. Add appconfig include.
2008-03-21 asterixADC low level implementation for avr.
2008-03-20 asterixMerge needed define.
2008-03-20 asterixReformat. Add needed source.
2008-03-17 asterixUse kfile interface.
2008-03-13 asterixFix logo name.
2008-03-05 asterixMerge from Triface project.
2008-03-05 asterixMerge from triface project.
2008-02-18 bernieUse real kdebug functions.
2008-02-18 bernieCONFIG_KDEBUG_PORT: Add missing configuration variable
2008-02-18 bernieRemove changelogs
2008-02-16 battAdd reopen test.
2008-02-16 battAdd tests for file read and file seek.
next