8000 GitHub - activeceron/micropython-example-boards: MicroPython example: defining custom boards
[go: up one dir, main page]

Skip to content

activeceron/micropython-example-boards

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MicroPython example boards

This repository is an example of how to define custom MicroPython boards with custom Python and C modules. The core MicroPython repository is a submodule and other code, including board definitions, is part of this repository.

To set up MicroPython, check out the submodule and build mpy-cross:

$ git submodule update --init lib/micropython
$ make -C lib/micropython/mpy-cross

The various custom boards will require certain submodules of MicroPython itself. These can be initialised via:

$ cd lib/micropython
$ git submodule update --init lib/stm32lib lib/berkeley-db-1.xx
$ cd ../..

About

MicroPython example: defining custom boards

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 40.7%
  • CMake 34.4%
  • Makefile 16.9%
  • Python 8.0%
0