osd-contiki/platform/stk501
barner d4b3436d21 Add new plattform definition for the STK 501 board featuring an
Atmel ATmega128.

Very brief instructions:

- Configure your programmer etc. in Makefile.stk501
- Use 'make upload' to flash your STK501.
- Setup a SLIP connection to your board (on the first serial port)
  and make sure you can ping it.
- Use 'make loadable_prg.ko' to build a demo module.
- gcc -ocodeprop ../../tools/codeprop.c
- ./codeprop <IP of STK> loadable_prg.ko
- Watch the module print "Tick, Tack, Tick, ..." on the second
  serial port.
2006-12-22 17:19:22 +00:00
..
contiki-conf.h Add new plattform definition for the STK 501 board featuring an 2006-12-22 17:19:22 +00:00
contiki-stk501-default-init-lowlevel.c Add new plattform definition for the STK 501 board featuring an 2006-12-22 17:19:22 +00:00
contiki-stk501-default-init-net.c Add new plattform definition for the STK 501 board featuring an 2006-12-22 17:19:22 +00:00
contiki-stk501-main.c Add new plattform definition for the STK 501 board featuring an 2006-12-22 17:19:22 +00:00
contiki-stk501.h Add new plattform definition for the STK 501 board featuring an 2006-12-22 17:19:22 +00:00
loadable_prg.c Add new plattform definition for the STK 501 board featuring an 2006-12-22 17:19:22 +00:00
Makefile Add new plattform definition for the STK 501 board featuring an 2006-12-22 17:19:22 +00:00
Makefile.stk501 Add new plattform definition for the STK 501 board featuring an 2006-12-22 17:19:22 +00:00