Commit Graph

  • f067d0cc78 samd21: Minor fixes to usbserial Kevin O'Connor 2018-08-07 00:38:07 -04:00
  • 2eaf3510ab test: Add SAMD21 compile test case Kevin O'Connor 2018-08-07 00:13:34 -04:00
  • a5d27c55e1 docs: Update perf benchmarks with SAMD21 results Kevin O'Connor 2018-07-31 16:12:19 -04:00
  • 0daf19c003 samd21: Add support for USB Kevin O'Connor 2018-08-06 12:29:11 -04:00
  • cf2393efc8 samd21: Add support for gpio pins Kevin O'Connor 2018-07-31 15:49:37 -04:00
  • 74cf4dc9e0 samd21: Initial support for SAMD21 micro-controllers Kevin O'Connor 2018-07-27 19:22:44 -04:00
  • 71db5fbe31 lib: Update samd21 code with local changes Kevin O'Connor 2018-07-27 19:21:02 -04:00
  • 5633e6c249 lib: Add Atmel SAMD21 cmsis headers Kevin O'Connor 2018-07-27 14:24:01 -04:00
  • 50142cc1b3 armcm_irq: Enhance clear_active_irq() so it works on cortex-m0 Kevin O'Connor 2018-07-27 19:21:59 -04:00
  • 635a199a47 usb_cdc: Allow USB endpoint ids to be board specific Kevin O'Connor 2018-08-03 21:26:49 -04:00
  • f4910e119a lpc176x: Use common cmsis-core files Kevin O'Connor 2018-07-31 14:11:25 -04:00
  • 742048a08d lib: Remove the (now unused) cmsis-sam3x8e directory Kevin O'Connor 2018-07-31 11:01:24 -04:00
  • e1146c04fd sam3x8e: Use SAM3X CMSIS files instead of arduino CMSIS files Kevin O'Connor 2018-07-31 10:58:57 -04:00
  • 8572cae9a0 lib: Modify SAM3X CMSIS files to work with GCC's lto feature Kevin O'Connor 2018-07-31 10:52:56 -04:00
  • dd240f6471 lib: Add Atmel SAM3X CMSIS files Kevin O'Connor 2018-07-31 10:38:19 -04:00
  • 454a873cb8 lib: Add CMSIS_5 files Kevin O'Connor 2018-07-27 14:16:54 -04:00
  • ed011b5f25 dockerfile: Add a basic reference Dockerfile (#488) sillyfrog 2018-08-07 03:11:01 +10:00
  • 7783767c35 klippy: Move tracking of accessed config items into _read_config() method Kevin O'Connor 2018-08-03 18:54:23 -04:00
  • cd24d61515 docs: Minor change to wording of junction speeds Kevin O'Connor 2018-08-03 15:48:07 -04:00
  • 1fefd695de docs: Note square corner velocity in lookahead description Kevin O'Connor 2018-08-03 15:39:59 -04:00
  • 43179d7b6c config: Minor changes to example-extras.cfg documentation Kevin O'Connor 2018-08-03 13:00:40 -04:00
  • 82738955d2 virtual_sdcard: Check if other events need to run after each file read Kevin O'Connor 2018-08-02 20:27:34 -04:00
  • f2d232ef77 force_move: Provide defaults for SET_KINEMATIC_POSITION parameters Kevin O'Connor 2018-08-01 15:40:35 -04:00
  • c5ecb37b4e test: Minor update to travis-build.sh mcu_compile start notifier Kevin O'Connor 2018-08-01 14:05:31 -04:00
  • ac5e207241 check_whitespace: Minor simplification of control char check Kevin O'Connor 2018-07-27 12:55:41 -04:00
  • 7c7de85f01 test: Extend white space check to verify files are valid utf-8 Kevin O'Connor 2018-07-26 16:00:39 -04:00
  • 09a64d24f1 docs: Remove the Todo.md file Kevin O'Connor 2018-07-26 12:51:01 -04:00
  • c0c892d524 force_move: Add support for FORCE_MOVE command Kevin O'Connor 2018-07-26 12:12:07 -04:00
  • a434341aa9 force_move: Simplify STEPPER_BUZZ code Kevin O'Connor 2018-07-26 11:39:57 -04:00
  • 2c5eba44ee force_move: Rename stepper_buzz.py to force_move.py Kevin O'Connor 2018-07-26 11:15:51 -04:00
  • 13ccb1a46f mcu: Minor whitespace changes Kevin O'Connor 2018-07-26 10:54:31 -04:00
  • 98580ac1c2 adc_temperature: Minor whitespace changes Kevin O'Connor 2018-07-26 10:51:48 -04:00
  • 334a839123 stepper: Minor whitespace changes Kevin O'Connor 2018-07-26 10:11:56 -04:00
  • 273a98d39a pins: Explicitly pass can_invert and can_pullup to lookup_pin() Kevin O'Connor 2018-07-26 09:44:45 -04:00
  • 7a9553b38a thermocouple: Minor fixes Kevin O'Connor 2018-07-25 09:06:50 -04:00
  • 7d0f3649f3 spi_temperature: The query_thermocouple command is an init command Kevin O'Connor 2018-07-24 19:50:11 -04:00
  • 63dffd9307 spi_temperature: Provide a default value for spi_speed Kevin O'Connor 2018-07-24 15:49:14 -04:00
  • 5b124d59f2 spi_temperature: Remove spi_mode parameter Kevin O'Connor 2018-07-24 15:45:51 -04:00
  • 70f765f62f spi_temperature: Don't raise error on a fault - invoke a shutdown Kevin O'Connor 2018-07-24 15:17:56 -04:00
  • a084c38b41 spi_temperature: Eliminate get_configs() callback Kevin O'Connor 2018-07-24 15:10:10 -04:00
  • c52c398ae8 spi_temperature: Eliminate self.chip_type variable Kevin O'Connor 2018-07-24 15:00:23 -04:00
  • f168032901 spi_temperature: Eliminate check_faults() callback Kevin O'Connor 2018-07-24 14:50:47 -04:00
  • f20dd0c9be spi_temperature: Break up thermocouple code into individual classes Kevin O'Connor 2018-07-24 14:45:00 -04:00
  • 7510efe827 spi_temperature: Use setup_minmax() to set the temperature range Kevin O'Connor 2018-07-24 14:12:00 -04:00
  • 270080cd4c spi_temperature: Remove non-spi flags from SensorBase Kevin O'Connor 2018-07-24 14:05:35 -04:00
  • c0bf4327fd test: Add a test case for less common temperature sensors Kevin O'Connor 2018-07-24 12:54:22 -04:00
  • 756514adef thermocouple: Add support for MAX6675 chip Ricardo Amezquita 2018-06-17 19:59:29 -05:00
  • eba252d3fd thermocouple: Add initial support for common SPI temperature sensing chips Kevin O'Connor 2018-05-04 14:16:21 -04:00
  • 940db6bd70 linux: Add support for bi-directional SPI communication Ricardo Amezquita 2018-06-17 19:57:58 -05:00
  • 6a60fe998d mathutil: Log starting error in coordinate_descent() Kevin O'Connor 2018-07-24 08:32:35 -04:00
  • fce993478c delta_calibrate: Fix typo in config output (radius should be delta_radius) Kevin O'Connor 2018-07-22 11:47:49 -04:00
  • cb29143939 itersolve: Support calculating a stepper position from a cartesian coordinate Kevin O'Connor 2018-07-18 11:51:28 -04:00
  • e2b4b1616f lpc176x: Add support for SPI Kevin O'Connor 2018-07-18 09:15:53 -04:00
  • acefe26e0f idle_timeout: Move timeout handling from toolhead.py to new extras module Kevin O'Connor 2018-07-12 19:07:54 -04:00
  • 0025fbf10d toolhead: Replace junction_deviation with square_corner_velocity Kevin O'Connor 2018-07-08 14:08:21 -04:00
  • ca505bf4ac kinematics: Convert get_rails() method to get_steppers() Kevin O'Connor 2018-07-16 10:16:16 -04:00
  • 89835940f7 query_endstops: Move QUERY_ENDSTOP command to it own extras/ module Kevin O'Connor 2018-07-16 10:06:30 -04:00
  • 28fa954487 delta: Store stable positions as integers Kevin O'Connor 2018-07-15 22:05:13 -04:00
  • 94dc8167c9 z_tilt: Don't default "points" parameter to "z_positions" parameter Kevin O'Connor 2018-07-15 10:30:27 -04:00
  • 260d12af6d probe: Make sure there are at least 3 points even if using default_points Kevin O'Connor 2018-07-14 15:33:08 -04:00
  • ce0f4fe038 delta: Minor change to get_position_from_stable() Kevin O'Connor 2018-07-14 11:35:13 -04:00
  • 244d0aa65b atmega1284p: Add choice between UART0 or UART1 to Kconfig Pascal Albert 2018-07-10 16:50:27 +02:00
  • 2af73d1006 probe: Simplify mcu_probe stepper registration Kevin O'Connor 2018-07-13 17:14:33 -04:00
  • a31c31aed4 mcu: Enhance itersolve stepper kinematics allocation Kevin O'Connor 2018-07-13 11:24:36 -04:00
  • b988596519 toolhead: Fill cmove in toolhead instead of in each kinematic class Kevin O'Connor 2018-07-13 10:52:40 -04:00
  • 8faab46ed2 toolhead: Move kinematic modules to new kinematics/ directory Kevin O'Connor 2018-07-12 22:15:45 -04:00
  • 7d897d84d7 klippy: No need to pass printer reference to add_printer_objects() Kevin O'Connor 2018-07-12 22:26:32 -04:00
  • 5cdba1fda8 mcu: Send mcu config and init immediately after building it Kevin O'Connor 2018-07-12 12:54:12 -04:00
  • 211e34e62b mcu: Add leading underscore to handle_shutdown() and handle_mcu_stats() Kevin O'Connor 2018-07-12 12:19:04 -04:00
  • 21563c5965 config: Minor updates to example-extras.cfg Kevin O'Connor 2018-07-12 12:18:31 -04:00
  • 32a85edb16 spidev: Minor rework to spidev_transfer() Kevin O'Connor 2018-07-11 19:43:20 -04:00
  • 733506dfb2 sam3x8e: Configure spi transfer in spi_prepare() Kevin O'Connor 2018-07-11 19:40:51 -04:00
  • d9f960fb0c avr: Configure spi transfer in spi_prepare() Kevin O'Connor 2018-07-11 19:34:19 -04:00
  • f60b0093b7 docs: Add a section with micro-controller porting tips to Code_Overview.md Kevin O'Connor 2018-07-11 14:35:28 -04:00
  • 5294b3cd2d simulator: Rework dummy simulator code to user timer_irq / serial_irq Kevin O'Connor 2018-07-11 13:46:07 -04:00
  • 00ea4428a3 test: Add recent printer config files to printers.test test case Kevin O'Connor 2018-07-10 12:04:39 -04:00
  • 70b5e1eb69 Add Printer Configuration File for the Tronxy X8 Seyed Seraj 2018-07-08 05:10:45 +02:00
  • 68d78f0791 delta: Minor comment updates Kevin O'Connor 2018-07-09 18:00:58 -04:00
  • e1833e020a chelper: Use CLOCK_MONOTONIC_RAW Kevin O'Connor 2018-07-09 12:18:30 -04:00
  • 4125e176b7 docs: Expand on why it is important to provide the log in Contact.md Kevin O'Connor 2018-07-08 20:11:05 -04:00
  • fa9b321991 docs: Update main documentation to not Smoothieboard support Kevin O'Connor 2018-07-08 11:01:54 -04:00
  • f7c2d918b6 config: Update Smoothieboard configs with notes on flashing the devices Kevin O'Connor 2018-07-08 10:45:17 -04:00
  • f3ac1a2306 docs: Add M206 and M119 to G-Codes.md Kevin O'Connor 2018-07-08 10:20:36 -04:00
  • b4f03e8363 docs: Add display g-code commands to docs/G-Codes.md Kevin O'Connor 2018-07-08 10:12:23 -04:00
  • 649d7c54f0 travis-build: Narrow portions of test run with "set +x" Kevin O'Connor 2018-07-08 09:29:13 -04:00
  • 2991c7a831 stm32f1: implement spi_prepare Grigori Goronzy 2018-07-08 00:22:53 +02:00
  • ebd9035325 SPI: introduce spi_prepare function Grigori Goronzy 2018-07-08 00:03:00 +02:00
  • 5c7c8c984b stm32f1: add SPI support Grigori Goronzy 2018-07-02 23:17:28 +02:00
  • b0ee323e2e heater: Introduce smooth_time config option; remove pid_deriv_time Kevin O'Connor 2018-07-06 13:27:05 -04:00
  • 32175bc66a test: Minor comment update in travis-build.sh Kevin O'Connor 2018-07-05 15:19:37 -04:00
  • bbd3f18178 test: Clean up travis-ci build output Kevin O'Connor 2018-07-05 11:49:10 -04:00
  • 85797a1f76 test: Add additional commands to test in commands.test Kevin O'Connor 2018-07-05 11:02:48 -04:00
  • 295a6f48fc test: Add additional movement commands to move.gcode Kevin O'Connor 2018-07-05 11:02:09 -04:00
  • 1eb416002b sam3x8e: Read from the SPI_RDR on SPI send even if no data needed Kevin O'Connor 2018-07-05 10:29:52 -04:00
  • 7e9ee6aef7 docs: Minor updates to Code_Overview.md Kevin O'Connor 2018-07-03 13:33:48 -04:00
  • 80bcafda77 test: Add a test case for common g-code configuration and status commands Kevin O'Connor 2018-07-03 12:34:33 -04:00
  • b91b0f24db gcode: fix for GET_POSITION (#454) Eric Callahan 2018-07-03 12:22:55 -04:00
  • 0dbfa915de adccmds: Add support for min/max temperature check filtering Kevin O'Connor 2018-07-02 13:47:22 -04:00
  • 5b3444c060 config: Add Anycubic Kossel plus size delta printer config Hans Raaf 2018-07-02 18:28:19 +02:00
  • bae094eac3 test: Expand whitespace checks to test files and test compile configs Kevin O'Connor 2018-07-01 10:52:30 -04:00