• Sign in
  • Sign up
Elektrine
EN
Log in Register
Modes
Overview Chat Timeline Communities Gallery Lists Friends Email Vault DNS VPN
Back to Timeline
  • Open on social.treehouse.systems

bunnie

@bunnie@social.treehouse.systems
mastodon 4.5.6+glitch-th

Good at following directions. Bad at obeying rules.

0 Followers
0 Following
Joined November 20, 2022
Github:
https://github.com/bunnie
Twitter:
@bunniestudios
Blog:
https://bunniestudios.com
Bluesky:
@bunnie.org
About:
https://bunnie.org

Posts

Open post
In reply to
bunnie
bunnie
@bunnie@social.treehouse.systems

Good at following directions. Bad at obeying rules.

social.treehouse.systems
bunnie
bunnie
@bunnie@social.treehouse.systems

Good at following directions. Bad at obeying rules.

social.treehouse.systems
@bunnie@social.treehouse.systems · Mar 21, 2026
@chrysn You can do both modes, you can always read an I/O pin and poll its state without relying on the quantum mechanism. At 5 Mbaud I would guess you can do polling OK.
View full thread on social.treehouse.systems
1
0
0
0
Open post
In reply to
bunnie
bunnie
@bunnie@social.treehouse.systems

Good at following directions. Bad at obeying rules.

social.treehouse.systems
bunnie
bunnie
@bunnie@social.treehouse.systems

Good at following directions. Bad at obeying rules.

social.treehouse.systems
@bunnie@social.treehouse.systems · Mar 21, 2026
@wren6991 thanks! I also really enjoyed analyzing and understanding the PIO, it's a really interesting point in the design space and there's a lot of clever ideas in there.
View full thread on social.treehouse.systems
1
0
0
0
Open post
In reply to
bunnie
bunnie
@bunnie@social.treehouse.systems

Good at following directions. Bad at obeying rules.

social.treehouse.systems
bunnie
bunnie
@bunnie@social.treehouse.systems

Good at following directions. Bad at obeying rules.

social.treehouse.systems
@bunnie@social.treehouse.systems · Mar 20, 2026
@xyhhx yep, it's a play on words!
View full thread on social.treehouse.systems
1
2
0
0
Open post
bunnie
bunnie
@bunnie@social.treehouse.systems

Good at following directions. Bad at obeying rules.

social.treehouse.systems
bunnie
bunnie
@bunnie@social.treehouse.systems

Good at following directions. Bad at obeying rules.

social.treehouse.systems
@bunnie@social.treehouse.systems · Mar 20, 2026

One of my favorite features of the Baochip-1x is the BIO. It's an I/O coprocessor that is based on the PicoRV32, with custom register extensions to allow direct access to GPIOs from the ISA.

Read more about the BIO at this blog post: https://www.bunniestudios.com/blog/2026/bio-the-bao-i-o-coprocessor/ I go in-depth into the architecture and its trade-offs relative to the PIO, and conclude by working through a couple of coding examples.

View on social.treehouse.systems
www.bunniestudios.com

BIO: The Bao I/O Coprocessor « bunnie's blog

71
6
44
0
Open post
Boosted by Bruce Elrick @virtuous_sloth@cosocial.ca
bunnie
bunnie
@bunnie@social.treehouse.systems

Good at following directions. Bad at obeying rules.

social.treehouse.systems
bunnie
bunnie
@bunnie@social.treehouse.systems

Good at following directions. Bad at obeying rules.

social.treehouse.systems
@bunnie@social.treehouse.systems · Mar 10, 2026
I built a microcontroller for high-assurance applications on TSMC 22nm. I call it the "Baochip-1x". Read more about what it is and how it came about at this blog post: https://www.bunniestudios.com/blog/2026/baochip-1x-a-mostly-open-22nm-soc-for-high-assurance-applications/
View on social.treehouse.systems
116
6
102
0
Open post
In reply to
bunnie
bunnie
@bunnie@social.treehouse.systems

Good at following directions. Bad at obeying rules.

social.treehouse.systems
bunnie
bunnie
@bunnie@social.treehouse.systems

Good at following directions. Bad at obeying rules.

