Koen Zandberg
Koen Zandberg
Whoops, my bad. Should be fixed now, CI shows all green
@danielkucera That sounds promising!
@danielkucera Any news here?
For the bootloader, the mimimal set of required metadata is this: ```c /** * @brief Structure to store firmware metadata * @{ */ typedef struct { uint32_t magic_number; /**< metadata...
# Documentation todo - Dependencies: - CPU peripherals required - metadata format and bootloader interaction - Metadata fields - CPU initialization (happens twice)
Just as a side note I made while playing around with @kYc0o branch, if the periph_gpio, periph_uart and uart_stdio are disabled (I had to comment out some initialization functions), the...
> Would people possibly want the stdio uart for debugging? Probably, but if the bootloader is functioning, it should not be necessary. Furthermore, if your device is somewhere in the...
Thanks for picking this up. First thing I noticed is that you're using `uint8_t` for most selectors. Is there a reason for not `typedef`fing something like an `adc_device_t` and an...
@gschorcht Could you run your `urlcheck.sh` through the [shellcheck](https://github.com/koalaman/shellcheck) tool? There are a few quoting issues with variables pointed out by shellcheck.
I think it would also be good to add a check in there if wget is available on the system.