Skip to content

Commit

Permalink
Updated supported device list
Browse files Browse the repository at this point in the history
  • Loading branch information
laczik committed Jan 12, 2015
1 parent d9e98c1 commit 4133ba3
Show file tree
Hide file tree
Showing 14 changed files with 1,024 additions and 3 deletions.
1 change: 1 addition & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SDCC compiler plugin for MPLAB X
15 changes: 15 additions & 0 deletions ToDo
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 build/classes/org/laczik/toolchainSDCC/sdcc.languageToolchain.xml

Large diffs are not rendered by default.

Binary file modified build/cluster/modules/org-laczik-toolchainSDCC.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions build/cluster/update_tracking/org-laczik-toolchainSDCC.xml
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 modified build/org-laczik-toolchainSDCC.nbm
Binary file not shown.
Binary file modified build/public-package-jars/com-microchip-mplab-libs-crownking.jar
Binary file not shown.
Binary file not shown.
Binary file modified build/public-package-jars/com-microchip-mplab-nbide-embedded.jar
Binary file not shown.
Binary file modified build/public-package-jars/org-netbeans-modules-projectapi.jar
Binary file not shown.
Binary file modified build/public-package-jars/org-openide-util.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion manifest.mf
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ Manifest-Version: 1.0
OpenIDE-Module: org.laczik.toolchainSDCC/1
OpenIDE-Module-Layer: org/laczik/toolchainSDCC/layer.xml
OpenIDE-Module-Localizing-Bundle: org/laczik/toolchainSDCC/Bundle.properties
OpenIDE-Module-Specification-Version: 1.0.3
OpenIDE-Module-Specification-Version: 1.0.4

7 changes: 7 additions & 0 deletions nbproject/private/private.xml
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 src/org/laczik/toolchainSDCC/sdcc.languageToolchain.xml

Large diffs are not rendered by default.

0 comments on commit 4133ba3

Please sign in to comment.