Skip to content

Early Proof of Concept version of PyDOS (low FLASH/RAM requirements)

Notifications You must be signed in to change notification settings

RetiredWizard/MyDOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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

About

Early Proof of Concept version of PyDOS (low FLASH/RAM requirements)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages