contiki:howto_compile
                Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
| contiki:howto_compile [2016/12/13 14:30] – admin | contiki:howto_compile [2017/01/24 18:49] (aktuell) – Externe Bearbeitung 127.0.0.1 | ||
|---|---|---|---|
| Zeile 5: | Zeile 5: | ||
| ==== Installation vom instant-contiki und Kompilieren eines ersten Programms ==== | ==== Installation vom instant-contiki und Kompilieren eines ersten Programms ==== | ||
|   - Installiere die Contiki Entwicklungsumgebung wie [[contiki: |   - Installiere die Contiki Entwicklungsumgebung wie [[contiki: | ||
| - |   - Instant-contiki runterladen von (http:// | + |   - HowTo für den VMWare Player: http:// | 
| - |   - und als virtuelle maschine im VMWare Player  | + | |
|   - (optional) aus Bequemlichkeit arbeite ich auf einem gesharten Verzeichnis (also ein Verzeichnis, |   - (optional) aus Bequemlichkeit arbeite ich auf einem gesharten Verzeichnis (also ein Verzeichnis, | ||
|     * Im VMWare Player unter "Edit virtual machine settings" |     * Im VMWare Player unter "Edit virtual machine settings" | ||
| Zeile 18: | Zeile 17: | ||
|     * Die neu erstelle Datei '' |     * Die neu erstelle Datei '' | ||
|     * Um das eeprom-binary zu erstellen, muss man noch folgendes command ausführen: '' |     * Um das eeprom-binary zu erstellen, muss man noch folgendes command ausführen: '' | ||
| - | - Eigenes Programm kompilieren (einfaches Beispiel aus dem Gedächtnis - meine Anfangstests waren noch mit 2.4) | + | - Eigenes Programm kompilieren (einfaches Beispiel aus dem Gedächtnis - keine Garantie!) | 
|     * '' |     * '' | ||
|     * '' |     * '' | ||
| Zeile 32: | Zeile 31: | ||
| 
   PORTD |= (1 << PIN7); | 
   PORTD |= (1 << PIN7); | ||
|     |     | ||
| - |     | + |     | 
| { | { | ||
|       PORTD ^= (1 << PIN7);   // Toggle PD7 z.B. angeschlossene LED
     |       PORTD ^= (1 << PIN7);   // Toggle PD7 z.B. angeschlossene LED
     | ||
| Zeile 151: | Zeile 150: | ||
| ==== Noch ein paar Hilfen ==== | ==== Noch ein paar Hilfen ==== | ||
| - | http://www.sics.se/contiki/wiki/index.php/Install_Instant_Contiki \\ | + | * [[http://www.contiki-os.org/start.html|Installation von Instant Contiki]] | 
| - | http://www.sics.se/contiki/wiki/index.php/Develop_your_first_application \\ | + |   * [[https://github.com/contiki-os/ | 
| - | http://www.sics.se/ | + |   * [[http://anrg.usc.edu/ | 
| + |   * [[https://github.com/ | ||
| - | http:// | + |   * http:// | 
| **Programmierbeispiele (extern):** | **Programmierbeispiele (extern):** | ||
| - | http:// | + |   * http:// | 
contiki/howto_compile.1481639428.txt.gz · Zuletzt geändert:  (Externe Bearbeitung)
                
                