Skip to content

Releases: ponoor/step-series-universal-firmware

v1.3.1

14 Feb 08:31
867c7ad
Compare
Choose a tag to compare

What's Changed

  • Fixed electromagnet brake enable setup was not valid from config.txt by @kanta in #29

Full Changelog: v1.3.0...v1.3.1

v1.3.0

07 Jan 08:24
4a640f0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.6...v1.3.0

v1.2.6

11 Nov 05:47
0cb5e87
Compare
Choose a tag to compare

Fixed

  • Fixed compile errors for STEP800 by @kanta in #26

Full Changelog: v1.2.5...v1.2.6

v1.2.5

29 Sep 00:39
09aa994
Compare
Choose a tag to compare

Fixed

  • Patch for Arduino-core SAMD 1.8.13 by @kanta in #25
    • The old code caused SPI related errors during a compiling with SAMD 1.8.13 or later.
  • A minor problem for the SD card detection in v1.2.3 is fixed.
    • It took 1 second longer than expected for the SD card initialization.

Full Changelog: v1.2.4...v1.2.5

v1.2.4

21 Sep 12:51
15bb4be
Compare
Choose a tag to compare

Fixed

  • Fix the problem with Ethernet initialization. This problem is only happen in v1.2.3.

Full Changelog: v1.2.3...v1.2.4

v1.2.3

15 Sep 02:06
2d3ddea
Compare
Choose a tag to compare

Changed

  • Changed some pin name definitions in the source codes for consistency.
  • The CS pin for the W5500 is now configurable to adapt non-standard Ethernet boards for STEP100/200.
  • Both changes won't be affected any behavior of the board.

Fixed

  • Some typos in the diagnosis tool.

Develop by @kanta in #23

v1.2.2

26 Aug 03:28
d684093
Compare
Choose a tag to compare

Fixed

  • Following parameters are set as true in default but there were problem when these values were overrode by false from the config file. Now these values are handled properly.
    • isMyIpAddId
    • isOutPortAddId
    • isMacAddId
    • bootedMsgEnable
    • reportError
    • reportUVLO
    • reportThermalStatus
    • reportOCD
    • homeSwMode
    • limitSwMode
  • Fixed the motor could move even prohibitMotionOnHomeSw is enabled when motion commands sent in a certain timing.

Both of them were discussed in #21 .

Full Changelog: v1.2.1...v1.2.2

v1.2.1

11 Jul 02:43
199b527
Compare
Choose a tag to compare

Fixed

  • Fixed the compile error for boards without LIMITSW (STEP800 series) in #20

Full Changelog: v1.2.0...v1.2.1

v1.2.0

10 Jun 01:54
e17b854
Compare
Choose a tag to compare

Changed

  • homeSwMode and limitSwMode work for the servo mode. (Cause hard stop)
  • prohibitMotionOnHomeSw and prohibitMotionOnLimitSw works for the servo mode. (Cause soft stop)
  • Now the servo mode takes the minimum path, as same as /goTo.

Full Changelog: v1.1.2...v1.2.0

v1.1.2

07 Jun 07:29
234b2c1
Compare
Choose a tag to compare

Fixed

  • Fixed EMB output for STEP400 #18
    Fixed the problem of: Digital output pins of the electromagnetic brake board connectors are not configured properly in a certain condition.

Full Changelog: v1.1.1...v1.1.2