benpicco

Results 395 comments of benpicco

I added a `flashdb_vfs` module to make the naming more consistent. Now `flashdb_mtd` selects the MTD backend and `flashdb_vfs` the file backend. Also no point in keeping the MTD commit...

looks like `Makefile.ci` now needs an update

I suppose this is still needed, right?

I wrote This script ```C #include #include #define GPIO_PIN(a, b) { #a, b } #define ARRAY_SIZE(a) (sizeof((a)) / sizeof((a)[0])) typedef struct { const char *port; unsigned pin; } gpio_t; #define...

Huh what's confusing about using characters for string output? I wouldn't have expected this to be controversial.