posborne
Open Source contributor/maintainer for various projects. rust-embedded WG member, focused on embedded Linux.
@PhysicalGraph Minneapolis, MN
Pinned Repositories
cmsis-svd
Aggegration of ARM Cortex-M (and other) CMSIS SVDs and related tools
dbus-python
(DEPRECATED! support now exists upstream) Fork of python-dbus with support for installing via pip
linux-programming-interface-exercises
My solutions to The Linux Programming Interface Exercises
putio-sync
Python daemon that automatically downloads files from put.io
rust-systems-programming
Systems Programming in Rust
gpio-cdev
Rust interface to the Linux GPIO Character Device API (/dev/gpiochip...)
meta-rust-bin
Yocto layer for installing Rust toolchain from pre-built binaries
rust-i2cdev
Rust library for interfacing with i2c devices under Linux
rust-spidev
Rust library providing access to spidev devices under Linux
rust-sysfs-gpio
A Rust Interface to the Linux sysfs GPIO interface (https://www.kernel.org/doc/Documentation/gpio/sysfs.txt)
posborne's Repositories
posborne/rust-systems-programming
Systems Programming in Rust
posborne/rust-pstree
An implementation of pstree in rust based on the exercise from TLPI
posborne/zinc-example-lpc1768
Example project showing use of Zinc from external project
posborne/bugger
Simple Python debugging tools you can hook into your application
posborne/Anvil
A Library for making access to Kiln API Simple
posborne/rust-gpio
Traits for accessing GPIO devices across all systems from Rust
posborne/mbed-hal-k22f
mbed HAL for Freescale K22F MCUs
posborne/cargo-clippy
cargo clippy
posborne/device_tree-rs
Reads and parses Linux device tree images
posborne/Documentation
SmartThings Documentation
posborne/flate2-rs
FLATE, Gzip, and Zlib bindings for Rust
posborne/homu-on-heroku
How to deploy a Homu instance to Heroku
posborne/libc
Raw bindings to platform APIs for Rust
posborne/lmdb-rs
Rust bindings for LMDB
posborne/mbed-hal-frdm-k22f
mbed HAL for Freescale FRDM-K22F development board
posborne/meta-fsl-arm
OpenEmbedded/Yocto BSP layer for Freescale's ARM platforms
posborne/meta-nodejs
OpenEmbedded layer for latest Node.js releases
posborne/mio
Metal IO library for Rust
posborne/python-suitcase
DSL for describing binary structures and protocols generating symmetric parsers, packers, and protocol handlers
posborne/rust
a safe, concurrent, practical language
posborne/rust-memchr
Exposes a safe interface to libc's memchr in Rust.
posborne/rust-nix
Fork of Rust Nix Repo (2nd copy to fix CI issues)
posborne/rust-s3
Rust library for working with Amazon S3
posborne/rust-skeptic
Test your Rust Markdown documentation via Cargo
posborne/rust-void
The empty type Void.
posborne/serial-rs
Rust library for interacting with serial ports.
posborne/SmartThingsPublic
posborne/syntaxext_lint
Common lints for rust syntax extensions
posborne/uuid
Generate and parse UUIDs.
posborne/zinc
The bare metal stack for rust