Koen Zandberg
Koen Zandberg
The `cn_cbor_context` struct itself should not be modified by the calls that use the context struct. With this in mind the `cn_cbor_context` struct pointer should be passed as `const` to...
[rfc 3062] defines an ldap password modify operation where a new user password is supplied directly to the LDAP server. The advantage is that the LDAP server can determine the...
I have a few use cases where I have a CBOR stream with a rather large byte strings. Having a function to get a pointer and length to these byte...
As of yesterday, the flash chip is formatted and written with the layout specified on the [wiki](https://github.com/bosmoment/PineTime-apps/wiki/SPI-Flash-layout). This should be indicated in the README to warn potential users about overwriting...
The default firmware puts the SPI NOR flash chip in deep sleep mode. Something the firmware here should also do. However, the current firmware does not wake the flash chip...
### Contribution description This commit adds support for URBs (USB Request/Response Blocks). These allow for submitting multi-transfer sized buffers with USBUS handling the individual usbdev xmits. Multiple URBs can be...
### Contribution description This PR adds support for the endpoint halt condition on the USBUS side. Instead of directly stalling an endpoint, handlers should enable the halt condition on an...
# Tracking OTA progress Tracking issue for the different parts required to enable over the air updates. ## Overview We are aiming at a simple OTA prototype in a first...
### Contribution description This is an initial draft of an I2S audio interface API. The goal is to have an API to fit the peripherals on different platforms. Furthermore, due...
### Contribution description This is a (very) initial implementation of the stm32 SPI peripheral running in I2S mode. ### Testing procedure No test application yet. At least the stm32f4discovery board...