From 3a6471c19cf51b966d6922ff08eae8f194613785 Mon Sep 17 00:00:00 2001 From: lottaviano Date: Thu, 14 Jan 2010 17:32:10 +0000 Subject: [PATCH] doc: Updated development status to v. 2.3 git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3136 38d2e660-2303-0410-9eaa-f027e97ec537 --- doc/STATUS | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/doc/STATUS b/doc/STATUS index fa19e610..d91fd337 100644 --- a/doc/STATUS +++ b/doc/STATUS @@ -190,7 +190,9 @@ Current driver list: Displaytech 32122A Graphic LCD stable \link dc_motor.h DC Motor with PID \endlink stable \link lcd_text.h Alphanumeric LCD \endlink stable + \link lm75.h LM75 temperature sensor \endlink stable \link mcp41.h MPC41 digital potentiometer \endlink stable + \link mpxx6115a.h MPxx6115A pressure sensor \endlink stable \link ntc.h NTC \endlink stable \link phase.h TRIAC phase partialization \endlink stable \link pwm.h PWM API \endlink beta @@ -202,6 +204,7 @@ Current driver list: \link tc520.h TC520 ADC \endlink obsolete \link thermo.h Thermostat \endlink stable \link timer.h System timer API \endlink stable + \link tmp123.h TMP123 temperature sensor \endlink stable \link stepper.h Stepper motor with ramps \endlink stable Watchdog beta @@ -273,16 +276,19 @@ This is the current status: \link pocketbus.c PocketBus \endlink stable \link keytag.c Keytag (for 125KHz transponders) \endlink stable \link xmodem.c XModem protocol \endlink stable + \link nmea.c NMEA GPS protocol parser \endlink stable + \link afsk.c AFSK1200 modem \endlink stable + \link ax25.h AX25 data link layer protocol \endlink beta For more information take a look at network directory. \section fs File system -The latest SVN version of BeRTOS supports \link fat.h FAT \endlink filesystems using the FatFs library. The module is highly configurable, for example it can be compiled in read-only mode for some space saving. +BeRTOS supports two file systems. The first one is the mainstream \link fat.h FAT \endlink filesystem, using the FatFs library. The module is highly configurable, for example it can be compiled in read-only mode for some space saving. -\link battfs.h BattFs\endlink, a file system specifically planned for embedded platforms, is in the beta stage. The goal is to have a filesystem suitable for little flash and eeprom memories (like dataflash), reliable, robust and capable of wear-levelling the memory pages to increase its life. -Currently you can create files, append data to them but file deletion is still not supported. Wear-levelling is achieved by rotating a page every time it is written. Plans are to add even transactions (a whole write can be performed atomically). +The second is \link battfs.h BattFs\endlink, a file system specifically planned for embedded platforms. The goal is to have a filesystem suitable for little flash and eeprom memories (like dataflash), reliable, robust and capable of wear-levelling the memory pages to increase its life. +The code is in beta stage. Currently you can create files, append data to them but file deletion is still not supported. Wear-levelling is achieved by rotating a page every time it is written. Plans are to add even transactions (a whole write can be performed atomically). File system development takes place in the fs directory. -- 2.25.1