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-22 14:30:11 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
contiki
/
core
History
adamdunkels
a671ea1146
Documentation fix
2009-05-06 15:04:20 +00:00
..
cfs
removed complicated and mostly unused EOF hint code.
2009-05-04 22:30:32 +00:00
ctk
With dynamic loading enabled the function ctk_textentry_input_null() lives in the persistent core while the macro CTK_TEXTENTRY() is typically used in loadable modules. So ctk_textentry_input_null() needs to be dynamically resolved.
2009-02-28 10:43:30 +00:00
dev
Increased the number of iterations for ugly-hack-loop that checks if a transmission has started, to accommodate a faster CPU speed on the MSP430
2009-04-29 11:38:50 +00:00
lib
Changed name of the internal struct memb_blocks to struct memb for consistency
2009-04-06 21:18:03 +00:00
loader
forcing 16-bit aligned data memory
2009-03-26 12:25:05 +00:00
net
Documentation fix
2009-05-06 15:04:20 +00:00
sys
Renamed the rimebuf module to packetbuf to signal that the module is used outside of a pure Rime context (e.g., the sicslowpan code uses it).
2009-03-12 21:58:20 +00:00
contiki-lib.h
…
contiki-net.h
…
contiki-version.h
Bumped version number to 2.2.3
2009-03-24 14:09:22 +00:00
contiki.h
…