fabian18
fabian18
Is ```C #if defined(MODULE_MTD_FLASHPAGE) #include "mtd_flashpage.h" #endif ``` supposed to be added to `mtd_default.h`?
> Is anybody working on enhancing this? there seem to be some missing peripherals … Any unassigned peripheral is probably waiting to be implemented. Right now, I have more important...
> Now some tests are failing, is this intended? I would guess not. I can only tell so far that we fail because `_nib_onl_alloc()` fails with `next_hop == NULL`. `_nib-internal.c:509`...
Maybe no neighbor cache entry should be allocated at all if no next hop address is known. > Neighbor Cache: > A set of entries about individual neighbors to which...
> I would guess not. I can only tell so far that we fail because _nib_onl_alloc() fails with next_hop == NULL. It feels like the test was working by coincidence....
``` Prefix List - A list of the prefixes that define a set of addresses that are on-link. Prefix List entries are created from information received in Router Advertisements. Each...
That's good yes! It is the right direction, but for `CFLAGS += -DVFS_NAME_MAX=48` it fails and for 49 it is passing again.
Maybe `MATH_ALIGN(1 + MAX5(...))`
Yes, with `CFLAGS += -DFATFS_FFCONF_OPT_FS_EXFAT=0` it is passing with your provided patch. (Tested up to 52). That means I will have to try again with `_FATFS_FILE_EXFAT = 48`? + your...
And `VFS_DIR_BUFFER_SIZE` also needs the alignment I suppose