social.treehouse.systems
@bunnie@social.treehouse.systems · Mar 04, 2026
@gkrnours The baochip is fairly limited in I/O, so any application like this would require some helper to expand the I/O, creating a bottleneck and thus making performance less than desired. So I would guess it is not strictly impossible, but it's probably also not going to work as well as desired.
View full thread on social.treehouse.systems
1
0
0
0
Open post
In reply to
bunnie
bunnie
@bunnie@social.treehouse.systems

Good at following directions. Bad at obeying rules.

social.treehouse.systems
bunnie
bunnie
@bunnie@social.treehouse.systems

Good at following directions. Bad at obeying rules.

social.treehouse.systems
@bunnie@social.treehouse.systems · Dec 31, 2025
@Logical_Error "use case" - I think of it as a general purpose MCU with some bonus security features. I personally am developing systems around it targeted at authentication tokens, but I don't mean that to be a box into which it is defined. The emphasis on open source means that everyone is invited to use it however they see fit. The intention is not for Xous to be a desktop replacement - the transition comparison is more like going from say, Zephyr or ThreadX to Xous. It's an embededd OS so the harder challenge is porting code from one ecosystem to another. Because we are Rust, we already don't have source-language compatibility that C-based OSes would have. So maybe the biggest ecosystem you could copy paste code out of is Tock, another Rust-based OS.
View full thread on social.treehouse.systems
4
0
0
0
Open post
bunnie
bunnie
@bunnie@social.treehouse.systems

Good at following directions. Bad at obeying rules.

social.treehouse.systems
bunnie
bunnie
@bunnie@social.treehouse.systems

Good at following directions. Bad at obeying rules.

social.treehouse.systems
@bunnie@social.treehouse.systems · Dec 30, 2025

Interested in the Dabao evaluation board for the Baochip-1x? Sign up here to be notified when they are going on sale: https://www.crowdsupply.com/baochip/dabao

View on social.treehouse.systems
Dabao Evaluation Board for Baochip-1x
Crowd Supply

Dabao Evaluation Board for Baochip-1x

A powerful new RISC-V microcontroller with mostly open RTL

28
0
23
0
Open post
bunnie
bunnie
@bunnie@social.treehouse.systems

Good at following directions. Bad at obeying rules.

social.treehouse.systems
bunnie
bunnie
@bunnie@social.treehouse.systems

Good at following directions. Bad at obeying rules.

social.treehouse.systems
@bunnie@social.treehouse.systems · Dec 30, 2025

If you missed my talk with Xobs at #39c3, the recording is now up: https://media.ccc.de/v/39c3-xous-a-pure-rust-rethink-of-the-embedded-operating-system

Learn about Xous, the pure-Rust OS we've been working on, and the Baochip-1x, a full custom silicon chip that will soon be available, purpose-built to run Xous!

View on social.treehouse.systems
social.treehouse.systems

Treehouse Mastodon

120
2
74
0
Open post
bunnie
bunnie
@bunnie@social.treehouse.systems

Good at following directions. Bad at obeying rules.

social.treehouse.systems
bunnie
bunnie
@bunnie@social.treehouse.systems

Good at following directions. Bad at obeying rules.

social.treehouse.systems
@bunnie@social.treehouse.systems · Dec 15, 2025

@jeroen@secluded.ch @mxk@hachyderm.io that's the hope, at least. Part of the experiment is to see if the market will actually put its money where its mouth is in terms of valuing openness in security.

Unfortunately the hardware "kettles" don't come cheap, so next steps always have to strike a balance between progress on openness, and organic, high quality sources of money (such as actual customer demand) that are free of conflicts of interest.

I suspect it will be a very slow process to grow the market for projects like this, especially given the shakiness of the economy these days and the giant sucking sound that is AI taking all the money out any non-AI centered projects.

View on social.treehouse.systems
secluded.ch

Jeroen Massar (@jeroen@secluded.ch) - Secluded

2
0
0
0

Media

313k7r1n3

Company

  • About
  • Contact
  • FAQ

Legal

  • Terms of Service
  • Privacy Policy
  • VPN Policy

Email Settings

IMAP: mail.elektrine.com:993

POP3: pop3.elektrine.com:995

SMTP: mail.elektrine.com:465

SSL/TLS required

Support

  • support@elektrine.com
  • Report Security Issue

Connect

Tor Hidden Service

khav7sdajxu6om3arvglevskg2vwuy7luyjcwfwg6xnkd7qtskr2vhad.onion
© 2026 Elektrine. All rights reserved. • Server: 22:31:29 UTC