Fabio Utzig

Results 88 comments of Fabio Utzig

You could try adding `breathe_domain_by_extension = {"C" : "cpp"}` (or `c` instead, if you want to use the C domain). See: https://breathe.readthedocs.io/en/latest/directives.html#confval-breathe_domain_by_extension

I had never used `conan` before but when I run `conan install ...` I get: ``` ERROR: Failed requirement 'linear_algebra/0.7.0@public-conan/stable' from 'conanfile.py (mp-units/0.7.0)' ERROR: Unable to find 'linear_algebra/0.7.0@public-conan/stable' in remotes...

The `The job exceeded the maximum log length, and has been terminated.` might be new, but you seemed to have been having documentation issues for quite a long time. I...

GH workflows won't run out of the box, need to first enable it with Apache; I think it'd be better to drop those CI changes and just leave it run...

``` default: insert_char(&input->line[cur], byte, end); - /* Falls through. */ + /* Falls through. */ case '\r': - /* Falls through. */ + /* Falls through. */ case '\n': ```...

This use of `Name()` in those functions has been like this for basically ever. All my MCUBoot targets look something like the one you mentioned (`target.app: "@mcuboot/boot/mynewt"`) and I see...

+1 This would be very good for most users. I'm not entirely sure, but I think `sync` and similar management commands might need changes to be able to fetch stuff...

@jrotkiewicz Please rebase on latest master.

Apart from having the latest version, are there any obvious advantages in updating (bug fixes or new data-structures) ?

I've never had any issues loading on this particular board but some lower-speed boards sometimes have a similar fail when loading the app (never the bootloader!). It never bothered me...