Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

MicroPython example: defining custom boards

License

NotificationsYou must be signed in to change notification settings

micropython/micropython-example-boards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository is an example of how to define custom MicroPython boardswith custom Python and C modules. The core MicroPython repository is asubmodule and other code, including board definitions, is part of thisrepository.

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

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

The various custom boards will require certain submodules of MicroPythonitself. 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

[8]ページ先頭

©2009-2025 Movatter.jp