Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
9641de1
feat(board): add senseBox Eye board
PaulaScharf Jul 3, 2025
6a33f0b
fix(board): add APOTA description comments
PaulaScharf Jul 9, 2025
7621079
fix(board): add APOTA to senseBox Eye
PaulaScharf Jul 9, 2025
f330585
feat(board): update PID
PaulaScharf Jul 15, 2025
cdf606a
feat(board): updated tinyuf2 bins
PaulaScharf Jul 15, 2025
439bbb8
feat(board): use additional button for APOTA
PaulaScharf Jul 17, 2025
cf0a589
feat(board): remove APOTA
PaulaScharf Jul 18, 2025
28e9076
feat(board): build name uppercase
PaulaScharf Jul 20, 2025
349b11d
feat(board): name tag lowercase
PaulaScharf Jul 20, 2025
e92e631
feat: Allow calls to timer functions within ISR
angelnu Jul 23, 2025
0bdad7f
Merge branch 'master' into patch-1
angelnu Jul 23, 2025
67c59a2
fix: remove log from IRAM function
angelnu Jul 23, 2025
1260396
fix: conditional logs when not ISR
angelnu Jul 23, 2025
d556463
Merge branch 'master' into patch-1
angelnu Jul 23, 2025
e3a0a3a
ci(pre-commit): Apply automatic fixes
pre-commit-ci-lite[bot] Jul 24, 2025
5c24611
feat(github): remove ESP32 forum from issue template
Parsaabasi Jul 25, 2025
10e73be
feat(github): Update template type
Parsaabasi Jul 25, 2025
ed6e95d
feat(board): use existing led API
PaulaScharf Jul 28, 2025
0dcb1d1
ci(pre-commit): Apply automatic fixes
pre-commit-ci-lite[bot] Jul 28, 2025
e375698
feat(board): spelling
PaulaScharf Jul 28, 2025
a5e85f6
ci(pre-commit): Apply automatic fixes
pre-commit-ci-lite[bot] Jul 28, 2025
311955c
fix(component): Use external diag logs to avoid error
P-R-O-C-H-Y Jul 28, 2025
2886729
Merge pull request #11661 from espressif/fix/idf-component-logs
me-no-dev Jul 28, 2025
1a56a1d
Merge pull request #11608 from PaulaScharf/master
me-no-dev Jul 28, 2025
9902934
Merge pull request #11629 from angelnu/patch-1
me-no-dev Jul 28, 2025
13bacf5
Merge pull request #11639 from espressif/feat/remove-forum
me-no-dev Jul 28, 2025
e998f5b
Merge pull request #11640 from espressif/feat/updated-template
me-no-dev Jul 28, 2025
f5b08cd
feat(codeql): Add CodeQL analysis for interpreted languages (#11662)
lucasssvaz Jul 28, 2025
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(component): Use external diag logs to avoid error
  • Loading branch information
P-R-O-C-H-Y committed Jul 28, 2025
commit 311955ccbb0fa657ff6e03fcdd553bd5094c826a
5 changes: 5 additions & 0 deletions idf_component_examples/esp_matter_light/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,8 @@ CONFIG_MBEDTLS_HKDF_C=y
# Increase LwIP IPv6 address number to 6 (MAX_FABRIC + 1)
# unique local addresses for fabrics(MAX_FABRIC), a link local address(1)
CONFIG_LWIP_IPV6_NUM_ADDRESSES=6

#
# DIAGNOSTICS
#
CONFIG_DIAG_USE_EXTERNAL_LOG_WRAP=y
5 changes: 5 additions & 0 deletions idf_component_examples/hello_world/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ CONFIG_AUTOSTART_ARDUINO=y
CONFIG_FREERTOS_HZ=1000
# end of FREERTOS
# end of Component config

#
# DIAGNOSTICS
#
CONFIG_DIAG_USE_EXTERNAL_LOG_WRAP=y
5 changes: 5 additions & 0 deletions idf_component_examples/hw_cdc_hello_world/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ CONFIG_AUTOSTART_ARDUINO=y
CONFIG_FREERTOS_HZ=1000
# end of FREERTOS
# end of Component config

#
# DIAGNOSTICS
#
CONFIG_DIAG_USE_EXTERNAL_LOG_WRAP=y