Ben V. Brown
|
3efc7a033c
|
Merge remote-tracking branch 'origin/dev' into magic
|
2022-06-16 20:35:21 +10:00 |
|
Ben V. Brown
|
9decdcc89c
|
Scratch out resistance awareness of the tip
|
2022-05-23 22:25:00 +10:00 |
|
Ben V. Brown
|
75b3f09438
|
Rough tip resistance progress
|
2022-05-23 21:42:56 +10:00 |
|
Ben V. Brown
|
92f4e2060c
|
Silence
|
2022-04-20 21:19:07 +10:00 |
|
Ben V. Brown
|
8531d2222a
|
Working PWM init
|
2022-04-19 19:37:57 +10:00 |
|
Ben V. Brown
|
68a540be17
|
Bump stacks
|
2022-04-18 22:48:00 +10:00 |
|
Ben V. Brown
|
9df9f597eb
|
Cleanup
|
2022-04-18 22:41:25 +10:00 |
|
Ben V. Brown
|
bb28bb45b5
|
Trying to chase down why __libc_init_array isnt working yet
|
2022-04-18 22:27:25 +10:00 |
|
Ben V. Brown
|
a73f634cff
|
Pinecil pd tweaking (#1272)
* Raise PD max to 21V
* gui -> settingsGUI
* VBus probe cache
* Rough pass PD capabilities display
* Cleanup build errors
* PD Debug menu working
* Update make_translation.py
* settingsGUI
* Update GUIThread.cpp
* Nicer debug prints
* Show VBus in PD debug
* Update GUIThread.cpp
* Update make_translation.py
* Add docs
* Build tweaks for TS80P 😢
* Show PPS ranges
|
2022-04-03 12:58:07 +10:00 |
|
Ben V. Brown
|
1969d860c7
|
Update USBPD.cpp
|
2022-02-06 14:41:52 +11:00 |
|
Ben V. Brown
|
3c83b59b53
|
Expose Vbus
|
2022-02-06 13:14:53 +11: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 |
|