Commit graph

1461 commits

Author SHA1 Message Date
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
fros4943 d5d6e5d48c added some explanations 2007-09-05 14:01:56 +00:00
fros4943 db74bb6566 changed link argument sent to makefile:
instead of using linker, user may specify linker line including tools
2007-09-05 14:00:59 +00:00
fros4943 661a76408a changed link argument sent to makefile:
instead of using linker, user may specify linker line including tools
2007-09-05 13:58:08 +00:00
oliverschmidt 89e81f9eed Renamed 6502-conf.h into 6502def.h to be in line with similiar files created in the meanwhile and added C99 names. 2007-09-05 10:59:10 +00:00
nvt-se 1d1b99c0aa refer to PSOCK_NEWDATA. 2007-09-04 12:39:00 +00:00
bg- e6630a6ccb include contiki.h and use standard data types. 2007-09-04 08:48:54 +00:00
joxe aaae9f4cf8 removed redundant code - configuration of basic clock subsystem in clock and rtimer_arch 2007-09-03 19:22:37 +00:00
ksb 6441821fc3 Forgot to add this file 2007-09-01 11:17:25 +00:00
matsutsuka 4766593ff7 Add assembler checksum calculation support for z80 port. 2007-09-01 11:14:50 +00:00
ksb af9bf1810c The file is generated from string-descriptors.xml, but since it probably won't change and not everyone has xsltproc I'm putting it in CVS. 2007-09-01 10:12:54 +00:00
ksb 73dfa52324 Changes IP address so it won't collide with the Tmote. 2007-09-01 10:09:11 +00:00
ksb 2bbf074f39 Added a gateway application the routes between SLIP on USB and the radio. 2007-09-01 10:06:05 +00:00
ksb 9d5a2aed80 Added USB (specifically CDC-ACM) support 2007-09-01 10:00:35 +00:00
matsutsuka 3af69d229a Added some comments. 2007-09-01 01:09:25 +00:00
matsutsuka cc2b6e58d7 Followed a coding convention of contiki, in which cast operation should not be followed by a space char. 2007-09-01 01:08:07 +00:00
matsutsuka 1a59b784b7 Followed a coding convention of contiki, in which cast operation should not be followed by a space char. 2007-09-01 00:56:03 +00:00
matsutsuka 57bd42ac9b Fixed a glitch of CC_CONF_ASSIGN_AGGREGATE. 2007-09-01 00:49:41 +00:00
fros4943 858e2682e6 platform independent simple slotted tdma mac protocol
observe: uses event timers, not real-time timers!
2007-08-31 13:42:22 +00:00
oliverschmidt 34af8fbc1a Fixed recent change. 2007-08-30 20:47:14 +00:00