summaryrefslogtreecommitdiff
path: root/Todo.micro
blob: a01e8287a7771946f0168795ffd3d2d41f30857d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
- make creating uconfig.sh automatic (by pumpkin)

- make creating Makefile.micro automatic (by pumpkin)

- clean up compilation warnings as much as possible:
  most of them seem to stem from not including enough headers (this is okay)
  to have enough prototypes, these may be correctible with some simple casts

- do away with signals? (not very portable outside UNIX lands)
  (missing signal API prototypes cause the majority of the compilation
   warnings anyway) do away with fork?

- some of the micro/config.sh really needs to be probed in buildtime:
  (uConfigure? :-) native datatype widths and endianness come to mind