whitecatboard / Lua-RTOS-ESP32

Lua RTOS for ESP32
Other
1.2k stars 221 forks source link

minor issues #9

Closed loboris closed 7 years ago

loboris commented 7 years ago

case sensivity issue (FreeRTOS.h) in _components/luartos/sys/semaphore.h

Makefile -> restore-idf -> @rm $(IDF_PATH)/components/luartos error on first build, when symbolic link $(IDF_PATH)/components/luartos does not exist

GPIO for activity led is configured in _components/luartos/Makefile.projbuild. Probably should be better if it is configurable with menuconfig (e.g., I'm using SparkFun ESP32 Thing board which has the led on GPIO5)

jolivepetrus commented 7 years ago

Thanks for report this. This is solved in https://github.com/whitecatboard/Lua-RTOS-ESP32/commit/e01950decaa05cb5ce69f07ab2db9d8a0431835d.

loboris commented 7 years ago

Thanks and congratulations on the great work...