Skip to content

Commit bdedb3e

Browse files
author
JeromeGalan
authored
Merge pull request #380 from Luos-io/rc_2.6.3
Luos Engine v2.6.3
2 parents 0ffe037 + ea03570 commit bdedb3e

File tree

171 files changed

+178
-178
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

171 files changed

+178
-178
lines changed

README.md

+1-1

engine/core/src/luos_engine.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ typedef enum
2727
/*******************************************************************************
2828
* Variables
2929
******************************************************************************/
30-
revision_t luos_version = {.major = 2, .minor = 6, .build = 2};
30+
revision_t luos_version = {.major = 2, .minor = 6, .build = 3};
3131
package_t package_table[MAX_SERVICE_NUMBER];
3232
uint16_t package_number = 0;
3333
service_t service_table[MAX_SERVICE_NUMBER];

examples/apps/alarm_controller/library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
},
1010
"licence": "MIT",
1111
"dependencies": {
12-
"luos/luos_engine": "^2.6.2"
12+
"luos/luos_engine": "^2.6.3"
1313
}
1414
}

examples/apps/biometric-security/library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
},
1010
"licence": "MIT",
1111
"dependencies": {
12-
"luos/luos_engine": "^2.6.2"
12+
"luos/luos_engine": "^2.6.3"
1313
}
1414
}

examples/apps/start_controller/library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
},
1010
"licence": "MIT",
1111
"dependencies": {
12-
"luos/luos_engine": "^2.6.2"
12+
"luos/luos_engine": "^2.6.3"
1313
}
1414
}

examples/projects/Arduino/bldc_simple_foc/lib/motor/library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"build": {},
1212
"dependencies": {
1313
"askuric/Simple FOC": "^2.2.1",
14-
"luos/luos_engine": "^2.6.2"
14+
"luos/luos_engine": "^2.6.3"
1515
}
1616
}

examples/projects/Arduino/bldc_simple_foc/platformio.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ build_flags =
2121
-include node_config.h
2222
-DLUOSHAL=ATSAMD21_ARDUINO
2323
lib_deps =
24-
luos_engine@^2.6.2
24+
luos_engine@^2.6.3
2525
SimpleFOC_Motor
2626
askuric/Simple FOC@^2.2.1

examples/projects/Arduino/button/lib/button/library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://luos.io"
99
},
1010
"dependencies": {
11-
"luos/luos_engine": "^2.6.2"
11+
"luos/luos_engine": "^2.6.3"
1212
},
1313
"licence": "MIT"
1414
}

examples/projects/Arduino/button/platformio.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ build_flags =
3434
-include node_config.h
3535
-D LUOSHAL=ATSAMD21_ARDUINO
3636
lib_deps =
37-
luos_engine@^2.6.2
37+
luos_engine@^2.6.3
3838
Button
3939

4040

examples/projects/Arduino/fingerprint/lib/Fingerprint/library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "1.0.0",
66
"licence": "MIT",
77
"dependencies": {
8-
"luos/luos_engine": "^2.6.2",
8+
"luos/luos_engine": "^2.6.3",
99
"adafruit/Adafruit Fingerprint Sensor Library": "*"
1010
}
1111
}

examples/projects/Arduino/fingerprint/platformio.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ build_flags =
2121
-include node_config.h
2222
-D LUOSHAL=ATSAMD21_ARDUINO
2323
lib_deps =
24-
luos_engine@^2.6.2
24+
luos_engine@^2.6.3
2525
Fingerprint
2626
adafruit/Adafruit Fingerprint Sensor Library

examples/projects/Arduino/gate_serialcom/platformio.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ build_flags =
3939
-D PIPEMODE=SERIAL
4040
-D PIPEHAL=ARDUINO
4141
lib_deps =
42-
luos_engine@^2.6.2
42+
luos_engine@^2.6.3
4343
Gate
4444
Pipe
4545

examples/projects/Arduino/inspector_serialcom/platformio.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ build_flags =
4040
-D PIPEMODE=SERIAL
4141
-D PIPEHAL=ARDUINO
4242
lib_deps =
43-
luos_engine@^2.6.2
43+
luos_engine@^2.6.3
4444
Inspector
4545
Pipe
4646

examples/projects/Arduino/lcd/lib/Lcd/library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "1.0.0",
66
"licence": "MIT",
77
"dependencies": {
8-
"luos/luos_engine": "^2.6.2",
8+
"luos/luos_engine": "^2.6.3",
99
"arduino-libraries/LiquidCrystal": "*"
1010
}
1111
}

examples/projects/Arduino/lcd/platformio.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ build_flags =
2121
-include node_config.h
2222
-D LUOSHAL=ATSAMD21_ARDUINO
2323
lib_deps =
24-
luos_engine@^2.6.2
24+
luos_engine@^2.6.3
2525
Lcd
2626
arduino-libraries/LiquidCrystal

