Move data structures to new directory struct/
[bertos.git] / README.bertos
index 2ef126a198ee52cb3a93c1c96f56f3d5f4ef8096..7c7cfb122126f275737767c7cadcfa92ac188b79 100644 (file)
@@ -66,7 +66,8 @@ The modules are sorted in subdirectories by their category:
   - bertos/hw/     : hardware-specific declarations;
   - bertos/icons/   : conversion tool from image TXT format to LCD bitmap;
   - bertos/kern/    : multitasking kernel;
-  - bertos/mware/   : algorithms, containers and other standalone code;
+  - bertos/mware/   : algorithms, other standalone code;
+  - bertos/struct/  : containers and other data structures;
   - bertos/os/     : OS-abstraction layers for hosted environments;
   - doc/            : documentation;