-
Notifications
You must be signed in to change notification settings - Fork 2
Comparing changes
Open a pull request
base repository: FrameworkComputer/FrameworkDebugger
base: main
head repository: FrameworkComputer/FrameworkDebugger
compare: pr-schematics_first_draft
- 13 commits
- 5 files changed
- 1 contributor
Commits on Oct 1, 2025
-
kicad: added clocks, vregs, and other power routings
2025/09/01 1. Follow Demo board design and datasheet - Change L1, L2 to 600R/0.5A 2. 5V -> 3.3V LDO - Add U7, C23, C24 3. Getting power from host by 5.1k RD on CC. - Add R30 5.1k on CC1 of USB-C Receptacle 4. A method for being provider or receiver of 5V of Target device Provider path: 12k Rp for 5V@1.5A - Add SW1 - Remove R5 on VCONN - Add R5 12k on SW - Change R4 to 5.1K." 5. Prioritizing Host 5V as default - Add D1, Q1, R31 6. Add power switch for 5V path output - Add U9, C31, C32 7. External Clock for FT4232 - Add C27, C28, Y1 8. EC_VREF (3.3v) LDO - Add U8, C25, C26 9. Channel C and D don't have GPIO function. - "Move AP_UART_VREF_FORCE_3.3 to GPIO_L2 (but maybe we don't need it)" 10. LDO for SPI 3.3V and 1.8V - Add U11, C29, C30 11. Prevent activating SPI 3.3V and 1.8V at the same time. - Add U10(XOR), U12(AND), U13(AND)Configuration menu - View commit details
-
Copy full SHA for 93a304b - Browse repository at this point
Copy the full SHA 93a304bView commit details
Commits on Oct 8, 2025
-
kicad: Simplify Design and Correct Errors
2025/10/07 1. Add R33, R34, R35, R36 on USB+/- for banshee 2. Remove Q1, R31, D1 3. Add R29, Change U5 from 4 bit level shifter to OD buffer. 4. Remove netname AP_UART_VREF_FORCE_3.3 due to no need anymore. 5. Remove SW1, change R4 to 5.1K on CC and tie to GND, R32 to VCONN and tie to GND. 6. Change R27 to 1k from 100ohm 7. Remove U10(XOR), U12(AND), U13(AND)
Configuration menu - View commit details
-
Copy full SHA for 23f454e - Browse repository at this point
Copy the full SHA 23f454eView commit details
Commits on Oct 16, 2025
-
kicad: Add MUX for JTAG/SWD, Fix SPI netname error
2025/10/13 1. Remove R15, LED_AP_VREF and "AP_UART_VREF" net name 2. Adding Test points(TP2~TP18) to replace NC pins of U1 and U6 3. Adding footprint of parts 4. Correct Netname errors. SPI_VREF_FORCE_3.3_OUT -> SPI_VREF_FORCE_3.3 SPI_VREF_FORCE_1.8_OUT -> SPI_VREF_FORCE_1.8 SPI_OE_N -> FTDI_SPI_OE_N 5. DNC R35, R36 6. Add R15, R37, for isolating Banshee path and normal path 7. Add U10, C20, Netname "JTAG_SWD_SEL", Remove R22, R23, R24. 8. Change netname AP_UART_VREF to JTAG_SWD_SEL for LED indicator 9. Chnage JPD, JSPI PN to MOLEX_5051100692, JECDB to MOLEX_5051101097, which are similar to what Compal used.
Configuration menu - View commit details
-
Copy full SHA for 85b46e8 - Browse repository at this point
Copy the full SHA 85b46e8View commit details -
kicad: Remove JTAG MUX and add Cortex20-10 adaptor
2025/10/15 1. Remove U10, C20, Netname "JTAG_SWD_SEL" 2. Roll back design of SWDIO/JTAG(adding back R20, R21, TP1, R15, R22, R23) 3. Add JDB10 and JDB20 4. Change JSPI and JPD to HRS_FH19C-6S-0.5SH 5. Change JECDB to Cvilux_CF35102D0RE-NH 6. Add TP19, TP20, TP21, TP22, TP23 on Unused pin of JTAG 7. Remove JTAG_SWD LED
Configuration menu - View commit details
-
Copy full SHA for 5eda1a8 - Browse repository at this point
Copy the full SHA 5eda1a8View commit details -
kicad: Adding JTAG Connections
10/16 1. Add JTAG Connection between JDB10 and JDB20
Configuration menu - View commit details
-
Copy full SHA for cdf0ea5 - Browse repository at this point
Copy the full SHA cdf0ea5View commit details
Commits on Oct 23, 2025
-
kicad: Fix JCL footprint issues and remove 20pin JTAG
10/23 1. Remove JDB20, TP20~TP23 2. Change LED location reference to LED1~LED7, and Change LED2 to RGB because AP_SPI_VREF will have either 1.8v or 3.3v. Add R38, R39 for current limit. 3. Add footprint for X'tal 7M-12.000MAAJ and change C27, C28 to 18pF. 4. Change JECDB to HRS_FH19C-10S-0.5SH
Configuration menu - View commit details
-
Copy full SHA for d8f77e3 - Browse repository at this point
Copy the full SHA d8f77e3View commit details
Commits on Nov 4, 2025
-
kicad: modifying netnames and LEDs
10/31 1. Change LED2, LED7 to EAST1616RGBA1 because it's common cathode 2. Edit LED2, LED7 symbol to follow spec. 3. Change TP19 to EC_VREF net 4. Change SPI NET NAME 5. Change DUT_CCD SBU pins net name 6. Remove Test points for saving space 7. Renaming TP to align pin name
Configuration menu - View commit details
-
Copy full SHA for adb7b98 - Browse repository at this point
Copy the full SHA adb7b98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cae6f3 - Browse repository at this point
Copy the full SHA 7cae6f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for eba0a13 - Browse repository at this point
Copy the full SHA eba0a13View commit details
Commits on Nov 5, 2025
-
kicad: renaming netname and fixing pin order of the connectors
11/05 1. Rename JTAG netname 2. Change pin order of JPD1, JSPI1, JECDB1 3. Remove TPs
Configuration menu - View commit details
-
Copy full SHA for 27d6392 - Browse repository at this point
Copy the full SHA 27d6392View commit details -
Merge branch 'pr-schematics_first_draft' of https://github.com/Framew…
…orkComputer/FrameworkDebugger into pr-schematics_first_draft
Configuration menu - View commit details
-
Copy full SHA for f5e422a - Browse repository at this point
Copy the full SHA f5e422aView commit details
Commits on Dec 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 67d2136 - Browse repository at this point
Copy the full SHA 67d2136View commit details
Commits on Dec 16, 2025
-
kidcad: feedback implementation and updating boardfile version
12/16 1. Add a jumper for forcing power on to target device (J1) 2. add pull down on enable pins of FTDI. e.g. U11 (R15, R23) 3. add SPI Socket footprint (TBD) 4. Add CC2 5.1k of Host connector (R24) 5. add pin header for EC Reset (J2)
Configuration menu - View commit details
-
Copy full SHA for dfd68ce - Browse repository at this point
Copy the full SHA dfd68ceView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...pr-schematics_first_draft