Results 627 comments of Alan C. Assis

@hujun260 please take a look at @anchao comments

I saw @davids5 replied you in Discord channel. I'll post his comment here for future reference: "See 'invalid IDMA address buffer:0x380026e8 end:0x380028e7' The buffer used by mkfatfs is not allined...

@tmedicci Did you know what could be this issue? @WJ-JAY does this issue happen if you connect only 1 BLE device? Or only 2 devices?

I don't understand your point. Maybe @lupyuen @xiaoxiang781216 or @tmedicci could have a better understanding, because they are more used to RISC-V than I.

Amazing @Giri2801 !!!! Please submit support to Shakti microprocessor to mainline, this way more people in India could test it!

@xiaoxiang781216 could you please share your internal test? We need to confirm this modification will not break existing applications using CAN

@xiaoxiang781216 I think include/nuttx/can.h is legacy code, when I created the mcp2515 driver I needed to create a drivers/can and moved can.c to there, but I think this header file...

> > @xiaoxiang781216 I think include/nuttx/can.h is legacy code, when I created the mcp2515 driver I needed to create a drivers/can and moved can.c to there, but I think this...

> Your mean merge include/nuttx/can.h into include/nuttx/can/can.h? Yes!

> > > Your mean merge include/nuttx/can.h into include/nuttx/can/can.h? > > > > > > Yes! > > That is not trivial. Having two `can.h` is needed to maintain both...