- 05 Sep, 2018 1 commit
-
-
alex@thinkpad authored
from api_test.lua when image number wrapped around at 9999->0001 (this replaced the hardcoded logic from api_test.lua for getting previous/future still image paths) --HG-- branch : lua_fix
-
- 17 Feb, 2018 1 commit
-
-
alex@thinkpad authored
Renamed get_ms_clock_value / get_us_clock_value to get_ms_clock / get_us_clock Replaced all hardcoded references to 0xC0242014 with GET_DIGIC_TIMER() ``` find . -not -path '*/\.*' -type f -name '*.c' -o -name '*.h' -exec sed -i 's/get_ms_clock_value/get_ms_clock/g' {} + find . -not -path '*/\.*' -type f -name '*.c' -o -name '*.h' -exec sed -i 's/get_us_clock_value/get_us_clock/g' {} + sed -i 's/\*(volatile uint32_t \*)0xC0242014/GET_DIGIC_TIMER()/' */*.c ... ``` --HG-- branch : lua_fix
-
- 17 May, 2017 1 commit
-
-
alex@thinkpad authored
- only accept strings of length 4, or empty string to reset to default - fix operation after multiple changes --HG-- branch : lua_fix
-
- 25 Jan, 2017 2 commits
-
-
alex@thinkpad authored
--HG-- branch : lua_fix
-
alex@thinkpad authored
--HG-- branch : lua_fix
-
- 24 Aug, 2016 1 commit
-
-
alex@thinkpad authored
--HG-- branch : lua_fix
-
- 16 Apr, 2016 1 commit
-
-
alex@thinkpad authored
--HG-- branch : lua_fix
-
- 27 Mar, 2016 1 commit
-
-
alex@thinkpad authored
--HG-- branch : lua_fix
-
- 20 Mar, 2016 1 commit
-
-
David Milligan authored
lua reflection: remove unecessary duplicate 'fields' in dryos (they are already 'normal' table entries and will get enumerated by lua_next) --HG-- branch : lua_fix
-
- 22 Mar, 2016 2 commits
-
-
David Milligan authored
lua scripting: implement 'reflection' for fields of api modules by using a custom __pairs metamethod and iterator (cherry picked commits from lua_touch branch) this allows us to do e.g.: for k,v in pairs(camera) do printf("%s = %s",k,tostring(v)) end should make writing simple, automatic, generic API tests easier --HG-- branch : lua_fix
-
David Milligan authored
--HG-- branch : lua_fix
-
- 26 Feb, 2016 1 commit
-
-
David Milligan authored
--HG-- branch : lua_fix
-
- 23 May, 2015 1 commit
-
-
David Milligan authored
--HG-- branch : lua
-
- 03 May, 2015 1 commit
-
-
David Milligan authored
lua.mo: make a copy of long-lived strings that we give to ML backends, because lua may move strings around on us, and fix some const correctness issues --HG-- branch : lua
-
- 28 Apr, 2015 1 commit
-
-
David Milligan authored
--HG-- branch : lua
-
- 24 Apr, 2015 1 commit
-
-
David Milligan authored
--HG-- branch : lua
-
- 23 Apr, 2015 1 commit
-
-
David Milligan authored
--HG-- branch : lua
-
- 21 Apr, 2015 2 commits
-
-
David Milligan authored
ldoc specifies 'int' and 'bool' as the types rather than 'integer' and 'boolean' enable markdown include examples --HG-- branch : lua
-
David Milligan authored
--HG-- branch : lua
-
- 20 Apr, 2015 1 commit
-
-
David Milligan authored
more consistent propery help text --HG-- branch : lua
-
- 17 Apr, 2015 1 commit
-
-
David Milligan authored
documentation for 'date' --HG-- branch : lua
-
- 16 Apr, 2015 2 commits
-
-
David Milligan authored
--HG-- branch : lua
-
David Milligan authored
--HG-- branch : lua
-