File tree 3 files changed +11
-7
lines changed
3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 24
24
UNIVERSAL_SKETCH_PATHS : |
25
25
- examples/Battery
26
26
- examples/Charger
27
- - examples/DeepSleep_WakeFromPin
28
- - examples/DeepSleep_WakeFromRTC
29
- - examples/Powershell
27
+ - examples/Standby_WakeFromPin
30
28
SKETCHES_REPORTS_PATH : sketches-reports
31
29
SKETCHES_REPORTS_ARTIFACT_NAME : sketches-reports
32
30
46
44
- fqbn : arduino:renesas_portenta:portenta_c33
47
45
platforms : |
48
46
- name: arduino:renesas_portenta
47
+ artifact-name-suffix : arduino-renesas_portenta-portenta_c33
48
+ additional-sketch-paths : examples/ChargStandby_WakeFromRTC_C33er
49
+ - fqbn : arduino:mbed_portenta:envie_m7
50
+ platforms : |
51
+ - name: arduino:mbed_portenta
52
+ artifact-name-suffix : arduino-mbed_portenta-envie_m7
53
+ additional-sketch-paths : examples/Standby_WakeFromRTC_H7
49
54
50
55
51
56
steps :
62
67
# Install the library from the local path.
63
68
- source-path: ./
64
69
# - name: Arduino_PF1550
65
- - source-url: https://github.com/arduino-libraries/Arduino_PF1550_old .git
66
- - source-url: https://github.com/arduino-libraries/Arduino_Portenta_C33_LowPower .git
70
+ - source-url: https://github.com/arduino-libraries/Arduino_PF1550 .git
71
+ - source-url: https://github.com/arduino-libraries/Arduino_LowPowerPortentaC33 .git
67
72
sketch-paths : |
68
73
${{ env.UNIVERSAL_SKETCH_PATHS }}
69
74
${{ matrix.board.additional-sketch-paths }}
Original file line number Diff line number Diff line change 1
-
2
1
/*
3
2
Battery Information Display Demo
4
3
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ void Battery::setTemperatureMeasurementMode(bool externalTemperature){
177
177
configRegister = bitSet (configRegister, TSEL_BIT);
178
178
configRegister = bitSet (configRegister, ETHRM_BIT);
179
179
// FIXME: The external thermistor temperature measurement is not working as expected
180
- // In oder to support this, probably more configuration is needed
180
+ // In order to support this, probably more configuration is needed
181
181
// Currently after taking the first reading, the battery gets reported as disconnected
182
182
// plus the register value is reset to the default value.
183
183
} else {
You can’t perform that action at this time.
0 commit comments