aboutsummaryrefslogtreecommitdiffstats
path: root/todo.txt
blob: a4d6d67fe3a699b7e8abf5022db0a008fcdc9789 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Status:
? = Not sure if worth the effort or useful at all.
- = Planned.
X = In progress, some work done.
* = Done.

After 1.2.0:
- Dedicated syscalls.c support for newlib users.
X Abstract I/O channels rather than just serial ports.
  - Move the serial drivers implementations in library. Better keep the core
    as compact as possible.
- Threads Pools manager in the library.
  - New chThdCreate() that takes just two parameters, a pointer to a thread
    descriptor and the tread parameter. It could wrap the current variants
    or just be an alternative.
- Objects registry in the kernel.
- Minimal optional C-runtime library (complete enough for lwIP).
- OSEK-style simple tasks within the idle thread.
? Think to something for threads restart.
? Multiple heaps, disjoint heaps, heaps in heaps.
- Update C++ wrapper (Heap, Pools, Mailboxes and any new feature).
- Think about making threads return void.
- Add tests documentation to the general documentation via doxygen.
- Code examples into the documentation.

Ideas for 2.x.x:
- High resolution timers and tickless kernel.
- Reference counter for threads, concept of detached threads, threads
  management.

Ideas for 3.x.x:
- Multicore support.

Side projects:
X lwIP TCP/IP stack integration and demo.
X FatFS library integration and demo.
X ChibiOS Wizard, UML modeling and ChibiOS applications code and
  documentation generator.
X OSEK layer.
- Posix layer.
X File System
- Visual debugger/monitor interfaced through OpenOCD.

Lower priority:
- More demos
- More ARM ports
? PIC24 port
- Microblaze port
- PowerPC port
? Coldfire port
? H8 port