To fix #10, my idea is to have 2 different bitmap memory section. One supports bit-band, while the other doesn't.
According to CONFIG_BITMAP_BITBAND, macro __BITMAP gives the appropriate attribute,
but this would complicate mempool and the linker script with many different _start and _end.
Any comments are appreciated.
To fix #10, my idea is to have 2 different bitmap memory section. One supports bit-band, while the other doesn't. According to CONFIG_BITMAP_BITBAND, macro __BITMAP gives the appropriate attribute, but this would complicate mempool and the linker script with many different _start and _end. Any comments are appreciated.