aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Features.md
Commit message (Collapse)AuthorAgeFilesLines
* docs: Update benchmarks with stm32g431 chipKevin O'Connor2025-06-021-0/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update stm32h723 benchmarks now that it runs at 520MhzKevin O'Connor2025-05-021-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update benchmarks for stm32h7Kevin O'Connor2025-04-191-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update Features.md to reflect recent workKevin O'Connor2025-04-111-5/+8
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update benchmarks for rp2040Kevin O'Connor2025-02-261-1/+1
| | | | | | Update benchmarks now that the rp2040 runs at 200Mhz. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add rp2350 to benchmarksKevin O'Connor2024-11-141-0/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add step rate benchmark for same70Wulfsta2024-10-211-0/+1
| | | | Signed-off-by: Luke Vuksta <wulfstawulfsta@gmail.com>
* docs: Update Features.mdKevin O'Connor2023-11-101-11/+13
| | | | | | Note additional features that have been added recently. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* ar100: Support for ar100 (#6054)Elias Bakken2023-02-201-0/+1
| | | | | Add files to support AR100 Signed-off-by: Elias Bakken <elias@iagent.no>
* docs: Fix typos (#6032)Thijs Triemstra2023-02-201-1/+1
| | | Signed-off-by: Thijs Triemstra <info@collab.nl>
* docs: Add a note about hardware independence to Features.mdKevin O'Connor2022-11-281-1/+8
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Updates to Features.mdKevin O'Connor2022-11-281-6/+11
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add step rate benchmark for stm32h7D4SK2022-10-211-0/+1
| | | | | Signed-off-by: Konstantin Vogel <konstantin.vogel@gmx.net> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* 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>