Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/underverk/SmartWatch_Toolchain
Open source toolchain to compile code for the Sony SmartWatch the "Arduino" way. This toolchain was created as a proof of concept that it is possible to program Arduino-like code on almost anything.
https://github.com/underverk/SmartWatch_Toolchain
Last synced: 3 months ago
JSON representation
Open source toolchain to compile code for the Sony SmartWatch the "Arduino" way. This toolchain was created as a proof of concept that it is possible to program Arduino-like code on almost anything.
- Host: GitHub
- URL: https://github.com/underverk/SmartWatch_Toolchain
- Owner: underverk
- Created: 2013-06-17T15:18:32.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-29T11:30:52.000Z (over 11 years ago)
- Last Synced: 2023-08-01T05:11:32.307Z (over 1 year ago)
- Language: C
- Size: 6.53 MB
- Stars: 23
- Watchers: 12
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- AwesomeCompiler - SmartWatch_Toolchain
README
SmartWatch toolchain
====================Open source toolchain to compile code for the Sony SmartWatch the "Arduino way".
This toolchain was created as a proof of concept that it is possible to program Arduino-like code on almost anything.Download the Sony SmartWatch edition of the Arduino IDE to compile and run sketches using this toolchain:
https://github.com/underverk/SmartWatchIRC: freenode/#open-ssw
### To build from the command line:
You will need some tools:
GNU Tools for ARM - https://launchpad.net/gcc-arm-embedded/+download
dfu-util (for downloading to device) - http://dfu-util.gnumonks.org/releases/Windows users additionally need to:
* Download and configure MinGW or some other GNU development environment.
MinGW provides a step-by-step quide here: http://www.mingw.org/wiki/Getting_Started
* Manually update the driver for the device (after connecting).
See `windows_driver.zip` for the `Sony SmartWatch DFU driver` for Windows.Then simply, from the root of this repo:
* `> make` will build bin/firmware.bin
* `> make program` will download to the device
* `> make clean` will clean it all up