From 33c9ca58467c0a834c0752570506893c71ed3fb8 Mon Sep 17 00:00:00 2001 From: batt Date: Sun, 2 Mar 2008 10:55:21 +0000 Subject: [PATCH] Fix README. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1151 38d2e660-2303-0410-9eaa-f027e97ec537 --- README.bertos | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.bertos b/README.bertos index fc6e8f18..7cd5c553 100644 --- a/README.bertos +++ b/README.bertos @@ -53,24 +53,22 @@ memory footprint requirements. The modules are sorted in subdirectories by their category: - - algos/ : algorithms; + - algo/ : algorithms; - app/ : demo application; - cfg/ : configuration stuff; - - cxxutil/ : c++ libraries; - doc/ : documentation; - drv/ : hardware drivers; - - dt/ : ? + - dt/ : experimental object oriented gui toolkit; - emul/ : Qt-based emulator framework for embedded applications; - - fonts/ : fonts + - fonts/ : fonts; + - fs/ : file system related stuff; - gfx/ : general purpose graphics routines; - gui/ : widgets for simple displays; - hw/ : hardware-specific declarations; - icons/ : conversion tool from image TXT format to LCD bitmap; - - io/ : infrastructure of I/O-related modules for hosted applications; - kern/ : multitasking kernel; - mware/ : algorithms, containers and other standalone code; - os/ : OS-abstraction layers for hosted environments; - - qtext : ? The top-level directory contains a few support headers that are meant to be usable by any C/C++ embedded or hosted application. -- 2.25.1