Browse Source

fix

pull/1/head
Rafael Zurita 6 years ago
parent
commit
a0312fbc2c
  1. 5
      apps/example0/README.md
  2. 5
      apps/example1/README.md
  3. 5
      apps/example2/README.md
  4. 5
      apps/example3/README.md
  5. 9
      apps/example4/README.md
  6. 5
      apps/example5/README.md

5
apps/example0/README.md

@ -14,15 +14,14 @@ cd xinu-avr/
# copy an example app to main
rm -rf main/
cp -r apps/example0/ main/
cd compile/
```
3. build
```
# build
cd compile/
make clean
make # it will give you an error. Sorry, just try again
make # yes, again
make
```
4. flash and test

5
apps/example1/README.md

@ -14,15 +14,14 @@ cd xinu-avr/
# copy an example app to main
rm -rf main/
cp -r apps/example1/ main/
cd compile/
```
3. build
```
# build
cd compile/
make clean
make # it will give you an error. Sorry, just try again
make # yes, again
make
```
4. flash and test

5
apps/example2/README.md

@ -14,15 +14,14 @@ cd xinu-avr/
# copy an example app to main
rm -rf main/
cp -r apps/example2/ main/
cd compile/
```
3. build
```
# build
cd compile/
make clean
make # it will give you an error. Sorry, just try again
make # yes, again
make
```
4. flash and test

5
apps/example3/README.md

@ -14,15 +14,14 @@ cd xinu-avr/
# copy an example app to main
rm -rf main/
cp -r apps/example3/ main/
cd compile/
```
3. build
```
# build
cd compile/
make clean
make # it will give you an error. Sorry, just try again
make # yes, again
make
```
4. flash and test

9
apps/example4/README.md

@ -9,20 +9,19 @@ git clone http://github.com/zrfa/xinu-avr
cd xinu-avr/
```
2. copy the example4 app to main
2. copy the example1 app to main
```
# copy an example app to main
rm -rf main/
cp -r apps/example4/ main/
cd compile/
cp -r apps/example1/ main/
```
3. build
```
# build
cd compile/
make clean
make # it will give you an error. Sorry, just try again
make # yes, again
make
```
4. flash and test

5
apps/example5/README.md

@ -14,15 +14,14 @@ cd xinu-avr/
# copy an example app to main
rm -rf main/
cp -r apps/example5/ main/
cd compile/
```
3. build
```
# build
cd compile/
make clean
make # it will give you an error. Sorry, just try again
make # yes, again
make
```
4. flash and test

Loading…
Cancel
Save