Maxime BORGES

Results 20 issues of Maxime BORGES

Starting from v4.48.0 of Signal, the database is now using the RecipientID instead of the Address field for the SMS and MMS, while the previous information of Address now stocked...

I don't think I'm alone getting lot of errors on mastodon.social, and MastodonToTwitter seems to immediatly crash on the first error. Maybe we should add a queue to handle that...

Another one that I got: ``` Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 516, in urlopen body=body, headers=headers) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 304, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 724,...

I was wondering if it was possible to make a single crate from multiple SVDs. Basically, merging all the common registers and peripherals, and compiling only what is needed. After...

Draft for STM32MP1 support. **100% peripheral coverage and crosschecked with Reference Manual:** - TIM* **100% peripheral coverage without crosscheck:** - GPIO - IPCC - ADC - USART

stm32mp1

This PR adds support for interrupt-driven workflow for UARTs and adjusting RX/TX buffer size from the user facing config struct. This allows notably to create tasks that can wait indefinitely...

![image](https://user-images.githubusercontent.com/159235/64867381-956fec00-d63d-11e9-90f8-bc0763812592.png) ![image](https://user-images.githubusercontent.com/159235/64867357-8a1cc080-d63d-11e9-952b-8919d2d8d073.png) ![image](https://user-images.githubusercontent.com/159235/64867612-08796280-d63e-11e9-9c9e-fd5a3413fc0d.png) - [x] A screenshot of the model(s) aligned with KiCad footprints is *very useful* - [X] Was the 3D model(s) created in a mechanical modelling program? **with...

Pending changes
Addition

Hey there, I've started implementing I2S on the ESP32 (well, the peripheral is called I2S but is also supporting TDM and I2S left-aligned which are not per se standard I2S),...

S-waiting-on-review
T-hal