This is an automated email from the ASF dual-hosted git repository. ligd pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
from 429befe1e examples/netpkt: add ethercat test example for robot new f7ff338a7 fix: git status/git status --ignore normalization check problem new 2074d04f6 cmake:add kissfft CMake build new b694cbb84 cmake:add gemmlowp CMake build new f1501c56d cmake:add ruy CMake build The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: math/gemmlowp/.gitignore | 1 + {testing/fff => math/gemmlowp}/CMakeLists.txt | 37 +++++++------- math/kissfft/.gitignore | 1 + .../luasyslog => math/kissfft}/CMakeLists.txt | 57 ++++++++++------------ math/ruy/.gitignore | 1 + .../spinlock_bench => math/ruy}/CMakeLists.txt | 49 ++++++++++--------- system/flatbuffers/.gitignore | 1 + videoutils/openh264/.gitignore | 1 + 8 files changed, 76 insertions(+), 72 deletions(-) create mode 100644 math/gemmlowp/.gitignore copy {testing/fff => math/gemmlowp}/CMakeLists.txt (58%) create mode 100644 math/kissfft/.gitignore copy {interpreters/luamodules/luasyslog => math/kissfft}/CMakeLists.txt (61%) create mode 100644 math/ruy/.gitignore copy {benchmarks/spinlock_bench => math/ruy}/CMakeLists.txt (65%) create mode 100644 system/flatbuffers/.gitignore create mode 100644 videoutils/openh264/.gitignore