Describe gfx/ and dt/ subsystems.
authorbernie <bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 4 Nov 2005 18:28:09 +0000 (18:28 +0000)
committerbernie <bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 4 Nov 2005 18:28:09 +0000 (18:28 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@442 38d2e660-2303-0410-9eaa-f027e97ec537

README.devlib

index 11e207bf4aace502c7453d59eb6d98b2dcb7d312..8b8e89d3036f5696f389f096bb9dcd3e3ccb270a 100755 (executable)
@@ -40,6 +40,8 @@ The modules are sorted in subdirectories by their category:
 
  - kern/ - Simple multitasking kernel implementation;
  - drv/ - Hardware drivers;
+ - dt/ - Object oriented framework for simple GUIs.
+ - gfx/ - Simple bitmap graphics functions;
  - mware/ - Algorithms, containers and other standalone code;
  - io/ - Infrastructure of I/O-related modules for hosted applications;
  - os/ - OS-abstraction layers for hosted environments;