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 |
|
Ben V. Brown
|
8a4d20be25
|
Update I2C_Wrapper.cpp
|
2021-02-25 19:27:22 +11:00 |
|
Ben V. Brown
|
3e56826e04
|
Run formatter
|
2021-02-24 20:30:36 +11:00 |
|
Ben V. Brown
|
c210bf983c
|
Split
|
2021-02-24 19:38:51 +11:00 |
|
Ben V. Brown
|
8d39ff1cbc
|
Move prob into the new state machine
|
2021-02-24 19:21:35 +11:00 |
|
Ben V. Brown
|
296c2f9351
|
De-dupe
|
2021-02-24 17:52:40 +11:00 |
|
Ben V. Brown
|
530002297b
|
merge I2C state machine
|
2021-02-24 17:49:16 +11:00 |
|
Ben V. Brown
|
b18bc384cc
|
Rework writes to use the new states
|
2021-02-23 22:24:27 +11:00 |
|
Ben V. Brown
|
c53c28914e
|
Move mem_read to new state format
|
2021-02-23 22:11:50 +11:00 |
|
Ben V. Brown
|
2425902fbc
|
Hotfix: BMA Accel wedges I2C if probed too fast after boot
Only an issue on Pinecil as it boots much faster than Miniware units.
|
2021-01-17 20:13:02 +11:00 |
|
Ben V. Brown
|
7ecc7e4d12
|
Format Pine code
|
2021-01-17 10:55:15 +11:00 |
|
Ben V. Brown
|
184b2c909f
|
./workspace/TS100 -> ./source/
|
2021-01-17 09:43:55 +11:00 |
|