aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Debugging.md
Commit message (Collapse)AuthorAgeFilesLines
* console: Make baud an optional parameterKevin O'Connor2021-03-021-1/+4
| | | | | | | Make the baud rate an optional parameter to the console.py tool. When not present, it will default to 250000. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* github: Run continuous integration tests using "github actions"Kevin O'Connor2020-10-301-2/+3
| | | | | | | Use "github actions" instead of "travis ci" for the automatic build regression tests. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Rename avrsim.cfg to generic-simulavr.cfgKevin O'Connor2019-11-241-1/+1
| | | | | | Rename the file to be more similar to the naming of other files. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add information on running the regression suite locallyKevin O'Connor2019-06-231-0/+21
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* graphstats: Add support for interactive graphsKevin O'Connor2019-06-191-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Note that graphstats.py can produce different types of graphsKevin O'Connor2019-04-011-0/+3
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Move benchmark information from Debugging.md to new Benchmarks.mdKevin O'Connor2019-03-281-287/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Remove spurious executable flag from documentsKevin O'Connor2019-03-241-0/+0
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update atsam usb transfer benchmarksKevin O'Connor2019-03-101-2/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Note command dispatch benchmark needs desktop class machineKevin O'Connor2019-02-111-1/+5
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update duet2 benchmarksFlorian Heilmann2019-02-101-4/+7
| | | | Signed-off-by: Florian Heilmann <Florian.Heilmann@gmx.net>
* docs: Update atsam benchmarksKevin O'Connor2019-02-071-5/+5
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update benchmarksKevin O'Connor2019-02-061-25/+27
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add performance results for SAMD51Kevin O'Connor2019-01-281-0/+18
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Sort command dispatch table by transfer rateKevin O'Connor2019-01-201-5/+5
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update Debugging document with SAM3X8E usb transfer benchmarkKevin O'Connor2019-01-201-0/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add sam4s8c benchmarksKevin O'Connor2019-01-071-0/+17
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Fix typo in command dispatch benchmarksKevin O'Connor2018-11-161-4/+4
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Round pru command parsing benchmarkKevin O'Connor2018-11-161-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add information on command parsing benchmarksKevin O'Connor2018-11-161-0/+28
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update benchmarksKevin O'Connor2018-11-161-15/+17
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Fix SAM4E8E benchmark test revisionKevin O'Connor2018-10-221-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update SAM4E8E benchmarksKevin O'Connor2018-10-221-3/+3
| | | | | | New benchmark numbers reported by @FHeilmann. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update LPC176x benchmarksKevin O'Connor2018-10-181-6/+6
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update benchmarks for Arduino DueKevin O'Connor2018-10-131-5/+4
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Updates to stm32f103 benchmarksKevin O'Connor2018-10-111-2/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update sam4e8e docs and benchmarks (#562)Florian Heilmann2018-08-221-0/+17
| | | Signed-off-by: Florian Heilmann <Florian.Heilmann@gmx.net>
* docs: Warn about possible pin conflicts in benchmarksKevin O'Connor2018-08-081-0/+5
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: It's difficult to estimate real-world usage from the benchmarksKevin O'Connor2018-08-081-3/+1
| | | | | | | Remove the prediction on real-world usage as it's not really practical to make a prediction. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add benchmarking details to docs/Debugging.mdKevin O'Connor2018-08-081-0/+192
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update Debugging.md with information on logextractKevin O'Connor2018-01-111-5/+28
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* avr: Add SIMULAVR build option; don't show WATCHDOG or SERIAL_BAUD_U2XKevin O'Connor2017-05-281-4/+4
| | | | | | | | | | | Add a CONFIG_SIMULAVR option to the Kbuild menus and don't directly prompt users for CONFIG_WATCHDOG or CONFIG_SERIAL_BAUD_U2X. The only reason to disable these options would be if one were running on simulavr. This simplifies the user visible menu options. Also, only show CONFIG_CLEAR_PRESCALER for at90usb1286 chips. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Avoid using "firmware" in the documentationKevin O'Connor2017-04-271-15/+17
| | | | | | | | The term "firmware" is ambiguous - it could refer to the entire project (host and micro-controller software) or to just the micro-controller software. Avoid the term in the documentation. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add documentation on how to run the graphstats.py scriptKevin O'Connor2017-04-111-0/+23
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update Debugging.md file with python virtual env setupKevin O'Connor2017-04-111-9/+3
| | | | | | | | Direct readers to the main Installation file to setup the python virtual environment and remove the outdated instructions in the Debugging file. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Describe running Klippy in batch mode for debuggingKevin O'Connor2016-09-101-0/+42
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Change the debugging docs to recommend a serial baud rate of 250000Kevin O'Connor2016-06-131-6/+5
| | | | | | | A baud of 250000 is a better choice for production use. It's better to test with that rate also. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* Initial commit of source code.Kevin O'Connor2016-05-251-0/+90
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>