Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 25 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,33 @@ <h1>Propeller 2 Developer Site</h1>
<img src="/assets/p2_pinout_large.jpg" alt="P2 Pinout" height="200" width="200">

<h2>Resources</h2>
<h3>Documentation</h3>
<ul>
<li>The latest <a href="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>
<li><a href="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>
<li><a href="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>
</ul>
<h3>Emulation Source</h3>
<ul>
<li><a href="https://github.com/parallaxinc/propeller/releases" target="_blank">Propeller 2 Version 32i Verilog File</a> - For P2 emulation on an FPGA board.</li>
<li><a href="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><a href="http://forums.parallax.com/discussion/144199/propeller-ii-emulation-of-the-p2-on-fpga-boards-prop123-a7-a9-de0-nano-de2-115-etc#latest" target="_blank">P2 FPGA Emulation</a> discussion.</li>
</ul>
<h3>Software</h3>
<ul>
<li><a href="https://github.com/parallaxinc/propeller/releases" target="_blank">PNut.exe</a> - Parallax P2 IDE.</li>
<li><a href="https://github.com/totalspectrum/spin2gui/releases" target="_blank">Spin2gui</a> - P2 (and P1) Spin, BASIC, and C IDE by Eric R. Smith.</li>
<ul>
<li><a href="https://github.com/totalspectrum/spin2gui/blob/master/README.md" target="_blank">See Spin2gui source readme</a> for documentation</li>
<li><a href="https://github.com/totalspectrum/spin2cpp/releases" target="_blank">fastspin</a> - Spin, BASIC, C compiler (used by Spin2gui)</li>
</ul>
<li><a href="https://github.com/davehein/p2gcc" target="_blank">p2gcc and loadp2</a> - P2 C compiler/linker/loader by Dave Hein.</li>
</ul>
<h3>Discussion</h3>
<ul>
<li><a href="http://forums.parallax.com/discussion/169367/p2-es-board-support/p1" target="_blank">P2-ES Board Support.</a></li>
<li><a href="http://forums.parallax.com/categories/propeller-2-multicore-microcontroller" target="_blank">Propeller 2 Forum</a> discussions.</li>
<li><a href="https://github.com/parallaxinc/propeller" target="_blank">Visit the source of this site</a></li>
</ul>
<h3>Other</h3>
<ul>
<li><a href="https://github.com/parallaxinc/propeller" target="_blank">Visit and contribute to the source repository of this site</a></li>
</ul>
9 changes: 6 additions & 3 deletions docs/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Docs Folder
This folder contains the source for the entire https://propeller.parallax.com website. The site is hosted via GitHub Pages and the folder name
'docs' is required by the GitHub Pages service as the site's root folder in the repository.
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.

The site is generated and served by Jekyll.
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.

## Files and Folders
* ```index.html``` - this file is the site's home page
* ```/assets``` - Various site resources (such as graphic files) are stored here
12 changes: 6 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Propeller 2 Repository
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)
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?
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.

## Resources
- A simple [Propeller Website](https://propeller.parallax.com) is driven by content in the /docs subfolder.
- 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.
- [Parallax Propeller 2 Instructions v32](https://docs.google.com/spreadsheets/d/1usUcCCQVp3liAqENX9rvX-XVqJomMREhKYExM_taG0A/edit?usp=sharing) is contained in a Google Spreadsheet.
- [Prop2 FPGA File](http://forums.parallax.com/discussion/162298/prop2-fpga-files-updated-2-june-2018-final-version-32i) information is on the forum.
- [Propeller 2 Forum](http://forums.parallax.com/categories/propeller-2-multicore-microcontroller) discussions.
- Visit the [Propeller Website](https://propeller.parallax.com) (driven by content in this repository's /docs subfolder) for a collection of resources.
- See the [/examples](https://github.com/parallaxinc/propeller/tree/master/examples) subfolder for code examples.