aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Features.md
Commit message (Collapse)AuthorAgeFilesLines
* docs: List only micro-controller names in benchmarks table in Features.mdKevin O'Connor2022-04-291-11/+15
| | | | | | | | | | | There is concern that some users are interpreting the benchmark table in Features.md as a list of "supported boards" or possibly "recommended boards". This was not the intent. Remove the board names from the list to make it more clear the intent is only to describe the benchmarks. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add stm32g0b1 to benchmarksKevin O'Connor2021-12-271-0/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update benchmarks after stepper and scheduler changesKevin O'Connor2021-11-151-21/+19
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update Features.mdKevin O'Connor2021-09-291-7/+13
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs : make modifications to all md files to make them compatible with mkdocsDamien2021-07-271-4/+4
| | | | | | | | all markdown files must have a single H1 heading at the top. Signed-off-by: Damien Martin <damlobster@gmail.com> Update CNAME
* docs: Use relative links for files outside the docs/ directoryKevin O'Connor2020-12-031-3/+1
| | | | | | | | Use javascript to fixup the "github pages" rendering of links to files outside the docs/ directory. Then use normal relative links in the documentation. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Updates to Features.md documentKevin O'Connor2020-10-131-15/+39
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* adc_temperature: add support for AD597 (#3164)Bryan Boettcher2020-08-091-2/+2
| | | | | | The AD597 thermocouple amplifier is used in the Raise3D N2+ (and possibly others). Signed-off-by: Bryan Boettcher <bryan.boettcher@gmail.com>
* docs: Update SAMD51 benchmarksKevin O'Connor2019-11-181-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Note AD849x support in Features.mdKevin O'Connor2019-10-151-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update stm32f103 benchmarksKevin O'Connor2019-09-081-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update sam4s8c benchmarksKevin O'Connor2019-09-081-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update AVR benchmarks to use gcc v5.4.0Kevin O'Connor2019-09-061-2/+2
| | | | | | | Current versions of OctoPi ship with avr-gcc v5.4.0, so update the benchmarks to use that version. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add STM32F407 benchmarks to Features.md documentKevin O'Connor2019-09-051-16/+17
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update Features.md to note Duet2 Maestro supportKevin O'Connor2019-07-281-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Note tmc2209 and tmc5160 support in Features.mdKevin O'Connor2019-06-231-4/+4
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Avoid using .. in markdown linksKevin O'Connor2019-04-141-1/+3
| | | | | | | Using .. in the markdown link can confuse some document processors. Use an absolute link to github instead. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Move benchmark information from Debugging.md to new Benchmarks.mdKevin O'Connor2019-03-281-1/+2
| | | | 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>
* mcp4018: Add initial support for the mcp4018 digipotKevin O'Connor2019-02-161-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Note MCP4728 in Features.mdKevin O'Connor2019-02-121-2/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Report the actual SAMD51 3 stepper rate in the Features benchmarkKevin O'Connor2019-02-111-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update duet2 benchmarksFlorian Heilmann2019-02-101-1/+1
| | | | Signed-off-by: Florian Heilmann <Florian.Heilmann@gmx.net>
* docs: Update atsam benchmarksKevin O'Connor2019-02-071-4/+4
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update benchmarksKevin O'Connor2019-02-061-12/+13
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add performance results for SAMD51Kevin O'Connor2019-01-281-2/+3
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add sam4s8c benchmarksKevin O'Connor2019-01-071-2/+3
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update benchmarksKevin O'Connor2018-11-161-2/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update SAM4E8E benchmarksKevin O'Connor2018-10-221-1/+1
| | | | | | New benchmark numbers reported by @FHeilmann. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update LPC176x benchmarksKevin O'Connor2018-10-181-2/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update benchmarks for Arduino DueKevin O'Connor2018-10-131-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Updates to stm32f103 benchmarksKevin O'Connor2018-10-111-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update Features.md document with tmc2660 supportKevin O'Connor2018-10-021-3/+4
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add Delta_Calibrate.md guide with "enhanced delta calibration"Kevin O'Connor2018-09-251-2/+4
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Note digipot support in Features.mdKevin O'Connor2018-09-031-1/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Features.md updatesKevin O'Connor2018-09-031-35/+70
| | | | | | Add information on new features in Klipper. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update sam4e8e docs and benchmarks (#562)Florian Heilmann2018-08-221-1/+1
| | | Signed-off-by: Florian Heilmann <Florian.Heilmann@gmx.net>
* sam4e8e: Add the SAM4e8e portFlorian Heilmann2018-08-081-1/+2
| | | | | | | | This can be flashed to e.g. the duet wifi using bossac. It requires a later version as is currently included in the klipper repo (1.8 vs. 1.2). Comms are currently via UART0 only, USB serial is still TBD Signed-off-by: Florian Heilmann <Florian.Heilmann@gmx.net>
* docs: Update perf benchmarks with SAMD21 resultsKevin O'Connor2018-08-071-3/+4
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update main documentation to not Smoothieboard supportKevin O'Connor2018-07-081-10/+10
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add LPC1768 benchmarks to Features.md documentKevin O'Connor2018-05-251-3/+5
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add STM32F103 benchmarks to the Features documentKevin O'Connor2018-04-201-4/+5
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Reword performance paragraph in Features.mdKevin O'Connor2017-09-271-4/+4
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update Features.md document for multiple micro-controllersKevin O'Connor2017-09-261-0/+8
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* pru: Compile the irq_poll() function with -O2 optimizationKevin O'Connor2017-08-151-1/+1
| | | | | | | | Compile the PRU binary with -Os optimization, but request that the timer dispatch code be compiled with -O2 optimization. This improves the performance of timers slightly. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* pru: Compile with -Os instead of -O2Kevin O'Connor2017-08-141-1/+1
| | | | | | | The gcc -Os option significantly reduces the size of the PRU binary and it has little impact on performance. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update benchmarks in Features documentKevin O'Connor2017-08-111-5/+11
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Use only single space at start of new sentenceKevin O'Connor2017-05-011-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Reword smoothed look-ahead description in KinematicsKevin O'Connor2017-05-011-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Avoid using "firmware" in the documentationKevin O'Connor2017-04-271-8/+8
| | | | | | | | 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>