examples/projects/Arduino/led/lib/led/library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://luos.io"
99
},
1010
"dependencies": {
11-
"luos/luos_engine": "^2.6.2"
11+
"luos/luos_engine": "^2.6.3"
1212
},
1313
"licence": "MIT"
1414
}

examples/projects/Arduino/led/platformio.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ build_flags =
3434
-include node_config.h
3535
-D LUOSHAL=ATSAMD21_ARDUINO
3636
lib_deps =
37-
luos_engine@^2.6.2
37+
luos_engine@^2.6.3
3838
Led
3939

4040

examples/projects/Arduino/servo_motor/lib/Servo_motor/library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"licence": "MIT",
77
"dependencies": {
88
"arduino-libraries/servo": "^1.1.8",
9-
"luos/luos_engine": "^2.6.2"
9+
"luos/luos_engine": "^2.6.3"
1010
}
1111
}

examples/projects/Arduino/servo_motor/platformio.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ build_flags =
3434
-include node_config.h
3535
-D LUOSHAL=ATSAMD21_ARDUINO
3636
lib_deps =
37-
luos_engine@^2.6.2
37+
luos_engine@^2.6.3
3838
arduino-libraries/Servo@^1.1.8
3939
servo_motor
4040

examples/projects/Arduino/stepper_simple_foc/lib/motor/library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"build": {},
1212
"dependencies": {
1313
"askuric/Simple FOC": "^2.2.1",
14-
"luos/luos_engine": "^2.6.2",
14+
"luos/luos_engine": "^2.6.3",
1515
"Wire": "*",
1616
"SPI": "*"
1717
}

examples/projects/Arduino/stepper_simple_foc/platformio.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ build_flags =
2121
-include node_config.h
2222
-D LUOSHAL=ATSAMD21_ARDUINO
2323
lib_deps =
24-
luos_engine@^2.6.2
24+
luos_engine@^2.6.3
2525
SimpleFOC_Stepper
2626
askuric/Simple FOC@^2.2.1

examples/projects/ESP32/button/lib/button/library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
},
1010
"licence": "MIT",
1111
"dependencies": {
12-
"luos/luos_engine": "^2.6.2"
12+
"luos/luos_engine": "^2.6.3"
1313
}
1414
}

examples/projects/ESP32/button/platformio.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ build_flags =
2222
-DLUOSHAL=ESP32
2323
-O1
2424
lib_deps =
25-
luos_engine@^2.6.2
25+
luos_engine@^2.6.3
2626
button
2727

2828
[env:esp32dev]

examples/projects/ESP32/button_arduino/lib/button/library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
},
1010
"licence": "MIT",
1111
"dependencies": {
12-
"luos/luos_engine": "^2.6.2"
12+
"luos/luos_engine": "^2.6.3"
1313
}
1414
}

examples/projects/ESP32/button_arduino/platformio.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ build_flags =
2222
-DLUOSHAL=ESP32
2323
-O1
2424
lib_deps =
25-
luos_engine@^2.6.2
25+
luos_engine@^2.6.3
2626
button
2727

2828
[env:esp32dev]

examples/projects/ESP32/gate_serialcom_arduino/platformio.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ build_flags =
2727
-DPIPEHAL=ARDUINO
2828
-O1
2929
lib_deps =
30-
luos_engine@^2.6.2
30+
luos_engine@^2.6.3
3131
Gate
3232
Pipe
3333

examples/projects/ESP32/led/lib/led/library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
},
1010
"licence": "MIT",
1111
"dependencies": {
12-
"luos/luos_engine": "^2.6.2"
12+
"luos/luos_engine": "^2.6.3"
1313
}
1414
}

examples/projects/ESP32/led/platformio.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ build_flags =
2222
-DLUOSHAL=ESP32
2323
-O1
2424
lib_deps =
25-
luos_engine@^2.6.2
25+
luos_engine@^2.6.3
2626
led
2727

2828
[env:esp32dev]

examples/projects/NUCLEO-F072RB/barometer/lib/barometer/library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
},
1010
"licence": "MIT",
1111
"dependencies": {
12-
"luos/luos_engine": "^2.6.2"
12+
"luos/luos_engine": "^2.6.3"
1313
}
1414
}

examples/projects/NUCLEO-F072RB/barometer/platformio.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ build_flags =
2424
-DUSE_FULL_LL_DRIVER
2525
-DLUOSHAL=STM32F0
2626
lib_deps =
27-
luos_engine@^2.6.2
27+
luos_engine@^2.6.3
2828
barometer
2929

3030
lib_extra_dirs =

examples/projects/NUCLEO-F072RB/bootloader/platformio.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ build_flags =
2424
-O1
2525
debug_build_flags = -O0 -g -ggdb
2626
lib_deps =
27-
luos_engine@^2.6.2
27+
luos_engine@^2.6.3
2828
debug_tool = stlink
2929
upload_protocol = stlink

