Skip to content

Commit c89f593

Browse files
committed
Merge branch 'flat' into development: flatten the repository structure
Remove the two directory levels sduino/hardware and move the content of ./sduino/hardware/sduino into ./sduino For manual install all the content of ./sduino goes into the Arduino hardware folder now.
2 parents 68654fd + 201a2cc commit c89f593

File tree

460 files changed

+223
-215
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

460 files changed

+223
-215
lines changed

board-manager/Makefile.core

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ COREDIR?=release/v$(COREVERSION)
1818
PARTSDIR?=parts
1919

2020
# subtree of the repository to be included in the archive
21-
SUBTREE=sduino/hardware/sduino/stm8
21+
SUBTREE=sduino/stm8
2222

2323
#
2424
### No user serviceable part below here. ################################

board-manager/Makefile.tools

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ endif
1414

1515

1616
# Where to find the tools directory
17-
BASEDIR=../sduino/hardware/sduino
17+
BASEDIR=../sduino
1818

1919
# Ignore all files matching one of these shell patterns:
2020
IGNORE=*~ *bak x build-* *.orig *.rej

board-manager/gen_platform_entry.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ list_boards()
4949
{
5050
echo -n " \"boards\": ["
5151
n=0
52-
sed -n "s/.*\.name=//p" ../sduino/hardware/sduino/stm8/boards.txt |\
52+
sed -n "s/.*\.name=//p" ../sduino/stm8/boards.txt |\
5353
while read line; do
5454
if [ $n -ne 0 ]; then echo -n ","; fi
5555
echo

sduino/hardware/sduino/stm8/libraries/EEPROM/examples/eeprom_clear/Makefile

Lines changed: 0 additions & 3 deletions
This file was deleted.

sduino/hardware/sduino/stm8/libraries/EEPROM/examples/eeprom_crc/Makefile

Lines changed: 0 additions & 3 deletions
This file was deleted.

sduino/hardware/sduino/stm8/libraries/EEPROM/examples/eeprom_get/Makefile

Lines changed: 0 additions & 3 deletions
This file was deleted.

sduino/hardware/sduino/stm8/libraries/EEPROM/examples/eeprom_iteration/Makefile

Lines changed: 0 additions & 3 deletions
This file was deleted.

sduino/hardware/sduino/stm8/libraries/EEPROM/examples/eeprom_put/Makefile

Lines changed: 0 additions & 3 deletions
This file was deleted.

sduino/hardware/sduino/stm8/libraries/EEPROM/examples/eeprom_read/Makefile

Lines changed: 0 additions & 3 deletions
This file was deleted.

sduino/hardware/sduino/stm8/libraries/EEPROM/examples/eeprom_update/Makefile

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)