Ivan Grokhotkov
|
da59a29be6
|
Merge branch 'update_copyright_notice_app_trace' into 'master'
app_trace: update copyright notice
See merge request espressif/esp-idf!13415
|
2021-05-03 12:00:53 +00:00 |
Jan Brudný
|
2a3c570abd
|
app_trace: update copyright notice
|
2021-05-03 04:39:23 +02:00 |
Angus Gratton
|
6e80811ca2
|
log: Remove redundant definition of LOG_LOCAL_LEVEL
After adding a maximum setting, the default value of LOG_LOCAL_LEVEL
will be CONFIG_LOG_MAXIMUM_LEVEL not CONFIG_LOG_DEFAULT_LEVEL
|
2021-04-23 18:13:04 +10:00 |
Angus Gratton
|
66fb5a29bb
|
Whitespace: Automated whitespace fixes (large commit)
Apply the pre-commit hook whitespace fixes to all files in the repo.
(Line endings, blank lines at end of file, trailing whitespace)
|
2020-11-11 07:36:35 +00:00 |
Alexey Gerenkov
|
30ff7198b8
|
apptrace: Renames Kconfig options
|
2019-11-13 15:24:01 +03:00 |
Alexey Gerenkov
|
2d52ac48f9
|
apptrace: Adds checks for user arguments in apptrace API
|
2019-04-01 15:56:14 +03:00 |
Alexey Gerenkov
|
13384221a7
|
host_file_io: Fixes uninitialized 'offset' and 'whence' fseek args
|
2018-07-03 19:34:13 +03:00 |
Alexey Gerenkov
|
c1b6a37bb1
|
esp32: Adds GCOV debug stubs support
Adds the following functionality
- Debug stubs infrastructure
- Stub for retrieveing GCOV data without user source code modification
|
2018-05-18 16:16:03 +03:00 |
Alexey Gerenkov
|
fe3b557fa8
|
esp32: Fixes double initialization of apptrace down ring buffer in dual core mode
Additional minor fixes:
- Host file I/O code warnings
- Initialization of down buffer for GCOV
|
2017-09-15 22:45:21 +03:00 |
Alexey Gerenkov
|
891f0db31d
|
esp32: Adds gcov over JTAG feature
Implements function to dump GCOV data to host via JTAG.
The following functionality was added:
- Host file I/O
- GCOV runtime I/O stubs
- GCOV example
|
2017-09-07 18:13:16 +03:00 |