aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Debugging.md
Commit message (Collapse)AuthorAgeFilesLines
* 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>