From 201b84823714988630282526d1f68f185bdf3569 Mon Sep 17 00:00:00 2001 From: Pedro Marquez <60590701+pmmarquez@users.noreply.github.com> Date: Mon, 10 Jun 2024 12:57:12 +0200 Subject: [PATCH 1/3] Add ArduinoModbus library support for Controllino MAXI and MEGA (#329) --- boards/controllino_maxi.json | 2 +- boards/controllino_mega.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/controllino_maxi.json b/boards/controllino_maxi.json index a344baa..457c587 100644 --- a/boards/controllino_maxi.json +++ b/boards/controllino_maxi.json @@ -1,7 +1,7 @@ { "build": { "core": "arduino", - "extra_flags": "-DARDUINO_AVR_MEGA2560", + "extra_flags": "-DARDUINO_AVR_MEGA2560 -DRS485_SERIAL_PORT=Serial3 -DRS485_DEFAULT_TX_PIN=14 -DCUSTOM_RS485_DEFAULT_DE_PIN=75 -DCUSTOM_RS485_DEFAULT_RE_PIN=76", "f_cpu": "16000000L", "hwids": [ [ diff --git a/boards/controllino_mega.json b/boards/controllino_mega.json index 119f7ec..5c1848d 100644 --- a/boards/controllino_mega.json +++ b/boards/controllino_mega.json @@ -1,7 +1,7 @@ { "build": { "core": "arduino", - "extra_flags": "-DARDUINO_AVR_MEGA2560", + "extra_flags": "-DARDUINO_AVR_MEGA2560 -DRS485_SERIAL_PORT=Serial3 -DRS485_DEFAULT_TX_PIN=14 -DCUSTOM_RS485_DEFAULT_DE_PIN=75 -DCUSTOM_RS485_DEFAULT_RE_PIN=76", "f_cpu": "16000000L", "hwids": [ [ From c54e6bcda7dfd9e12a11827f18752069e43543af Mon Sep 17 00:00:00 2001 From: valeros Date: Thu, 26 Sep 2024 12:44:17 +0300 Subject: [PATCH 2/3] Update MCUdude cores --- platform.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/platform.json b/platform.json index 472cb29..ca4eccb 100644 --- a/platform.json +++ b/platform.json @@ -71,31 +71,31 @@ "type": "framework", "optional": true, "owner": "platformio", - "version": "~3.0.0" + "version": "~3.0.2" }, "framework-arduino-avr-mightycore": { "type": "framework", "optional": true, "owner": "platformio", - "version": "~3.0.0" + "version": "~3.0.2" }, "framework-arduino-avr-minicore": { "type": "framework", "optional": true, "owner": "platformio", - "version": "~3.0.0" + "version": "~3.0.2" }, "framework-arduino-avr-majorcore": { "type": "framework", "optional": true, "owner": "platformio", - "version": "~3.0.0" + "version": "~3.0.2" }, "framework-arduino-avr-microcore": { "type": "framework", "optional": true, "owner": "platformio", - "version": "~2.3.0" + "version": "~2.4.0" }, "framework-arduino-avr-nicai": { "type": "framework", From 4eec9c48b7ac6c2ee1379cca69e2c47e6ff51c2e Mon Sep 17 00:00:00 2001 From: valeros Date: Thu, 26 Sep 2024 14:29:25 +0300 Subject: [PATCH 3/3] Bump version to 5.1.0 --- platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.json b/platform.json index ca4eccb..0f69a25 100644 --- a/platform.json +++ b/platform.json @@ -18,7 +18,7 @@ "type": "git", "url": "https://github.com/platformio/platform-atmelavr.git" }, - "version": "5.0.0", + "version": "5.1.0", "frameworks": { "arduino": { "package": "framework-arduino-avr",