File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,8 +14,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1414- using busybox as command shell for windows to run the wrapper scripts
1515- move the SPL compilation scripts into a separate project spl-splitter
1616- update SPL files to v2.3.0 (add support for STM8S001)
17+ - flatten the repository structure
1718
1819### Fixed
20+ - make sure main.c is pulled in for IDE builds as well
1921- building the core library when using make (regression bug in 0.4.0)
2022
2123
Original file line number Diff line number Diff line change @@ -24,14 +24,14 @@ For all systems start with this:
2424
2525#### Sduino core
2626
27- Link the hardware/ sduino folder of the downloaded repository to your local
28- Arduino hardware folder (usually in ` ~/sketchbook ` or ` ~/Arduino ` ). Create
29- the hardware folder, if not already present:
27+ Link the sduino folder of the downloaded repository to your local Arduino
28+ hardware folder (usually in ` ~/sketchbook ` or ` ~/Arduino ` ). Create the
29+ hardware folder, if not already present:
3030
31- ``` text
31+ ``` bash
3232 cd ~ /Arduino
3333 mkdir hardware # only if not already present
34- ln -s [the-extracted-repository]/sduino/hardware/sduino hardware
34+ ln -s [the-extracted-repository]/sduino hardware
3535```
3636
3737#### SDCC
@@ -70,7 +70,7 @@ repository for any Linux distribution. Example for Debian-type systems (like
7070Ubuntu, Mint, Elementary etc.):
7171
7272``` bash
73- sudo apt-get install make libusb-1.0-0
73+ sudo apt install make libusb-1.0-0
7474```
7575
7676Finally, add a udev rule in order to access the USB port for your flash
You can’t perform that action at this time.
0 commit comments