Commit Graph

1480 Commits

Author SHA1 Message Date
fros4943 4937918af5 updated the default linux/win32 compiler/linker config 2007-09-17 13:06:36 +00:00
nvt-se 33687d8e6f A function declared in lib/random.h is used, so this file should be included
instead of lib/rand.h.
2007-09-14 20:26:52 +00:00
nvt-se 1d4db3e2cc The function was missing the case when the stack was used completely,
and didn't return a value then.
2007-09-14 20:21:01 +00:00
nvt-se d60f3449ea static before const. 2007-09-14 20:12:55 +00:00
nvt-se 077fc61084 Static should come first because it's a storage class. 2007-09-14 20:07:26 +00:00
nvt-se bbecdd9c34 removed uncommented line. 2007-09-14 19:27:22 +00:00
nvt-se 87018b2af5 use uint16_t to be specific about id type size. 2007-09-14 19:24:45 +00:00
nvt-se 5e7a435959 do not declare msp430_cpu_init here. 2007-09-14 19:24:07 +00:00
nvt-se 6955e028da Use splhigh and splx. 2007-09-14 19:20:54 +00:00
nvt-se 290f41db06 better comments.
enable interrupt later.
2007-09-14 19:20:24 +00:00
nvt-se ca733ddfce Added some statistics. 2007-09-14 19:14:54 +00:00
nvt-se 928c22eda1 Minor refactoring and improved compliance with the radio interface. 2007-09-14 18:51:51 +00:00
nvt-se c49c1c0902 Added default Linux settings. 2007-09-12 12:39:31 +00:00
matsutsuka 71e5298d90 Process "kill" is properly implemented. 2007-09-11 12:55:57 +00:00
matsutsuka 661476ad92 PC-6001mkII setting is added. 2007-09-11 12:55:35 +00:00
matsutsuka 809b23fe28 Configuration of regular ctk-conio.c has been added. 2007-09-11 12:55:16 +00:00
matsutsuka 6dd93a3d04 NEC PC-6001 support sources are initially added. 2007-09-11 12:12:59 +00:00
matsutsuka c258a2e83a library extension has been modified form .o to .a 2007-09-11 12:11:38 +00:00
matsutsuka cce43c2efc Baud-rate has been added to the architecture-depend initialization.
Enabled packaged buffer reading.
2007-09-11 12:03:20 +00:00
fros4943 d08097966d added configurations 2007-09-10 17:50:47 +00:00
fros4943 5a34869fea removed level1 test 2007-09-10 17:50:02 +00:00
matsutsuka cd971ff8cc sdcc-custom-rule has been added to makefile.z80 2007-09-10 15:09:28 +00:00
fros4943 0e5a8968dd added default config 2007-09-10 14:08:21 +00:00
fros4943 dfc9a46a14 removed old map test 2007-09-10 14:08:02 +00:00
fros4943 95186aebcb updated tests - references to actual COOJA code 2007-09-10 14:07:12 +00:00
fros4943 9100b5710b level 3b - tests parsing addresses using nm 2007-09-10 14:06:23 +00:00
fros4943 83792e4132 level 3a - tests parsing addresses using map file 2007-09-10 14:06:03 +00:00
fros4943 e24dd09126 parsing addresses differently depending on exttools config 2007-09-10 14:05:34 +00:00
fros4943 8a11380de9 setting nm parsing default 2007-09-10 14:04:10 +00:00
fros4943 919a35801d using external tools regular expressions 2007-09-10 13:26:54 +00:00
fros4943 08d42b2251 added regular expressions for parsing map files and nm output 2007-09-10 13:25:36 +00:00
matsutsuka fe980b4445 Comment and include files are slightly changed for readablility. 2007-09-09 13:41:50 +00:00
matsutsuka 259c5a00b9 Some gliches and filenames are changed regarding RS-232C driver. 2007-09-09 13:41:15 +00:00
matsutsuka 2f4970e61c #include "contiki" has been added so as to enable platform-dependent configuration for LIBCONIO_WIDTH and LIBCONIO_HEIGHT. 2007-09-09 12:24:44 +00:00
matsutsuka c58e4f94b8 Screen-bsae logging implementation. 2007-09-09 12:23:03 +00:00
matsutsuka 17da4a73be Not signal but polling-based rs-232c process. 2007-09-09 12:22:34 +00:00
matsutsuka 91a57c89ba VRAM based default implementation of libconio_arch. 2007-09-09 12:21:54 +00:00
matsutsuka f9a01d6282 strcasecmp is moved to lib directory 2007-09-09 12:20:59 +00:00
matsutsuka 88c30a63a5 Directory of some sources files has been moved. 2007-09-09 12:20:12 +00:00
matsutsuka 8fd76351eb removed debugging printf 2007-09-08 16:12:54 +00:00
matsutsuka 4cd7302ecb make an old debbuging printf optional 2007-09-08 15:32:30 +00:00
fros4943 59c75144e8 compare clock_time_t's 2007-09-07 10:20:30 +00:00
matsutsuka efbe8ab536 renamed contiki-sdcc-conf.h to z80def.h in order to follow the convention of cpu-dependent configuration header file name. 2007-09-07 04:59:06 +00:00
nvt-se b4f3ab5af7 Added support for configurable callbacks of uart1 input. 2007-09-06 11:45:08 +00:00
fros4943 ab5b1b4a65 bigmem target 2007-09-06 08:10:04 +00:00
matsutsuka d44a1e97e6 int32_t typedef is added to make compatibility with rand.c 2007-09-06 01:41:05 +00:00
matsutsuka 582a7476d4 *-dsc.c files have been changed to remove forward reference for struct_icon variable, bacause it is strange that this variable is used wholly inside the C source file and declared extern for the forward reference. 2007-09-06 01:36:10 +00:00
matsutsuka ee76163a8c the order of assembler parameters were changed, because some compiler like SDCC requires the output file at the last place. 2007-09-06 01:09:53 +00:00
fros4943 e04e128a59 updated jni_tests to new external tools configuration 2007-09-05 18:39:42 +00:00
fros4943 e097e17a15 minor fix 2007-09-05 14:08:04 +00:00