Skip to content

Commit fe8955d

Browse files
authored
Merge pull request #47 from Joe7M/master
Add Teensy guide
2 parents 1e5551d + 683b5e6 commit fe8955d

File tree

7 files changed

+1466
-5
lines changed

7 files changed

+1466
-5
lines changed

_build/pages/articles.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
- [Android](/pages/android.html)
1717
- [SDL](/pages/sdl.html)
1818
- [FLTK](/pages/fltk.html)
19+
- [Teensy](/pages/teensy.html)
1920
- [Setup external editors](/pages/language_support.html)
2021
- [Distribute your program](/pages/distributiontool.html)
2122
- [SmallBASIC web server](/pages/sbasicw.html)

_build/pages/guide.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Contents
1616
* [Windows](#Windows)
1717
* [Linux](#Linux)
1818
* [Android](#Android)
19+
* [Teensy](#Teensy)
1920
* [Build from Source](#BuildFromSource)
2021
* [Using the IDE](#UsingtheIntegratedDevelopmentEnvironment)
2122
* [Source Code Format](#SourceCodeFormat)
@@ -138,6 +139,11 @@ are stored in `/InternalMemory/SmallBASIC` or in case of an old Android version
138139
`/InternalMemory/Android/data/net.sourceforge.smallbasic/files`. For easy file transfer between
139140
Android and desktop, please read [SmallBASIC file transfer](/pages/android_file_transfer.html)
140141

142+
### Teensy {#Teensy}
143+
144+
SmallBASIC runs on the Teensy 4.0 and Teensy 4.1. For more information please read
145+
the [Teensy guide](/pages/teensy.html).
146+
141147
### Build from Source {#BuildFromSource}
142148

143149
Using Linux it is quite easy to build SmallBASIC from source. This has the advantage, that you

0 commit comments

Comments
 (0)