https://github.com/retiredwizard/mydos
Early Proof of Concept version of PyDOS (low FLASH/RAM requirements)
https://github.com/retiredwizard/mydos
Last synced: 5 months ago
JSON representation
Early Proof of Concept version of PyDOS (low FLASH/RAM requirements)
- Host: GitHub
- URL: https://github.com/retiredwizard/mydos
- Owner: RetiredWizard
- Created: 2022-05-22T17:20:05.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-25T07:39:18.000Z (about 2 years ago)
- Last Synced: 2024-12-29T10:29:57.666Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## MyDOS
**Early Proof of Concept version of PyDOS
**MicroPython/CircuitPython DOS-like shell for microcontroller boards**
I have gotten used to having PyDOS installed on microcontrllers I'm working with but on boards with limited FLASH or RAM PyDOS won't run. That's where this
early prototype version has come in useful.
To launch MyDOS, type **import MyDOS**
**Notes:**
- Unlike PyDOS, When running Python scripts from the MyDOS prompt you must include the .py extension.
- Directory Paths are not supported so you must use the **CD** command if you want to run scripts from subdirectories