diff options
author | sprhawk <hongbo@yang.me> | 2014-08-29 01:54:58 +0800 |
---|---|---|
committer | sprhawk <hongbo@yang.me> | 2014-08-29 01:54:58 +0800 |
commit | 4b0606cfb59dcc1d8fdad7fb7341b733e0d46f18 (patch) | |
tree | 061c476a4b1d77d4f92eb18960c924011e805179 | |
parent | 214951cc8d485e826ec52a381b8e50f0e75aafa1 (diff) | |
download | nrf51822-posix-build-scripts-4b0606cfb59dcc1d8fdad7fb7341b733e0d46f18.tar.gz nrf51822-posix-build-scripts-4b0606cfb59dcc1d8fdad7fb7341b733e0d46f18.tar.bz2 nrf51822-posix-build-scripts-4b0606cfb59dcc1d8fdad7fb7341b733e0d46f18.tar.xz nrf51822-posix-build-scripts-4b0606cfb59dcc1d8fdad7fb7341b733e0d46f18.zip |
add README
-rw-r--r-- | README.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..13eaed7 --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +nrf51822 build script under MacOSX +================================= + +Usage: +------ + +1. install arm-none-eabi-gcc for MacOSX: + + from: https://launchpad.net/gcc-arm-embedded + +2. create your project file + +3. copy Makefile.template as Makefile to your project directory + +4. modify Makefile variable to suit your environment + +5. (optional) change Makefile.posix to suit your gcc version + +6. make + +7. make erase_all + +8. make flash_softdevice + +9. make flash + |