sandeepmistry / arduino-nRF5

Arduino Core for Nordic Semiconductor nRF5 based boards
Other
873 stars 278 forks source link

Porting adafruit_littleFS #462

Open TrailBee47 opened 2 years ago

TrailBee47 commented 2 years ago

Adafruit nrf52 core has storage library implemented littleFS. I want to use that with nrf51 modules I have. Tried putting the lib into your library folder but seems like ere found for "Adafruit_LittleFS.h" Used: /Users/...../Library/Arduino15/packages/sandeepmistry/hardware/nRF5/0.7.0/libraries/Adafruit_LittleFS In file included from /Users/...../Library/Arduino15/packages/adafruit/hardware/nrf52/1.0.0/libraries/InternalFileSytem/examples/Internal_Format/Internal_Format.ino:15:0: /Users/..../Library/Arduino15/packages/sandeepmistry/hardware/nRF5/0.7.0/libraries/Adafruit_LittleFS/src/Adafruit_LittleFS.h:34:56: fatal error: rtos.h: No such file or directory compilation terminated.

can it even be used? I don't think it has anything to limit it but how shall I move forward?