GithubHelp home page GithubHelp logo

mlugg / microbian Goto Github PK

View Code? Open in Web Editor NEW

This project forked from spivoxity/microbian

0.0 0.0 0.0 294 KB

The micro:bian embedded OS for BBC micro:bit and other ARM-based microcontroller boards

C 71.80% Emacs Lisp 0.01% Tcl 0.86% Assembly 2.66% Forth 23.91% Makefile 0.37% Python 0.38%

microbian's Introduction

microbian

The micro:bian embedded OS for BBC micro:bit and other ARM-based microcontroller boards.

This repository exists primarily to store the full version of micro:bian, including timeouts and ports to other boards: so that the version distributed with my book, Bare Metal micro:bit, can be simplified as much as possible.

To build, link make a symbolic link named config.mk to either config.v1 or config.v2, then use make or make examples.

Pi Pico

To build for the Raspberry Pi Pico, link config.mk to config.pico. Then, use make to generate a uf2 file for the appropriate example using, for instance, make ex-echo.uf2. This will compile uf2.c using the native cc and use it to generate a UF2 file which can be directly flashed to the chip by the standard process of mounting the Pico as a filesystem and copying the image to it. uf2.c is written in standard C and should function on any little-endian host.

There is also a dependency on Python 3 in this process: a Python script is used to pad and checksum the stage2 bootloader which is put into the image.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.