1. e4176ba Generate map files for all modules to allow for easy size analysis. by oliverschmidt · 18 years ago
  2. 8072561 Now that we have the optional 'Quit' menu entry we should make sure to uninstall the mouse driver for avoiding dangling interrupts. by oliverschmidt · 18 years ago
  3. 3597351 Added a mouse driver adapter. by oliverschmidt · 18 years ago
  4. e80301f Reduced size by using the GNU make addprefix function by adamdunkels · 19 years ago
  5. 2087a5d Seperated LOADER_LOAD_DSC/LOADER_UNLOAD_DSC from LOADER_LOAD/LOADER_UNLOAD as the later is only used by the directory app. This saves 20 bytes of resident code space. by oliverschmidt · 19 years ago
  6. 510e650 Renamed loader-arch-dsc.S to loader-arch-module-dsc.S. by oliverschmidt · 19 years ago
  7. 17bab29 Replaced wrapper function with macro (and improved thus consistency). by oliverschmidt · 19 years ago
  8. aa5a7d4 Adjustment to avoid errors with recent cc65 snapshots. by oliverschmidt · 19 years ago
  9. 902a602 Cleaned up cc65 Makefile by using - gnumake's vpath - cc65's --create-dep by oliverschmidt · 19 years ago
  10. 78a775c Renamed CFLAGSCOMMON to CFLAGSCC65 and changed include dir options to by oliverschmidt · 19 years ago
  11. 5fc23c7 Moved D64 image creation target from cc65 Makefile to C64 Makefile. by oliverschmidt · 19 years ago
  12. c484425 Moved the directory app description files into the generic folder where the app itself already was located. by oliverschmidt · 19 years ago
  13. dc37969 Added new contiki/Makefile.common to contain common defines. As an initial step moved the exsisting app defines from Makefile.cc65 over here. by oliverschmidt · 19 years ago
  14. ba0640b Renamed contiki-cc65/Makefile.common to contiki-cc65/Makefile.cc65 by oliverschmidt · 19 years ago
  15. 31785ae Omit the ctk_icon if CTK_CONF_ICONS is 0. by oliverschmidt · 19 years ago
  16. 5a2165f Omit the ctk_icon if CTK_CONF_ICONS is 0. by oliverschmidt · 19 years ago
  17. b30bf5a Make use of the UIP_IPH_LEN, UIP_TCPH_LEN and UIP_IPTCPH_LEN defines where they apply. by oliverschmidt · 19 years ago
  18. e252f17 Make use of the UIP_TCPIP_HLEN define where it applies. by oliverschmidt · 19 years ago
  19. 6dbe0fd Renamed the "socket-like API" to "protosockets" in order to highlight by adamdunkels · 19 years ago
  20. 5729ae7 Fixed typo (?) by oliverschmidt · 19 years ago
  21. 6968dcb Made a new function for transport layer checksums which both UDP and TCP checksum functions now use by adamdunkels · 20 years ago
  22. 6d7b5cb Added target for assembler files in current directory by adamdunkels · 20 years ago
  23. 065ad8d Network device driver that also dumps packets to a log window by adamdunkels · 20 years ago
  24. 9fe9ae9 Added copyright license header by adamdunkels · 20 years ago
  25. cda09ff Removed obsolete uip-event.o file by adamdunkels · 20 years ago
  26. 88de660 No longer moves window to top left corner by adamdunkels · 20 years ago
  27. 89096f1 More descriptive icon name by adamdunkels · 20 years ago
  28. 2390ac3 Streamlined local continuation implementation for cc65: by oliverschmidt · 20 years ago
  29. e72fb29 Added socket SMTP implementation, made d64 include .ser files by adamdunkels · 20 years ago
  30. 0acfe5c Removed old special case code for buffers smaller than 256 bytes by adamdunkels · 20 years ago
  31. 467462f Removed old special case code for buffers smaller than 256 bytes, removed special handling of TFE/Ethernet mac header by adamdunkels · 20 years ago
  32. 0ff4dae Updated to use the new serial API by adamdunkels · 20 years ago
  33. 17fdf54 Fixed fatal bug when lc variable was on stack by adamdunkels · 20 years ago
  34. c64152b Added LC_INIT, LC_END by adamdunkels · 20 years ago
  35. eb8a966 lc_resume() does not resume NULL continuation by adamdunkels · 20 years ago
  36. 43aff6f Updated for the new kernel API by adamdunkels · 20 years ago
  37. f16f624 Moved creation of config.cfg into contiki-c64/Makefile.programs by adamdunkels · 20 years ago
  38. 99260a1 Clock implementation for cc65 by adamdunkels · 20 years ago
  39. 8c82a5a Implementation of local continuations for 6502/cc65 by adamdunkels · 20 years ago
  40. 04b79f2 Moved to contiki/ module by adamdunkels · 20 years ago
  41. 2aa00c9 New directories to paths, .drv target, default drivers added to config.cfg by adamdunkels · 20 years ago
  42. 11740ed Excluded functions with cc65 inline assembler from optimization. by oliverschmidt · 20 years ago
  43. cf09a87 Updated for the new kernel API by adamdunkels · 20 years ago
  44. c345e92 Part 27 of adding two new ctk configuration macros: by oliverschmidt · 20 years ago
  45. fb7ff06 Part 13 of adding two new ctk configuration macros: by oliverschmidt · 20 years ago
  46. 5889040 Added unistd include by adamdunkels · 20 years ago
  47. 1929dc2 Added NULL argument to program_handler_load by adamdunkels · 20 years ago
  48. 9fba002 Default init function name changed to loader_appinit by adamdunkels · 20 years ago
  49. 876686a Updated to work with newest cc65 version by adamdunkels · 20 years ago
  50. a0bcb95 Added lib/ subdirectory by adamdunkels · 20 years ago
  51. 69aca2a uip_main -> uiplib, webserver compile fix by adamdunkels · 20 years ago
  52. 66724dd Removed inclusion of unistd.h file which broke with cc65 2.9.2 by adamdunkels · 21 years ago
  53. 432bcdb Removed old ctk_redraw() function call by adamdunkels · 21 years ago
  54. c56bbbb Changed call to uip_process(UIP_DATA) into the uip_input(); by adamdunkels · 21 years ago
  55. 68f6f4b Added the ability to pass an argument pointer to newly created processes by adamdunkels · 21 years ago
  56. ecb3f9e Added optimized rules for the RR-Net and TFE drivers by adamdunkels · 21 years ago
  57. 91db6f7 Added polling signals that can be used to force a uIP poll to be performed for a connection by adamdunkels · 21 years ago
  58. 4c5dcdc Added ctk-textedit.o file to email target by adamdunkels · 21 years ago
  59. 255c0d1 Added loader/ subdir to depend target by adamdunkels · 21 years ago
  60. ec15288 config.cfg now explicitly created by adamdunkels · 21 years ago
  61. 3ea2acb Added uip_signal_uninstall by adamdunkels · 21 years ago
  62. 99503e6 Moved config.cfg to start of directory for faster access by adamdunkels · 21 years ago
  63. bbc15f8 Description file for memstat app by adamdunkels · 21 years ago
  64. 140675b Added loader/ directory by adamdunkels · 21 years ago
  65. e4e3843 Reduced maximum number of loaded files and fixed so that only .dsc files are checked by adamdunkels · 21 years ago
  66. 8718dc4 Updated UIP_LLH_LEN stuff by adamdunkels · 21 years ago
  67. f7f5a40 Now listens to the dispatcher_signal_quit signal for unloading by adamdunkels · 21 years ago
  68. 1a7df6b Now reads data into after UIP_LLH_LEN bytes into the buffer by adamdunkels · 21 years ago
  69. 7626368 Added unistd.h include by adamdunkels · 21 years ago
  70. c3a8e18 Added auto-exit option which automatically quits the directory program when another program is started by adamdunkels · 21 years ago
  71. 52e8025 Added uip assembler driver target, fixed web server and web browser targets, updated D64 target to include dirvers by adamdunkels · 21 years ago
  72. 9819dca Made uIP network device drivers modularised by adamdunkels · 21 years ago
  73. 70c4c34 Broke out code that can be used on many cc65 targets and put it in a separate directory by adamdunkels · 21 years ago