Ben V. Brown
4616093a47
Using enum for PE events
2021-04-05 12:06:21 +10:00
Ben V. Brown
d8f2aff402
Update policy_engine.cpp
2021-04-05 11:58:01 +10:00
Ben V. Brown
f7b7915be4
Update policy_engine.cpp
2021-04-05 11:57:58 +10:00
Ben V. Brown
fac2dfd712
Update policy_engine.cpp
2021-04-05 11:57:44 +10:00
Ben V. Brown
bb678d7b97
hard->soft
2021-04-05 11:57:28 +10:00
Ben V. Brown
460fe24bc0
Start PPS timer once
2021-04-05 11:57:02 +10:00
Ben V. Brown
87251573ee
Update policy_engine.h
2021-04-05 11:56:52 +10:00
Ben V. Brown
96cf92f9f7
Update policy_engine_user.cpp
2021-04-05 11:56:46 +10:00
Ben V. Brown
93ed4c9887
No need for ams marker
2021-04-05 11:56:38 +10:00
Ben V. Brown
14e272540d
Timings in ticks
2021-04-05 11:56:27 +10:00
Ben V. Brown
9f0054f7b0
WiP PPS
2021-04-05 00:02:10 +10:00
Ben V. Brown
5fd969ada7
Clean up PD voltage selection for flexibility
2021-04-04 22:58:53 +10:00
Ben V. Brown
77fd9f6a2d
Move configuration into inc
2021-04-04 22:48:41 +10:00
Ryan Jarvis
ed98803774
Fix CI builds
2021-04-03 21:38:21 -07:00
Thomas Weißschuh
45d2780507
Always generate debug symbols
...
The debug symbols are only part of the generated ELF files,
they are stripped from the .bin and .hex files.
So there should be no disadvantage of always generating it.
Before:
52456 Pinecil_EN.bin
81700 Pinecil_EN.elf
140759 Pinecil_EN.elf.map
147554 Pinecil_EN.hex
After:
52456 Pinecil_EN.bin
650556 Pinecil_EN.elf
191974 Pinecil_EN.elf.map
147554 Pinecil_EN.hex
2021-03-28 22:36:33 +02:00
Thomas Weißschuh
1078275aa1
add symbols needed by OpenOCD
...
this is a backport of
https://github.com/FreeRTOS/FreeRTOS-Kernel/pull/188 which is part of
FreeRTOS V10.4.2
2021-03-28 22:36:33 +02:00
Alvin Wong
80b86ea083
Remove unused menu strings
2021-03-29 03:26:39 +08:00
Alvin Wong
c549c77aaf
Refactor: Use enum to index settings descriptions
2021-03-24 23:58:45 +08:00
Alvin Wong
f3cfcb2bca
Make translation obj files depend on the headers
2021-03-24 23:57:46 +08:00
Alvin Wong
b2f9eab7fb
Refactor font style to be set when printing
...
Removes the font setting as a global state.
2021-03-21 21:46:12 +08:00
Ben V. Brown
a826da1cf6
Merge branch 'master' into extend-font-encoding
2021-03-20 21:54:28 +11:00
Alvin Wong
17824fb376
Fix scrolling text using incorrect length
2021-03-20 15:45:40 +08:00
Alvin Wong
55f3a8e0ed
Make font encoding use all byte seq. possible
2021-03-20 15:36:39 +08:00
Devydd
00e6e2a8f7
In detailed soldering view add '+' symbol after the temperature to indicate active boost mode (when active)
2021-03-18 17:00:18 +01:00
Ben V. Brown
0c00247d29
Format OLED
2021-03-18 12:14:15 +00:00
Ben V. Brown
58013c095e
Merge branch 'master' into extend-font-encoding
2021-03-18 23:05:05 +11:00
Ben V. Brown
c6c138bb4c
Merge branch 'master' into extend-font-encoding
2021-03-18 23:04:00 +11:00
Ben V. Brown
bc05ed7e86
Update Makefile
2021-03-18 22:36:33 +11:00
Ben V. Brown
2c66d91cfe
Add make command to validate formatting
2021-03-18 22:30:20 +11:00
Ben V. Brown
053f8ece3e
Turn on more
2021-03-18 22:21:35 +11:00
Ben V. Brown
4c979655f4
First pass
2021-03-18 22:18:10 +11:00
Ben V. Brown
04d72cbcd8
Allow menu items to be skipped automatically | skip power pulse settings if its turned off
2021-03-18 22:01:02 +11:00
Ben V. Brown
bdfe9e9ee8
Merge branch 'master' into extend-font-encoding
2021-03-17 21:17:17 +11:00
Ben V. Brown
f831b74e57
Cleanup security warnings
2021-03-17 21:12:45 +11:00
Ben V. Brown
4bc4870cf8
Merge branch 'master' into extend-font-encoding
2021-03-16 21:51:55 +11:00
Ben V. Brown
ecf4651f6d
Fix animation speed
2021-03-16 21:42:30 +11:00
Ben V. Brown
bb379e4ac0
Create Settings Off char
2021-03-16 21:42:11 +11:00
Ben V. Brown
c07b621daf
Rough pass
2021-03-16 21:24:22 +11:00
Ben V. Brown
3858ac4a16
Rough pass expanding print
2021-03-16 20:42:47 +11:00
Ben V. Brown
e6eb3e34bc
Expand drawChar for larger offset
2021-03-16 20:34:47 +11:00
Ben V. Brown
41f0a1f347
Formatting pass
2021-03-16 20:29:28 +11:00
Ben V. Brown
17f76b8c36
Merge pull request #882 from devydd/fix_no_hold_on_last_value
...
Fix: no hold time on the last value when incrementing
2021-03-16 20:25:55 +11:00
Devydd
c13991cd25
Add user-adjustable "time between Power Pulses" and "Power Pulse duration"
2021-03-16 01:15:05 +01:00
Devydd
7c4c3da37c
Increase maximum Power Pulse power to 9.9W
...
One of my power-banks (UTRAI Jstar One) required 7.0W pulse to
stay awake. Extending this limit to 100 gives more flexibility
in setting up stronger but less frequent pulses.
2021-03-16 01:14:50 +01:00
Devydd
e831e83e27
Fix: no hold time on the last value when incrementing
2021-03-16 01:11:41 +01:00
alvinhochun
603d9d0ac2
Fix userConfirmation scroll speed ( #878 )
2021-03-15 22:37:12 +11:00
Ben V. Brown
337c932b23
Cleanup ( #877 )
...
* Clean translation
* Create enum for off/slow/med/fast
* Update configuration.h
* Default loop on
* Create Medium speed symbol slot
* True/False are no longer defined, move to off string + slightly smoother lerp animations
2021-03-15 21:43:01 +11:00
Ben V. Brown
7fbfde7b33
Correct a few missed time values from the tick rate change ( #874 )
...
* Pass over all refs to xTaskGetTickCount()
* That wasn't a second 😓
* Update FreeRTOSConfig.h
* Fix warning in usb code; style; fix slow description
2021-03-15 21:01:09 +11:00
PlayDay
2796f095af
Animated icons ( #866 )
...
* Add animation Icons
* 2D dimensional array
* Added animation to GUI
* Added Adnimation Speed setting
* Added loop
* Added Loop switch
* Use Checkbox instead of +/-
* Animations can now be turned off
* Optimize animation code
* Move animation options to UI settings
2021-03-15 18:01:12 +11:00
Ilya Zhuravlev
2220155045
Add 18v for pinecil
2021-03-11 14:04:34 -05:00