Benjamin Cabé

Results 26 issues of Benjamin Cabé

Trying to cross compile for ARM, i got bitten by a missing implementation of the xorBlock function for ARM...

This really is an awesome list of resources, so how about adopting the awesome list format/guidelines and getting this list promoted there? https://github.com/sindresorhus/awesome https://github.com/sindresorhus/awesome/blob/master/awesome.md

I've found that adding the current value of PC to the various loggers that log unhandled read/writes is super useful to pinpoint where in the emulated code calls are being...

needs-input

As of now, the enclosure does not do the best job at "routing" the airflow to the sensor (the excessive fan speed might also be playing a role there...). Might...

enhancement
help wanted
good first issue

this is related to issue #15. I have those instructions mostly ready-to-go per a blog post that I am about to publish

this can be useful to save energy when running on external battery... 🔋

enhancement
good first issue

Right now the fan is either off or full speed. It's far from ideal as it's causing the sensors to have a hard time picking up the smells. Having a...

enhancement

enhancement
help wanted

GPIO IRQ sample (https://github.com/sipeed/MaixPy_scripts/blob/master/hardware/demo_gpio_intr.py) has a wrong signature for the IRQ handler, at least for MaixPy 5 ``` def test_irq(GPIO, pin_num): print("key", pin_num) ``` Gives an error as callback is...