sandeepmistry / arduino-nRF5

Arduino Core for Nordic Semiconductor nRF5 based boards

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Porting adafruit_littleFS

TrailBee47 opened this issue · comments

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?