examples/projects/NUCLEO-F072RB/button/lib/Button/library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://luos.io"
99
},
1010
"dependencies": {
11-
"luos/luos_engine": "^2.6.2"
11+
"luos/luos_engine": "^2.6.3"
1212
},
1313
"licence": "MIT"
1414
}

examples/projects/NUCLEO-F072RB/button/platformio.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ platform = ststm32
1818
board = nucleo_f072rb
1919
framework = stm32cube
2020
lib_deps =
21-
luos_engine@^2.6.2
21+
luos_engine@^2.6.3
2222
Button
2323
debug_tool = stlink
2424
upload_protocol = stlink

examples/projects/NUCLEO-F072RB/button/src/stm32f0xx_it.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ void EXTI4_15_IRQHandler(void)
147147
/* USER CODE BEGIN EXTI4_15_IRQn 0 */
148148

149149
/* USER CODE END EXTI4_15_IRQn 0 */
150-
HAL_GPIO_EXTI_IRQHandler(GPIO_PIN_11);
151-
HAL_GPIO_EXTI_IRQHandler(GPIO_PIN_12);
150+
HAL_GPIO_EXTI_IRQHandler(GPIO_PIN_8);
151+
HAL_GPIO_EXTI_IRQHandler(GPIO_PIN_13);
152152
/* USER CODE BEGIN EXTI4_15_IRQn 1 */
153153

154154
/* USER CODE END EXTI4_15_IRQn 1 */

examples/projects/NUCLEO-F072RB/dc_motor/lib/DC_motor/library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://luos.io"
99
},
1010
"dependencies": {
11-
"luos/luos_engine": "^2.6.2"
11+
"luos/luos_engine": "^2.6.3"
1212
},
1313
"licence": "MIT"
1414
}

examples/projects/NUCLEO-F072RB/dc_motor/platformio.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ platform = ststm32
1818
board = nucleo_f072rb
1919
framework = stm32cube
2020
lib_deps =
21-
luos_engine@^2.6.2
21+
luos_engine@^2.6.3
2222
DC_motor
2323
debug_tool = stlink
2424
upload_protocol = stlink

examples/projects/NUCLEO-F072RB/gate_serialcom/platformio.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ platform = ststm32
2020
board = nucleo_f072rb
2121
framework = stm32cube
2222
lib_deps =
23-
luos_engine@^2.6.2
23+
luos_engine@^2.6.3
2424
Pipe
2525
Gate
2626
debug_tool = stlink

examples/projects/NUCLEO-F072RB/inspector_serialcom/platformio.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ platform = ststm32
1919
board = nucleo_f072rb
2020
framework = stm32cube
2121
lib_deps =
22-
luos_engine@^2.6.2
22+
luos_engine@^2.6.3
2323
Inspector
2424
Pipe
2525
debug_tool = stlink

examples/projects/NUCLEO-F072RB/potentiometer/lib/Potentiometer/library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://luos.io"
99
},
1010
"dependencies": {
11-
"luos/luos_engine": "^2.6.2"
11+
"luos/luos_engine": "^2.6.3"
1212
},
1313
"licence": "MIT"
1414
}

examples/projects/NUCLEO-F072RB/potentiometer/platformio.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ platform = ststm32
1818
board = nucleo_f072rb
1919
framework = stm32cube
2020
lib_deps =
21-
luos_engine@^2.6.2
21+
luos_engine@^2.6.3
2222
Potentiometer
2323
debug_tool = stlink
2424
upload_protocol = stlink

examples/projects/NUCLEO-F401RE/bootloader/platformio.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ build_flags =
2424
-DLUOSHAL=STM32F4
2525
debug_build_flags = -O0 -g -ggdb
2626
lib_deps =
27-
luos_engine@^2.6.2
27+
luos_engine@^2.6.3
2828
debug_tool = stlink
2929
upload_protocol = stlink

examples/projects/NUCLEO-F401RE/button/lib/Button/library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://luos.io"
99
},
1010
"dependencies": {
11-
"luos/luos_engine": "^2.6.2"
11+
"luos/luos_engine": "^2.6.3"
1212
},
1313
"licence": "MIT"
1414
}

examples/projects/NUCLEO-F401RE/button/platformio.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ platform = ststm32
1717
board = nucleo_f401re
1818
framework = stm32cube
1919
lib_deps =
20-
luos_engine@^2.6.2
20+
luos_engine@^2.6.3
2121
Button
2222
debug_tool = stlink
2323

examples/projects/NUCLEO-F401RE/dc_motor/lib/DC_motor/library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://luos.io"
99
},
1010
"dependencies": {
11-
"luos/luos_engine": "^2.6.2"
11+
"luos/luos_engine": "^2.6.3"
1212
},
1313
"licence": "MIT"
1414
}

0 commit comments

Comments
 (0)