Skip to content

Commit

Permalink
feat: update espp to 0.13.1 for interrupt-driven touch (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
finger563 authored Jul 10, 2024
1 parent 5d60b49 commit 51fe194
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion components/box-emu/src/box-emu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ bool BoxEmu::initialize_gamepad() {
input_timer_ = std::make_shared<espp::HighResolutionTimer>(espp::HighResolutionTimer::Config{
.name = "Input timer",
.callback = [this]() {
espp::EspBox::get().update_touch();
update_gamepad_state();
}});
uint64_t period_us = 30 * 1000;
Expand Down
2 changes: 1 addition & 1 deletion components/espp
Submodule espp updated 201 files
2 changes: 2 additions & 0 deletions sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
# FATFS config
# Support long file names using buffer in heap
CONFIG_FATFS_LFN_HEAP=y
CONFIG_FATFS_VFS_FSTAT_BLKSIZE=16384 # increase speed of buffered reads
CONFIG_FATFS_USE_FASTSEEK=y # increase speed of seeking for read-mode files

#
# USB config
Expand Down

0 comments on commit 51fe194

Please sign in to comment.