InfiniSim/sim
Reinhold Gschweicher d9d729d40f FS: fix FS::Stat function by looking at local dir instead of `/`
Like in `FileOpen()` interpret filenames starting with `/` as paths
relative to the current working directory by removing the first `/` from
the path.

Fixes: https://github.com/InfiniTimeOrg/InfiniSim/issues/23
2022-04-24 23:23:45 +07:00
..
components FS: fix FS::Stat function by looking at local dir instead of `/` 2022-04-24 23:23:45 +07:00
displayapp Initial InfiniSim project 2022-02-17 22:57:08 +07:00
drivers SpiNorFlash: code style fix 2022-04-24 19:13:56 +07:00
heartratetask Initial InfiniSim project 2022-02-17 22:57:08 +07:00
libraries Initial InfiniSim project 2022-02-17 22:57:08 +07:00
nrfx add missing <string> and <cmath> includes 2022-02-26 21:37:21 +07:00
FreeRTOS.cpp Initial InfiniSim project 2022-02-17 22:57:08 +07:00
FreeRTOS.h add missing <string> and <cmath> includes 2022-02-26 21:37:21 +07:00
portmacro_cmsis.cpp Initial InfiniSim project 2022-02-17 22:57:08 +07:00
portmacro_cmsis.h Initial InfiniSim project 2022-02-17 22:57:08 +07:00
queue.cpp Initial InfiniSim project 2022-02-17 22:57:08 +07:00
queue.h Initial InfiniSim project 2022-02-17 22:57:08 +07:00
task.cpp Initial InfiniSim project 2022-02-17 22:57:08 +07:00
task.h Initial InfiniSim project 2022-02-17 22:57:08 +07:00
timers.cpp sim/timers: implement xTimerGetExpiryTime, xTimerIsActive, more accurate 2022-03-29 22:41:09 +07:00
timers.h sim/timers: implement xTimerGetExpiryTime, xTimerIsActive, more accurate 2022-03-29 22:41:09 +07:00