You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li>The latest <ahref="https://docs.google.com/document/d/1UnelI6fpVPHFISQ9vpLzOVa8oUghxpI6UpkXVsYgBEQ/edit?usp=sharing" target="_blank">Propeller 2 Documentation</a> is contained in a Google Doc with community commenting enabled.</li>
8
9
<li><ahref="https://docs.google.com/spreadsheets/d/1usUcCCQVp3liAqENX9rvX-XVqJomMREhKYExM_taG0A/edit?usp=sharing" target="_blank">Parallax Propeller 2 Instructions v32</a> is contained in a Google Spreadsheet.</li>
9
-
<li><ahref="http://forums.parallax.com/discussion/162298/prop2-fpga-files-updated-2-june-2018-final-version-32i" target="_blank">Prop2 FPGA File</a> information is on the forum.</li>
10
+
</ul>
11
+
<h3>Emulation Source</h3>
12
+
<ul>
13
+
<li><ahref="https://github.com/parallaxinc/propeller/releases" target="_blank">Propeller 2 Version 32i Verilog File</a> - For P2 emulation on an FPGA board.</li>
14
+
<li><ahref="http://forums.parallax.com/discussion/162298/prop2-fpga-files-updated-2-june-2018-final-version-32i/p1" target="_blank">Detailed information</a> is on the forum.</li>
<li><ahref="https://github.com/totalspectrum/spin2gui/releases" target="_blank">Spin2gui</a> - P2 (and P1) Spin, BASIC, and C IDE by Eric R. Smith.</li>
21
+
<ul>
22
+
<li><ahref="https://github.com/totalspectrum/spin2gui/blob/master/README.md" target="_blank">See Spin2gui source readme</a> for documentation</li>
23
+
<li><ahref="https://github.com/totalspectrum/spin2cpp/releases" target="_blank">fastspin</a> - Spin, BASIC, C compiler (used by Spin2gui)</li>
24
+
</ul>
25
+
<li><ahref="https://github.com/davehein/p2gcc" target="_blank">p2gcc and loadp2</a> - P2 C compiler/linker/loader by Dave Hein.</li>
This folder contains the source for the entire https://propeller.parallax.com website. The site is hosted via GitHub Pages and the folder name
3
-
'docs' is required by the GitHub Pages service as the site's root folder in the repository.
2
+
This folder contains the source for the entire https://propeller.parallax.com website. It is expected to grow in size (files/folders) as more content is created and shared.
4
3
5
-
The site is generated and served by Jekyll.
4
+
The site is hosted via GitHub Pages, generated and served by Jekyll. The parent folder named 'docs' is required by the GitHub Pages service as the website's root folder in the repository.
5
+
6
+
## Files and Folders
7
+
*```index.html``` - this file is the site's home page
8
+
*```/assets``` - Various site resources (such as graphic files) are stored here
This repository serves as a source of information and source code for the Propeller Community as the Propeller 2 is tested and further developed. Want to contribute? [Follow these steps.](https://github.com/parallaxinc/propeller/wiki/Contributing)
2
+
This repository serves as a source of information and source code for the Propeller Community as the Propeller 2 is tested and further developed.
3
+
4
+
## Want to contribute?
5
+
Parallax welcomes Propeller Community members to contribute to this repository. Don't allow great resources to remain buried in the forums - share them here in a version-controlled, centralized place for new and existing users to enjoy. Have you created example Propeller 2 code you want to share? Do you know of (or have created) Propeller 2 tools, tips, etc.? Please [follow these steps](https://github.com/parallaxinc/propeller/wiki/Contributing) to include them here for all to see.
3
6
4
7
## Resources
5
-
- A simple [Propeller Website](https://propeller.parallax.com) is driven by content in the /docs subfolder.
6
-
- The latest [Propeller 2 Documentation](https://docs.google.com/document/d/1UnelI6fpVPHFISQ9vpLzOVa8oUghxpI6UpkXVsYgBEQ/edit?usp=sharing) is contained in a Google Doc with community commenting enabled.
7
-
-[Parallax Propeller 2 Instructions v32](https://docs.google.com/spreadsheets/d/1usUcCCQVp3liAqENX9rvX-XVqJomMREhKYExM_taG0A/edit?usp=sharing) is contained in a Google Spreadsheet.
8
-
-[Prop2 FPGA File](http://forums.parallax.com/discussion/162298/prop2-fpga-files-updated-2-june-2018-final-version-32i) information is on the forum.
- Visit the [Propeller Website](https://propeller.parallax.com) (driven by content in this repository's /docs subfolder) for a collection of resources.
9
+
- See the [/examples](https://github.com/parallaxinc/propeller/tree/master/examples) subfolder for code examples.
0 commit comments