Giter Club home page Giter Club logo

bunretsu's Introduction

分裂 Bunretsu!

My custom firmware for the Corne keyboard, written in Rust.

🚧 WIP 🚧

Setup

TODO

# macOS: pre-built bare-metal toolchain for 23-bit arms
$ brew install armmbed/formulae/arm-none-eabi-gcc

# installs the arm target
$ rustup target add thumbv7em-none-eabihf

Building

TODO

Running

TODO

Useful things

TODO

# sanity check
$ arm-none-eabi-readelf -A target/thumbv7em-none-eabihf/release/bunretsu

# how much space is used for what
$ arm-none-eabi-size -Ax target/thumbv7em-none-eabihf/release/bunretsu

# disasm it!
$ arm-none-eabi-objdump -d target/thumbv7em-none-eabihf/release/bunretsu

nice!nano

  • Adafruit nRF52 Bootloader (DFU/UF2 flashing)
  • nRF52840 chip on board, with 1 MB Flash and 256 KB RAM
  • Cortex™-M4 CPU 32-bit, with FPU, 64 Mhz
  • Bluetooth 5
  • pinout
  • nRF52840 product spec

Links

bunretsu's People

Contributors

den-mentiei avatar

Watchers

 avatar  avatar  avatar

bunretsu's Issues

Rust toolchain

Configure the required Rust toolchain via rust-toolchain.toml.

Probe run

Use probe-run as a custom Cargo runner.

Something like this to .cargo/config:

[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "probe-run --chip nRF52840_xxAA"

Include SoftDevice

SoftDevice is the proprietary low-energy Bluetooth implementation from the Nordic Semiconductor.

memory.x needs to be updated to map it, so it is available.

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.