forked from laczik/toolchainSDCC
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
1,024 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
SDCC compiler plugin for MPLAB X |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Add all supported devices | ||
|
||
Remove or make optional options that are not always required | ||
|
||
Add options, in particular | ||
stack location | ||
asm and linker warning options | ||
include path | ||
library path | ||
library list | ||
... and probably many more | ||
|
||
Add script (?) to pass memory and flash usage info to mplabx_ide | ||
|
||
Sign package automatically |
499 changes: 499 additions & 0 deletions
499
build/classes/org/laczik/toolchainSDCC/sdcc.languageToolchain.xml
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0" encoding="UTF-8"?><module codename="org.laczik.toolchainSDCC/1"> | ||
<module_version install_time="1421074634683" last="true" origin="installer" specification_version="1.0.3"> | ||
<module_version install_time="1421101839579" last="true" origin="installer" specification_version="1.0.4"> | ||
<file crc="1529467185" name="config/Modules/org-laczik-toolchainSDCC.xml"/> | ||
<file crc="3100698412" name="modules/org-laczik-toolchainSDCC.jar"/> | ||
<file crc="503320611" name="modules/org-laczik-toolchainSDCC.jar"/> | ||
</module_version> | ||
</module> |
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
build/public-package-jars/com-microchip-mplab-libs-crownking.jar
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
build/public-package-jars/com-microchip-mplab-nbide-embedded-makeproject.jar
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
build/public-package-jars/com-microchip-mplab-nbide-embedded.jar
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
build/public-package-jars/org-netbeans-modules-projectapi.jar
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?><project-private xmlns="http://www.netbeans.org/ns/project-private/1"> | ||
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/1"/> | ||
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/1"> | ||
<file>file:/home/laczik/programming/NetBeansProjects/toolchainSDCC/README</file> | ||
<file>file:/home/laczik/programming/NetBeansProjects/toolchainSDCC/ToDo</file> | ||
<file>file:/home/laczik/programming/NetBeansProjects/toolchainSDCC/src/org/laczik/toolchainSDCC/sdcc.languageToolchain.xml</file> | ||
<file>file:/home/laczik/programming/NetBeansProjects/toolchainSDCC/src/org/laczik/toolchainSDCC/sdcc.optionLanguage.xml</file> | ||
<file>file:/home/laczik/programming/NetBeansProjects/toolchainSDCC/manifest.mf</file> | ||
</open-files> | ||
</project-private> |
499 changes: 499 additions & 0 deletions
499
src/org/laczik/toolchainSDCC/sdcc.languageToolchain.xml
Large diffs are not rendered by default.
Oops, something went wrong.