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
2024-11-03 22:06:22 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
b0930cf2ec
contiki
/
cpu
History
dak664
b0930cf2ec
Move rtimer-arch.c inclusion from platform to cpu
2010-02-16 21:56:15 +00:00
..
6502
Removed closing of stdin, stdout (and stderr on the Apple2). It was introduced in order to maximize the number of available file handles for the webserver. However none of the target machine DOSes allows to open a single file several times diminishing the intended effect very much. One the other hand not being able to "just printf() something" causes trouble over and again - i.e. hello-world seemingly not working...after all a typical case of german over-enigneering ;-)
2010-02-10 07:43:25 +00:00
arm
Use .u prefix for uploading to device and PROG variable to select programmer
2010-02-10 10:08:36 +00:00
avr
Move rtimer-arch.c inclusion from platform to cpu
2010-02-16 21:56:15 +00:00
cc2430
msp430
Removed safeguards around the update code for the timer; turns out they weren't needed (but instead triggered a bug in MSPsim)
2010-01-30 14:03:35 +00:00
native
x86
z80