Skip to content

bill88t/CircuitPython_RAMDisk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircuitPython_RAMDisk

A module for creating a ramdisk on CircuitPython 8.x!

Installation:

You can copy the 'src/ramdisk.py' to your board directly or instead make it an mpy package.
Just run make mpy. If your board is attached, the mpy-cross used will be based off of your board's CircuitPython version.
You can also override the version like: MPYVER=9.0.0-alpha.1-32-g0928a95bb2 make mpy

Usage:

Usage examples provided in 'examples'.

About

A module for creating a ramdisk on CircuitPython 8.x!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors