Ben V. Brown
|
c2a8b432d8
|
Merge branch 'master' into patch-1
|
2021-12-27 09:43:13 +11:00 |
|
discip
|
00b8115e7c
|
all three
|
2021-12-26 23:24:55 +01:00 |
|
discip
|
e2613d2f31
|
update
|
2021-12-26 16:59:03 +01:00 |
|
discip
|
f34fb53119
|
Update gui.cpp
|
2021-12-26 15:55:11 +01:00 |
|
discip
|
8f32267340
|
fix_IIa
|
2021-12-26 15:52:20 +01:00 |
|
discip
|
52a13dae27
|
fix_II
|
2021-12-26 15:49:32 +01:00 |
|
discip
|
c2d9631efd
|
Update gui.cpp
|
2021-12-26 15:42:33 +01:00 |
|
discip
|
30b632fc19
|
fix
|
2021-12-26 15:38:05 +01:00 |
|
discip
|
c3406112cd
|
Update gui.cpp
|
2021-12-26 14:59:10 +01:00 |
|
discip
|
822c3da3ba
|
tackling #1140
https://github.com/Ralim/IronOS/issues/1140
|
2021-12-26 01:26:26 +01:00 |
|
discip
|
cc3988be24
|
maybe this time
|
2021-12-22 03:44:36 +01:00 |
|
discip
|
bf1fc1c157
|
just preparing
|
2021-12-22 03:12:31 +01:00 |
|
discip
|
95ccb528e1
|
updated graphics for idle screen & for missing tip
|
2021-12-22 00:03:28 +01:00 |
|
discip
|
13bce53249
|
changed POWER_PULSE since 100 would display as 0.0
|
2021-12-20 00:57:57 +01:00 |
|
Ben V. Brown
|
4dce812cf9
|
Merge pull request #1098 from discip/disconnected-tip
Disconnected tip pic in detailed idle screen
|
2021-12-20 09:28:47 +11:00 |
|
Ben V. Brown
|
bee384defd
|
Merge branch 'master' into fix/1116
|
2021-12-19 19:09:17 +11:00 |
|
Ben V. Brown
|
7a654caf2a
|
Handle different calibration offset ranges for MHP30
|
2021-12-19 11:23:42 +11:00 |
|
Ben V. Brown
|
47929e9ee0
|
Update PD stack
|
2021-12-19 10:57:57 +11:00 |
|
Ben V. Brown
|
e33b900cff
|
Rework settings to be min-max inclusive
|
2021-12-19 10:21:19 +11:00 |
|
Ben V. Brown
|
6d7fc2f689
|
Update configuration.h
|
2021-12-15 11:19:35 +11:00 |
|
Alex Liu
|
8bb26eb39c
|
Enable custom language combinations at build time
Added a parameter to allow custom language combinations to be selected at build time.
|
2021-11-27 03:38:36 -08:00 |
|
Ben V. Brown
|
b29c5a9602
|
Address settings bounds checks
|
2021-11-19 19:52:14 +11:00 |
|
discip
|
63f777d553
|
Update Font.h
|
2021-10-28 20:55:38 +02:00 |
|
discip
|
73bedf3981
|
Update GUIThread.cpp
|
2021-10-28 19:48:14 +02:00 |
|
discip
|
6fe01721e7
|
Update Font.h
|
2021-10-28 19:47:40 +02:00 |
|
Ben V. Brown
|
ca02f7606b
|
Fix #1105
|
2021-10-17 11:20:03 +11:00 |
|
discip
|
d72b27543b
|
Merge branch 'master' into disconnected-tip
|
2021-10-02 13:30:06 +02:00 |
|
Ben V. Brown
|
d6af4654b3
|
Fix #1089
|
2021-10-02 15:03:50 +10:00 |
|
Ben V. Brown
|
3594604efc
|
Fixes for I2C on Pinecil + USB-PD stack (#1099)
* Remove unused includes
* Adding in submodule
* Move fusb functions to the BSP
* Remove old code
* Creating IronOS PD integration wrapper
* Redirect to wrapper
* pd lib updates
* fix Docker build
* Finish linking across
* Cleanup
* Update Makefile
* Update push.yml
* Update push.yml
* PD -> Compensate for different tick rates
* Update codeql-analysis.yml
* Fix PD #define for @Firebie
* Check irq low at start
* Update BSP.h
* Update main.cpp
* Closer delay
* Update OLED.cpp
* Bugfix trying to start QC too early
* Missing fusb shouldnt hang qc
* Update FreeRTOSConfig.h
* Update the GD drivers
* Update Pinecil IRQ setup
* Redirect printf() to uart
* Update Power.cpp
* Adding extras to PD state
* Update USBPD.cpp
* Delay in printf
* Iterate once before delay on start
* Update usb-pd
* master usb-pd now
* Format gd libs
* Update gd32vf103_bkp.c
* Guard with PD timeout
* Remove CodeQL
* Slow for testing, fix runt pulses at start
* Fix runt pulse in read size 1
* Cleaner probing setup
* Testing delay during stop gen in read 1
* Update I2C driver
* Update gd32vf103_i2c.c
* Cleaning up i2c wrapper a little, given up on dma for rx
* Update preRTOS.cpp
* Update Setup.cpp
* Update MOVThread.cpp
* Slow down UART to work with new clock config
* Better ack setup for 2 byte read
* Cleanup POW_PD so cant be lost in #includes
* tipResistance -> TIP_RESISTANCE
* handle NOP race on len==2
* Update configuration.h
* Dont use neg timeout to mask anymore
* Not required for MHP
* Fix up source display Miniware
* Fix race on PD init
* Update POWThread.cpp
* Update formatting
* MHP format
* Update push.yml
* Faster TS80P I2C
* Bugfix for IRQ handlers
* Correctly handle I2C race on PD access
* Fix CI error (unused var) and MHP IRQ
* Test Pinecil alt ADC mode
|
2021-10-02 14:48:58 +10:00 |
|
discip
|
04ad5a3bfc
|
changed idle screen & missing tip (#1097)
|
2021-10-01 19:23:28 +10:00 |
|
discip
|
994be53ae4
|
Update GUIThread.cpp
|
2021-10-01 02:12:18 +02:00 |
|
discip
|
5b684b6c75
|
changed idle screen & missing tip
|
2021-10-01 01:22:51 +02:00 |
|
discip
|
5fd16bb673
|
adjusted max brightness (#1087)
* Delete Development Resources/Images directory
* jpg -> png
* fix value alignment for PD timeout
* Delete 001_TS80.png
* replace TS80 logo
* Update Settings.cpp
* Update gui.cpp
* Update Settings.cpp
* adding missing en dash
* Update translation_EN.json
* Update Settings.cpp
* Update gui.cpp
|
2021-09-30 21:25:51 +10:00 |
|
discip
|
66cf63e048
|
jpg -> png | fixed value alignment for PD timeout (#1086)
* Delete Development Resources/Images directory
* jpg -> png
* fix value alignment for PD timeout
* Delete 001_TS80.png
* replace TS80 logo
|
2021-09-28 11:40:07 +10:00 |
|
discip
|
fa4b2fbe9b
|
changed power animation (#1082)
As requested https://github.com/Ralim/IronOS/issues/1078#issue-1007487827.
|
2021-09-27 12:40:11 +10:00 |
|
discip
|
45f5838067
|
change increment and values of brightness settings (#1083)
|
2021-09-27 11:35:50 +10:00 |
|
Ben V. Brown
|
9964b6ee31
|
Use new power names
|
2021-09-26 07:58:33 +10:00 |
|
Ben V. Brown
|
73b6ca28f2
|
Generate power names
|
2021-09-26 07:58:19 +10:00 |
|
Ben V. Brown
|
e0ccc695bb
|
Fix VID/PID for dapboot
|
2021-09-25 11:37:16 +10:00 |
|
discip
|
5105f91621
|
Update GUIThread.cpp
|
2021-09-25 03:13:16 +02:00 |
|
Ben V. Brown
|
cadbd3883a
|
Update version.h
|
2021-09-25 11:11:24 +10:00 |
|
Ben V. Brown
|
5ff4a75b68
|
Merge branch 'master' into ralim/dfuse-header
|
2021-09-25 11:07:58 +10:00 |
|
Ben V. Brown
|
bbeedeb36b
|
Merge branch 'master' into ralim/scrollbar
|
2021-09-25 11:04:23 +10:00 |
|
Ben V. Brown
|
c05d63edf7
|
Update lang_multi.cpp
|
2021-09-25 10:51:55 +10:00 |
|
Ben V. Brown
|
a936eee83e
|
Define array of Accelerometer names
|
2021-09-25 10:35:23 +10:00 |
|
Ben V. Brown
|
a3d5902ed1
|
Remove int cast
|
2021-09-25 10:35:11 +10:00 |
|
Ben V. Brown
|
68038038a7
|
Make enum in order
|
2021-09-25 10:34:41 +10:00 |
|
Ben V. Brown
|
04fce5d669
|
Fix enum annocations
|
2021-09-25 10:31:17 +10:00 |
|
Ben V. Brown
|
0619ada6d9
|
Update type of DetectedAccelerometerVersion
|
2021-09-25 10:31:10 +10:00 |
|
Ben V. Brown
|
c1f9442ec7
|
Move accelType to header for reachability, change type of DetectedAccelerometerVersion to suit
|
2021-09-25 10:30:40 +10:00 |
|