Kaspar Schleiser
41ece232fa
sys: remove obsolete posix_io code
8 years ago
Kaspar Schleiser
a13bc46f3e
sys: remove uart0
8 years ago
Joakim Gebart
13832d8e62
everything: Remove filename from @file Doxygen command
8 years ago
kushalsingh007
cf75c04b41
fd: Clean-up documentation and rename members
...
-Fixes #1759
-Changes fd_t::__active to fd_t::internal_active
-Changes fd_t::fd to fd_t::internal_fd
-Made changes in the associated files that use the above fields.
9 years ago
Martine Lenders
0eb2d78dda
doc: use my real name
9 years ago
Oleg Hahm
a50d44c195
posix: configure stdio only to uart0 if enabled
9 years ago
Martin Landsmann
28f4e510ad
changed parameters form `kernel_pid_t` to `int`
9 years ago
Oleg Hahm
983d056c75
core: harmonizes the data type for the process ID
...
Instead of using differing integer types use kernel_pid_t for process
identifier. This type is introduced in a new header file to avoid
circular dependencies.
9 years ago
Ludwig Ortmann
3ca4f18479
doc: use lgplv2.1-short license header instead of lgpl-short-riot
9 years ago
Ludwig Ortmann
2314915ff2
license: fix license header grammar
...
insert missing "is"
10 years ago
Martin Lenders
5001925831
Fix my licensing
10 years ago
Oleg Hahm
caf1433389
changed condition in fd.c to check for MCU instead of checking for the board
10 years ago
Martin Lenders
abe65b09bb
Implement file descriptor table
...
Needed for pnet
10 years ago