nuttx-apps/graphics/ft80x
Xiang Xiao 779197c63e Ensure all source code end with one and only one newline
by this command:
git ls-files -z | while IFS= read -rd '' f; do tail -c1 < "$f" | read -r _ || echo >> "$f"; done
2020-02-09 08:14:49 -06:00
..
.gitignore Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
ft80x_audio.c apps/graphics/ft80x: Add controls for enabling/disabling the audio amplifier; Add general interfaces for controlling FT80x GPIOs. 2018-02-27 08:48:15 -06:00
ft80x_backlight.c Squashed commit of the following: 2018-03-09 12:31:29 -06:00
ft80x_coproc.c Unify the void cast usage 2020-01-02 23:21:01 +08:00
ft80x_dl.c Squashed commit of the following: 2018-03-10 10:29:10 -06:00
ft80x_gpio.c apps/graphics/ft80x: Add controls for enabling/disabling the audio amplifier; Add general interfaces for controlling FT80x GPIOs. 2018-02-27 08:48:15 -06:00
ft80x_ramcmd.c Unify the void cast usage 2020-01-02 23:21:01 +08:00
ft80x_ramdl.c Ensure all source code end with one and only one newline 2020-02-09 08:14:49 -06:00
ft80x_ramg.c
ft80x_regs.c Squashed commit of the following: 2018-03-09 12:31:29 -06:00
ft80x_touch.c Unify the void cast usage 2020-01-02 23:21:01 +08:00
ft80x.h
Kconfig apps/graphics/ft80x: Add controls for enabling/disabling the audio amplifier; Add general interfaces for controlling FT80x GPIOs. 2018-02-27 08:48:15 -06:00
Make.defs apps/: In all Make.def files, append to CONFIGURED_APPS patch with the absolute path. 2019-10-17 11:33:59 -06:00
Makefile Makefiles: This reverts part of commit cf0365ea9. It restores 'conditional' inclusion of TOPDIR/Make.defs. Otherwise all make targets fail if the board has not been configured. That is okay most of the time, but not for things like clean and distclean which should not depend on being configured. 2019-10-15 09:25:48 +08:00