This website requires JavaScript.
Explore
Help
Sign in
deac
/
osd-contiki
Watch
1
Star
0
Fork
You've already forked osd-contiki
0
Code
Issues
Pull requests
Releases
Wiki
Activity
edc7a59091
osd-contiki
/
examples
/
osd
/
.gitignore
7 lines
91 B
Text
Raw
Normal View
History
Unescape
Escape
Allow changing bootloader_get_mac address Current default in the Makefile is the *new* bootloader address. But for backward compatibility we've modified the run*.sh files to use the old address. The run*.sh also now explain how to change the default.
2014-05-13 16:56:59 +02:00
*.osd-merkur
*.eep
Multi-platform support, osd-merkur-{128,256} Rename guhRF platform to osd-merkur-256, previous osd-merkur platform is now osd-merkur-128. Also check that everything is consistent. Add both platforms to the regression tests. Move redundant files in platform dev directory of both platforms to cpu/avr/dev. Note that this probably needs some rework. Already discovered some inconsistency in io definitions of both devices in the avr/io.h includes. Added a workaround in the obvious cases. The platform makefiles now set correct parameters for bootloader and for reading mac-address from flash memory. Factor the flash programming into cpu/avr and platform/osd-merkur* and rework *all* osd example makefiles to use the new settings. Also update all the flash.sh and run.sh to use the new settings. The suli ledstrip modules (and osd example) have also been removed.
2016-04-22 17:51:59 +02:00
*.osd-merkur-128
*.osd-merkur-256
New make environment for new bootloader Compatible with old bootloader. Adds an additional section with a copy of the interrupt vector table to the end of the image. This is needed by the new bootloader and should be ok for the old bootloader. Note that for this to work, everybody needs python installed with the IntelHex python package. On Linux this can be achieved with pip install IntelHex
2017-08-20 20:57:17 +02:00
*.osd-merkur-256.0
*.osd-merkur-256.1
Reference in a new issue
Copy permalink