Skip to content

Commit 70457af

Browse files
committed
Workign on 7inch screen.
1 parent 8ea38e7 commit 70457af

33 files changed

+4039
-41
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
# CMakeLists in this exact order for cmake to work correctly
55
cmake_minimum_required(VERSION 3.5)
66
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
7+
add_compile_options("-Wstringop-truncation")
78
project(nesemu)

components/esp_nes/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
file(GLOB_RECURSE T_SOURCES *.c)
22

3-
idf_component_register(SRCS ${T_SOURCES} INCLUDE_DIRS "." REQUIRES "driver" "nofrendo")
3+
idf_component_register(SRCS ${T_SOURCES} INCLUDE_DIRS "." REQUIRES "driver" "nofrendo" "hid" "ws_7inch")

components/esp_nes/idf_component.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ version: "1.0.0"
22
description: esp_nes
33
dependencies:
44
idf: ">=5.0"
5-
esp-box: "2.4.0"

0 commit comments

Comments
 (0)