Skip to content
Snippets Groups Projects
Commit 1629a099 authored by Lode Hoste's avatar Lode Hoste
Browse files

OSX howto

parent 7e37ed41
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ The project is currently integrating Slip 13 with the following hardware, toolch
The default ARM crosscompiler for linux/osx. YAGARTO and codesourcery toolchains should in theory also work.
* Eclipse
If you cannot live without a graphical IDE: Eclipse allows you to import Makefile projects (see below) and to interface to the gdb debugger. This requires soem configuration however, wheras the more traditional editor+make approach works out of the box.
If you cannot live without a graphical IDE: Eclipse allows you to import Makefile projects (see below) and to interface to the gdb debugger. This requires some configuration however, whereas the more traditional editor+make approach works out of the box.
CHANGELOG
......@@ -30,12 +30,13 @@ CHANGELOG
TODO
----
- Communication: Use the LWIP stack to setup a TCP connection to talk to the SlipREPL. USB-to-serial communication to the board is put on hold, because there aren't any readily available low-level drivers for it.
- Add some native to make the SPI protocol available to Slip. (using the open/open-file of scheme?) Then start talking to the XBee device.
- Add some native to make the SPI protocol available to Slip (using the open/open-file of scheme?). Then start talking to the XBee device.
INSTALL CHECKLIST
-----------------
* Have a arm-none-eabi-gcc toolchain installed (codesourcery toolchain works, haven't tried YAGARTO)
- OSX: port install arm-none-eabi-binutils arm-none-eabi-gcc arm-none-eabi-gdb
* Try 'make' in the ./minislip/ directory, this should work out of the box
* For Eclipse:
......@@ -52,4 +53,4 @@ MODIFICATIONS
* If you are adding header or source files to the project, please put them in ./minislip/ directory and add them to the ./minislip/Makefile .
* Send pull requests to yvdriess.
\ No newline at end of file
* Send pull requests to yvdriess.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment