Skip to content

Releases: gloomyandy/RepRapFirmware

RepRapFirmware 3.5.0-rc.1 Port for STM32F4 and STM32H7 (v3.5.0-rc.1+102)

06 Sep 13:11
Compare
Choose a tag to compare

Release Information

This is a port of RRF 3.5.0-rc.1 for STM32F4 and STM32H7 based processors (for a list of supported boards please see the Wiki https://teamgloomy.github.io/supported_boards.html).
For details of the build system used for this release please see: https://github.com/gloomyandy/RRFBuild. The source code for this release is tagged with v3.5.0-rc.1+102

What's New

  • This release adds support for spi based CAN-FD adapters to allow the use of CAN-FD expansion boards with STM32F4 based boards
  • This release adds support for RP2040 based expansion boards using CAN-FD
  • For details of what is new in 3.5.0-rc.1 please see here
  • For details of changes for STM32 versions see here

Upgrade Information

New Plugin

There is now a new plugin (releaseMgr) which will help you check for updates. You can also view the release notes and be warned of any config changes required. You can find it here

All Users

This release of the firmware removes the use of legacy entries in the board.txt file. The following tags are no longer used:

  • lpc.board= use board= instead
  • softwareSPI.pins= use one of SPI3.pins=, SPI4.pins=, SPI5.pins= instead
  • sbc.lpcTfrReadyPin= use sbc.TfrReadyPin= instead
  • adc.prefilter.enable= is no longer needed

This releases adds the ability to control LEDs attached to expansion boards. As part of this feature changes to how local LEDs are configured and controlled have been made. Pins must now be defined using the M950 E option (see: M950) minor changes have also been made to how colours are set using the M150 command (See: M150).

WiFi Users

As well as updating the firmware, you need to update the following:

  • ESP8266 and ESP32 firmware V1.27-01 (or later) from here. Instructions for STM32 ESP8266 are here and STM32 ESP32 are here
  • DWC inline with the firmware version from here.
  • This release includes version 2.1beta4 WiFi firmware. This is required for the new RRF MQTT feature. The files for this preview are included alongside the standard RRF firmware files (see DuetWiFiServer.bin for ESP8266 modules and DuetWiFiServer_32.bin for ESP32 based modules) .

SBC Users

As of this release upgrading the SBC version of the firmware requires the use of an additional RAM based program (stm32f4_iap_SBC.bin for the STM32F4 version). The easy way to ensure that this is correctly installed is to upload the .zip file version of the SBC firmware to the system folder using DWC. This contains the required firmware components. If this additional component is not installed you will not be able to easily update to future versions of the SBC firmware.

There is currently no support for SBC mode when running on STM32H7 based boards. It is intended to provide this support in a later release.

Please follow the instructions from here

Issues and Support

Please report problems/ask questions using our Discord server (see the Wiki for details).

This firmware comes with no warranty (implied or otherwise) - use at your own risk

RepRapFirmware 3.5.0-rc.1 Port for STM32F4 and STM32H7 (v3.5.0-rc.1+101)

05 Sep 19:40
Compare
Choose a tag to compare

Release Information

This is a port of RRF 3.5.0-rc.1 for STM32F4 and STM32H7 based processors (for a list of supported boards please see the Wiki https://teamgloomy.github.io/supported_boards.html).
For details of the build system used for this release please see: https://github.com/gloomyandy/RRFBuild. The source code for this release is tagged with v3.5.0-rc.1+101

What's New

  • This release adds support for spi based CAN-FD adapters to allow the use of CAN-FD expansion boards with STM32F4 based boards
  • This release adds support for RP2040 based expansion boards using CAN-FD
  • For details of what is new in 3.5.0-rc.1 please see here
  • For details of changes for STM32 versions see here

Upgrade Information

New Plugin

There is now a new plugin (releaseMgr) which will help you check for updates. You can also view the release notes and be warned of any config changes required. You can find it here

All Users

This release of the firmware removes the use of legacy entries in the board.txt file. The following tags are no longer used:

  • lpc.board= use board= instead
  • softwareSPI.pins= use one of SPI3.pins=, SPI4.pins=, SPI5.pins= instead
  • sbc.lpcTfrReadyPin= use sbc.TfrReadyPin= instead
  • adc.prefilter.enable= is no longer needed

This releases adds the ability to control LEDs attached to expansion boards. As part of this feature changes to how local LEDs are configured and controlled have been made. Pins must now be defined using the M950 E option (see: M950) minor changes have also been made to how colours are set using the M150 command (See: M150).

WiFi Users

As well as updating the firmware, you need to update the following:

  • ESP8266 and ESP32 firmware V1.27-01 (or later) from here. Instructions for STM32 ESP8266 are here and STM32 ESP32 are here
  • DWC inline with the firmware version from here.
  • This release includes version 2.1beta4 WiFi firmware. This is required for the new RRF MQTT feature. The files for this preview are included alongside the standard RRF firmware files (see DuetWiFiServer.bin for ESP8266 modules and DuetWiFiServer_32.bin for ESP32 based modules) .

SBC Users

As of this release upgrading the SBC version of the firmware requires the use of an additional RAM based program (stm32f4_iap_SBC.bin for the STM32F4 version). The easy way to ensure that this is correctly installed is to upload the .zip file version of the SBC firmware to the system folder using DWC. This contains the required firmware components. If this additional component is not installed you will not be able to easily update to future versions of the SBC firmware.

There is currently no support for SBC mode when running on STM32H7 based boards. It is intended to provide this support in a later release.

Please follow the instructions from here

Issues and Support

Please report problems/ask questions using our Discord server (see the Wiki for details).

This firmware comes with no warranty (implied or otherwise) - use at your own risk

RepRapFirmware 3.4.6 Port for STM32F4 and STM32H7 (v3.4.6_101)

06 Aug 16:05
Compare
Choose a tag to compare

Release Information

This is a port of RRF 3.4.6 for STM32F4 and STM32H7 based processors (for a list of supported boards please see the Wiki https://teamgloomy.github.io/supported_boards.html).
For details of the build system used for this release please see: https://github.com/gloomyandy/RRFBuild. The source code for this release is tagged with v3.4.6_101

What's New

  • This release adds support for boards that use the STM32H723 mcu
  • For details of what is new in 3.4.6 please see here
  • For details of changes for STM32 versions see here

NOTE 1: From V3.3beta1 onwards the STM32 version of RRF will not boot on hardware that is not recognised. If after installing this version your board does not appear to start please connect a USB terminal and check for error messages. If your board is not recognised please contact TeamGloomy so that we may add the board data.

NOTE 2: Due to memory limitations this version of RepRapFirmware is not supported on LPC based boards. Please use V3.3.0 on these devices,

Upgrade Information

New Plugin

There is now a new plugin (releaseMgr) which will help you check for updates. You can also view the release notes and be warned of any config changes required. You can find it here

All Users

This release of the firmware removes the use of legacy entries in the board.txt file. The following tags are no longer used:

  • lpc.board= use board= instead
  • softwareSPI.pins= use one of SPI3.pins=, SPI4.pins=, SPI5.pins= instead
  • sbc.lpcTfrReadyPin= use sbc.TfrReadyPin= instead
  • adc.prefilter.enable= is no longer needed

WiFi Users

As well as updating the firmware, you need to update the following:

SBC Users

As of this release upgrading the SBC version of the firmware requires the use of an additional RAM based program (stm32f4_iap_SBC.bin for the STM32F4 version). The easy way to ensure that this is correctly installed is to upload the .zip file version of the SBC firmware to the system folder using DWC. This contains the required firmware components. If this additional component is not installed you will not be able to easily update to future versions of the SBC firmware.

There is currently no support for SBC mode when running on STM32H7 based boards. It is intended to provide this support in a later release.

Please follow the instructions from here

Issues and Support

Please report problems/ask questions using our Discord server (see the Wiki for details).

This firmware comes with no warranty (implied or otherwise) - use at your own risk

RepRapFirmware 3.5.0-beta.4 Port for STM32F4 and STM32H7 (v3.5.0-beta.4_101)

15 Jun 15:17
Compare
Choose a tag to compare

Release Information

This is a port of RRF 3.5.0-beta.4 for STM32F4 and STM32H7 based processors (for a list of supported boards please see the Wiki https://teamgloomy.github.io/supported_boards.html).
For details of the build system used for this release please see: https://github.com/gloomyandy/RRFBuild. The source code for this release is tagged with v3.5.0-beta.4_101

What's New

  • This release adds support for spi based CAN-FD adapters to allow the use of CAN-FD expansion boards with STM32F4 based boards
  • This release adds support for RP2040 based expansion boards using CAN-FD
  • For details of what is new in 3.5.0-beta.4 please see here
  • For details of changes for STM32 versions see here

Upgrade Information

New Plugin

There is now a new plugin (releaseMgr) which will help you check for updates. You can also view the release notes and be warned of any config changes required. You can find it here

All Users

This release of the firmware removes the use of legacy entries in the board.txt file. The following tags are no longer used:

  • lpc.board= use board= instead
  • softwareSPI.pins= use one of SPI3.pins=, SPI4.pins=, SPI5.pins= instead
  • sbc.lpcTfrReadyPin= use sbc.TfrReadyPin= instead
  • adc.prefilter.enable= is no longer needed

This releases adds the ability to control LEDs attached to expansion boards. As part of this feature changes to how local LEDs are configured and controlled have been made. Pins must now be defined using the M950 E option (see: M950) minor changes have also been made to how colours are set using the M150 command (See: M150).

WiFi Users

As well as updating the firmware, you need to update the following:

  • ESP8266 and ESP32 firmware V1.27-01 (or later) from here. Instructions for STM32 ESP8266 are here and STM32 ESP32 are here
  • DWC inline with the firmware version from here.
  • This release includes version 2.1beta4 WiFi firmware. This is required for the new RRF MQTT feature. The files for this preview are included alongside the standard RRF firmware files (see DuetWiFiServer.bin for ESP8266 modules and DuetWiFiServer_32.bin for ESP32 based modules) .

SBC Users

As of this release upgrading the SBC version of the firmware requires the use of an additional RAM based program (stm32f4_iap_SBC.bin for the STM32F4 version). The easy way to ensure that this is correctly installed is to upload the .zip file version of the SBC firmware to the system folder using DWC. This contains the required firmware components. If this additional component is not installed you will not be able to easily update to future versions of the SBC firmware.

There is currently no support for SBC mode when running on STM32H7 based boards. It is intended to provide this support in a later release.

Please follow the instructions from here

Issues and Support

Please report problems/ask questions using our Discord server (see the Wiki for details).

This firmware comes with no warranty (implied or otherwise) - use at your own risk

RepRapFirmware 3.4.5 Port for STM32F4 and STM32H7 (v3.4.5+_107)

24 May 09:58
Compare
Choose a tag to compare

Release Information

This is a port of RRF 3.4.5 for STM32F4 and STM32H7 based processors (for a list of supported boards please see the Wiki https://teamgloomy.github.io/supported_boards.html).
For details of the build system used for this release please see: https://github.com/gloomyandy/RRFBuild. The source code for this release is tagged with v3.4.5+_107

What's New

  • This release adds support for boards that use the STM32H723 mcu
  • For details of what is new in 3.4.5 please see here
  • For details of changes for STM32 versions see here

NOTE 1: From V3.3beta1 onwards the STM32 version of RRF will not boot on hardware that is not recognised. If after installing this version your board does not appear to start please connect a USB terminal and check for error messages. If your board is not recognised please contact TeamGloomy so that we may add the board data.

NOTE 2: Due to memory limitations this version of RepRapFirmware is not supported on LPC based boards. Please use V3.3.0 on these devices,

Upgrade Information

New Plugin

There is now a new plugin (releaseMgr) which will help you check for updates. You can also view the release notes and be warned of any config changes required. You can find it here

All Users

This release of the firmware removes the use of legacy entries in the board.txt file. The following tags are no longer used:

  • lpc.board= use board= instead
  • softwareSPI.pins= use one of SPI3.pins=, SPI4.pins=, SPI5.pins= instead
  • sbc.lpcTfrReadyPin= use sbc.TfrReadyPin= instead
  • adc.prefilter.enable= is no longer needed

WiFi Users

As well as updating the firmware, you need to update the following:

SBC Users

As of this release upgrading the SBC version of the firmware requires the use of an additional RAM based program (stm32f4_iap_SBC.bin for the STM32F4 version). The easy way to ensure that this is correctly installed is to upload the .zip file version of the SBC firmware to the system folder using DWC. This contains the required firmware components. If this additional component is not installed you will not be able to easily update to future versions of the SBC firmware.

There is currently no support for SBC mode when running on STM32H7 based boards. It is intended to provide this support in a later release.

Please follow the instructions from here

Issues and Support

Please report problems/ask questions using our Discord server (see the Wiki for details).

This firmware comes with no warranty (implied or otherwise) - use at your own risk

RepRapFirmware 3.5beta2+ Port for STM32F4 and STM32H7 (v3.5beta2+_106)

26 Mar 19:57
Compare
Choose a tag to compare

Release Information

This is a port of RRF 3.5beta2+ for STM32F4 and STM32H7 based processors (for a list of supported boards please see the Wiki https://teamgloomy.github.io/supported_boards.html).
For details of the build system used for this release please see: https://github.com/gloomyandy/RRFBuild. The source code for this release is tagged with v3.5beta2+_106

What's New

  • This release adds support for spi based CAN-FD adapters to allow the use of CAN-FD expansion boards with STM32F4 based boards
  • For details of what is new in 3.5beta2 please see here
  • For details of changes for STM32 versions see here

NOTE 1: From V3.3beta1 onwards the STM32 version of RRF will not boot on hardware that is not recognised. If after installing this version your board does not appear to start please connect a USB terminal and check for error messages. If your board is not recognised please contact TeamGloomy so that we may add the board data.

NOTE 2: Due to memory limitations this version of RepRapFirmware is not supported on LPC based boards. Please use V3.3.0 on these devices,

Upgrade Information

New Plugin

There is now a new plugin (releaseMgr) which will help you check for updates. You can also view the release notes and be warned of any config changes required. You can find it here

All Users

This release of the firmware removes the use of legacy entries in the board.txt file. The following tags are no longer used:

  • lpc.board= use board= instead
  • softwareSPI.pins= use one of SPI3.pins=, SPI4.pins=, SPI5.pins= instead
  • sbc.lpcTfrReadyPin= use sbc.TfrReadyPin= instead
  • adc.prefilter.enable= is no longer needed

WiFi Users

As well as updating the firmware, you need to update the following:

  • ESP8266 and ESP32 firmware V1.27-01 (or later) from here. Instructions for STM32 ESP8266 are here and STM32 ESP32 are here
  • DWC inline with the firmware version from here.
  • This release includes a preview of the version 2.1b3 WiFi firmware. This is required for the new RRF MQTT feature. The files for this preview are included alongside the standard RRF firmware files (see DuetWiFiServer.bin for ESP8266 modules and DuetWiFiServer_32.bin for ESP32 based modules) .

SBC Users

As of this release upgrading the SBC version of the firmware requires the use of an additional RAM based program (stm32f4_iap_SBC.bin for the STM32F4 version). The easy way to ensure that this is correctly installed is to upload the .zip file version of the SBC firmware to the system folder using DWC. This contains the required firmware components. If this additional component is not installed you will not be able to easily update to future versions of the SBC firmware.

There is currently no support for SBC mode when running on STM32H7 based boards. It is intended to provide this support in a later release.

Please follow the instructions from here

Issues and Support

Please report problems/ask questions using our Discord server (see the Wiki for details).

This firmware comes with no warranty (implied or otherwise) - use at your own risk

RepRapFirmware 3.4.5 Port for STM32F4 and STM32H7 (v3.4.5+_104)

26 Mar 20:01
Compare
Choose a tag to compare

Release Information

This is a port of RRF 3.4.5 for STM32F4 and STM32H7 based processors (for a list of supported boards please see the Wiki https://teamgloomy.github.io/supported_boards.html).
For details of the build system used for this release please see: https://github.com/gloomyandy/RRFBuild. The source code for this release is tagged with v3.4.5+_104

What's New

  • This release adds support for boards that use the STM32H723 mcu
  • For details of what is new in 3.4.5 please see here
  • For details of changes for STM32 versions see here

NOTE 1: From V3.3beta1 onwards the STM32 version of RRF will not boot on hardware that is not recognised. If after installing this version your board does not appear to start please connect a USB terminal and check for error messages. If your board is not recognised please contact TeamGloomy so that we may add the board data.

NOTE 2: Due to memory limitations this version of RepRapFirmware is not supported on LPC based boards. Please use V3.3.0 on these devices,

Upgrade Information

New Plugin

There is now a new plugin (releaseMgr) which will help you check for updates. You can also view the release notes and be warned of any config changes required. You can find it here

All Users

This release of the firmware removes the use of legacy entries in the board.txt file. The following tags are no longer used:

  • lpc.board= use board= instead
  • softwareSPI.pins= use one of SPI3.pins=, SPI4.pins=, SPI5.pins= instead
  • sbc.lpcTfrReadyPin= use sbc.TfrReadyPin= instead
  • adc.prefilter.enable= is no longer needed

WiFi Users

As well as updating the firmware, you need to update the following:

SBC Users

As of this release upgrading the SBC version of the firmware requires the use of an additional RAM based program (stm32f4_iap_SBC.bin for the STM32F4 version). The easy way to ensure that this is correctly installed is to upload the .zip file version of the SBC firmware to the system folder using DWC. This contains the required firmware components. If this additional component is not installed you will not be able to easily update to future versions of the SBC firmware.

There is currently no support for SBC mode when running on STM32H7 based boards. It is intended to provide this support in a later release.

Please follow the instructions from here

Issues and Support

Please report problems/ask questions using our Discord server (see the Wiki for details).

This firmware comes with no warranty (implied or otherwise) - use at your own risk

RepRapFirmware 3.5beta2+ Port for STM32F4 and STM32H7 (v3.5beta2+_103)

13 Feb 22:12
Compare
Choose a tag to compare

Release Information

This is a port of RRF 3.5beta2+ for STM32F4 and STM32H7 based processors (for a list of supported boards please see the Wiki https://teamgloomy.github.io/supported_boards.html).
For details of the build system used for this release please see: https://github.com/gloomyandy/RRFBuild. The source code for this release is tagged with v3.5beta2+_103

What's New

  • This release adds support for spi based CAN-FD adapters to allow the use of CAN-FD expansion boards with STM32F4 based boards
  • For details of what is new in 3.5beta2 please see here
  • For details of changes for STM32 versions see here

NOTE 1: From V3.3beta1 onwards the STM32 version of RRF will not boot on hardware that is not recognised. If after installing this version your board does not appear to start please connect a USB terminal and check for error messages. If your board is not recognised please contact TeamGloomy so that we may add the board data.

NOTE 2: Due to memory limitations this version of RepRapFirmware is not supported on LPC based boards. Please use V3.3.0 on these devices,

Upgrade Information

New Plugin

There is now a new plugin (releaseMgr) which will help you check for updates. You can also view the release notes and be warned of any config changes required. You can find it here

All Users

This release of the firmware removes the use of legacy entries in the board.txt file. The following tags are no longer used:

  • lpc.board= use board= instead
  • softwareSPI.pins= use one of SPI3.pins=, SPI4.pins=, SPI5.pins= instead
  • sbc.lpcTfrReadyPin= use sbc.TfrReadyPin= instead
  • adc.prefilter.enable= is no longer needed

WiFi Users

As well as updating the firmware, you need to update the following:

  • ESP8266 and ESP32 firmware V1.27-01 (or later) from here. Instructions for STM32 ESP8266 are here and STM32 ESP32 are here
  • DWC inline with the firmware version from here.
  • This release includes a preview of the version 2.1b3 WiFi firmware. This is required for the new RRF MQTT feature. The files for this preview are included alongside the standard RRF firmware files (see DuetWiFiServer.bin for ESP8266 modules and DuetWiFiServer_32.bin for ESP32 based modules) .

SBC Users

As of this release upgrading the SBC version of the firmware requires the use of an additional RAM based program (stm32f4_iap_SBC.bin for the STM32F4 version). The easy way to ensure that this is correctly installed is to upload the .zip file version of the SBC firmware to the system folder using DWC. This contains the required firmware components. If this additional component is not installed you will not be able to easily update to future versions of the SBC firmware.

There is currently no support for SBC mode when running on STM32H7 based boards. It is intended to provide this support in a later release.

Please follow the instructions from here

Issues and Support

Please report problems/ask questions using our Discord server (see the Wiki for details).

This firmware comes with no warranty (implied or otherwise) - use at your own risk

RepRapFirmware 3.4.5 Port for STM32F4 and STM32H7 (v3.4.5+_103)

13 Feb 22:44
Compare
Choose a tag to compare

Release Information

This is a port of RRF 3.4.5 for STM32F4 and STM32H7 based processors (for a list of supported boards please see the Wiki https://teamgloomy.github.io/supported_boards.html).
For details of the build system used for this release please see: https://github.com/gloomyandy/RRFBuild. The source code for this release is tagged with v3.4.5+_103

What's New

  • This release adds support for boards that use the STM32H723 mcu
  • For details of what is new in 3.4.5 please see here
  • For details of changes for STM32 versions see here

NOTE 1: From V3.3beta1 onwards the STM32 version of RRF will not boot on hardware that is not recognised. If after installing this version your board does not appear to start please connect a USB terminal and check for error messages. If your board is not recognised please contact TeamGloomy so that we may add the board data.

NOTE 2: Due to memory limitations this version of RepRapFirmware is not supported on LPC based boards. Please use V3.3.0 on these devices,

Upgrade Information

New Plugin

There is now a new plugin (releaseMgr) which will help you check for updates. You can also view the release notes and be warned of any config changes required. You can find it here

All Users

This release of the firmware removes the use of legacy entries in the board.txt file. The following tags are no longer used:

  • lpc.board= use board= instead
  • softwareSPI.pins= use one of SPI3.pins=, SPI4.pins=, SPI5.pins= instead
  • sbc.lpcTfrReadyPin= use sbc.TfrReadyPin= instead
  • adc.prefilter.enable= is no longer needed

WiFi Users

As well as updating the firmware, you need to update the following:

SBC Users

As of this release upgrading the SBC version of the firmware requires the use of an additional RAM based program (stm32f4_iap_SBC.bin for the STM32F4 version). The easy way to ensure that this is correctly installed is to upload the .zip file version of the SBC firmware to the system folder using DWC. This contains the required firmware components. If this additional component is not installed you will not be able to easily update to future versions of the SBC firmware.

There is currently no support for SBC mode when running on STM32H7 based boards. It is intended to provide this support in a later release.

Please follow the instructions from here

Issues and Support

Please report problems/ask questions using our Discord server (see the Wiki for details).

This firmware comes with no warranty (implied or otherwise) - use at your own risk

RepRapFirmware 3.4.5 Port for STM32F4 and STM32H7 (v3.4.5_102)

11 Jan 12:16
Compare
Choose a tag to compare

Release Information

This is a port of RRF 3.4.5 for STM32F4 and STM32H7 based processors (for a list of supported boards please see the Wiki https://teamgloomy.github.io/supported_boards.html).
For details of the build system used for this release please see: https://github.com/gloomyandy/RRFBuild. The source code for this release is tagged with v3.4.5_102

What's New

  • This release adds support for boards that use the STM32H723 mcu
  • For details of what is new in 3.4.5 please see here
  • For details of changes for STM32 versions see here

NOTE 1: From V3.3beta1 onwards the STM32 version of RRF will not boot on hardware that is not recognised. If after installing this version your board does not appear to start please connect a USB terminal and check for error messages. If your board is not recognised please contact TeamGloomy so that we may add the board data.

NOTE 2: Due to memory limitations this version of RepRapFirmware is not supported on LPC based boards. Please use V3.3.0 on these devices,

Upgrade Information

New Plugin

There is now a new plugin (releaseMgr) which will help you check for updates. You can also view the release notes and be warned of any config changes required. You can find it here

All Users

This release of the firmware removes the use of legacy entries in the board.txt file. The following tags are no longer used:

  • lpc.board= use board= instead
  • softwareSPI.pins= use one of SPI3.pins=, SPI4.pins=, SPI5.pins= instead
  • sbc.lpcTfrReadyPin= use sbc.TfrReadyPin= instead
  • adc.prefilter.enable= is no longer needed

WiFi Users

As well as updating the firmware, you need to update the following:

SBC Users

As of this release upgrading the SBC version of the firmware requires the use of an additional RAM based program (stm32f4_iap_SBC.bin for the STM32F4 version). The easy way to ensure that this is correctly installed is to upload the .zip file version of the SBC firmware to the system folder using DWC. This contains the required firmware components. If this additional component is not installed you will not be able to easily update to future versions of the SBC firmware.

There is currently no support for SBC mode when running on STM32H7 based boards. It is intended to provide this support in a later release.

Please follow the instructions from here

Issues and Support

Please report problems/ask questions using our Discord server (see the Wiki for details).

This firmware comes with no warranty (implied or otherwise) - use at your own risk