Branden Ghena

Results 44 comments of Branden Ghena

There aren't any implementation plans for Enhanced ShockBurst right now. We are focused more on industry-standards like Bluetooth Low Energy and IEEE 802.15.4. That being said, we do support many...

There's support for advertising (which we've had for quite a bit): https://github.com/tock/tock/blob/master/capsules/src/ble_advertising_driver.rs I don't _think_ anything else is in progress right now. A few people have expressed interest, but I...

@dawsonc623 One thing to check, do you actually need to be on stable, or could you just move your toolchain to a nightly version of rust?

# Microbit v2 Actually tested on a Microbit v2.2. - General Tests - [x] `examples/sensors` - sense_to_console: Application that samples a sensor and outputs values to console - [x] `examples/c_hello`...

This message is to ping @lebakassemmerl (msp_exp432p401r) and @yusefkarim (weact_f401ccu6) and see if you're able to do board testing in the near future (within this week?).

I don't think it's related. The objdump issue Emilio was running into has to do with large bin file sizes due to SRAM addresses starting before Flash addresses on his...

Oops. To clarify, it was an `objcopy` issue, not objdump.

It's so funny that complaints about the TMP006 are coming up again. I was trying to do a good, "modern" thing when I wrote the driver and just actually use...

Good call! I was thinking in terms of testing the modified TMP006 driver, which is going to be hard to test since we don't support it on any board anymore.

Some thoughts I wrote up a couple weeks ago about on a rewrite of `usbc_client_ctrl.rs` and the USB HIL that might be useful for the future. Goal: control_handler capsule for...