This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2-SW
/
contiki
Watch
1
Star
0
Fork
0
You've already forked contiki
mirror of
https://github.com/oliverschmidt/contiki.git
synced
2025-01-23 20:30:07 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
contiki
/
core
/
lib
History
adamdunkels
b8860727ac
A ring buffer library. The ring buffer library is useful in device drivers, where bytes can be safely written to the buffer from an interrupt handler, and read from non-interrupt code.
2009-03-01 20:23:56 +00:00
..
assert.c
…
assert.h
…
checkpoint.c
added experimental checkpointing functionality:
2009-02-04 17:49:15 +00:00
checkpoint.h
added experimental checkpointing functionality:
2009-02-04 17:49:15 +00:00
crc16.c
…
crc16.h
…
ctk-filedialog.c
…
ctk-filedialog.h
…
ctk-textentry-checkbox.c
…
ctk-textentry-checkbox.h
…
ctk-textentry-cmdline.c
Added a dummy function instead of a NULL callback in the textentry widget because sdcc does not like NULL function pointers
2009-02-24 21:30:02 +00:00
ctk-textentry-cmdline.h
Added a dummy function instead of a NULL callback in the textentry widget because sdcc does not like NULL function pointers
2009-02-24 21:30:02 +00:00
ctk-textentry-multiline.c
…
ctk-textentry-multiline.h
…
gcr.c
…
gcr.h
…
ifft.c
…
ifft.h
…
libconio.c
…
libconio.h
…
list.c
…
list.h
…
me_tabs.c
…
me_tabs.h
…
me.c
…
me.h
…
memb.c
…
memb.h
…
mmem.c
…
mmem.h
…
petsciiconv.c
…
petsciiconv.h
…
print-stats.c
…
print-stats.h
…
rand.c
…
rand.h
Rewrote the random_rand() pseudo random number generator to use the libc rand() function instead
2009-02-11 11:09:59 +00:00
random.c
Rewrote the random_rand() pseudo random number generator to use the libc rand() function instead
2009-02-11 11:09:59 +00:00
random.h
…
ringbuf.c
A ring buffer library. The ring buffer library is useful in device drivers, where bytes can be safely written to the buffer from an interrupt handler, and read from non-interrupt code.
2009-03-01 20:23:56 +00:00
ringbuf.h
A ring buffer library. The ring buffer library is useful in device drivers, where bytes can be safely written to the buffer from an interrupt handler, and read from non-interrupt code.
2009-03-01 20:23:56 +00:00
sensors.c
…
sensors.h
…
strncasecmp.c
…