add battery for RTC
This commit is contained in:
parent
e4a84b40a1
commit
49bba49bd4
62
.gitignore
vendored
62
.gitignore
vendored
@ -27,6 +27,7 @@ _autosave-*
|
|||||||
*-save.pro
|
*-save.pro
|
||||||
*-save.kicad_pcb
|
*-save.kicad_pcb
|
||||||
fp-info-cache
|
fp-info-cache
|
||||||
|
fp-lib-table
|
||||||
|
|
||||||
# Netlist files (exported from Eeschema)
|
# Netlist files (exported from Eeschema)
|
||||||
*.net
|
*.net
|
||||||
@ -38,3 +39,64 @@ fp-info-cache
|
|||||||
# Exported BOM files
|
# Exported BOM files
|
||||||
*.xml
|
*.xml
|
||||||
*.csv
|
*.csv
|
||||||
|
bom/
|
||||||
|
|
||||||
|
# Manufacture files
|
||||||
|
Gerber/
|
||||||
|
|
||||||
|
# 3D-model Files
|
||||||
|
FT25-Charger.step
|
||||||
|
|
||||||
|
# ---> C
|
||||||
|
# Prerequisites
|
||||||
|
*.d
|
||||||
|
|
||||||
|
# Object files
|
||||||
|
*.o
|
||||||
|
*.ko
|
||||||
|
*.obj
|
||||||
|
*.elf
|
||||||
|
|
||||||
|
# Linker output
|
||||||
|
*.ilk
|
||||||
|
*.map
|
||||||
|
*.exp
|
||||||
|
|
||||||
|
# Precompiled Headers
|
||||||
|
*.gch
|
||||||
|
*.pch
|
||||||
|
|
||||||
|
# Libraries
|
||||||
|
*.lib
|
||||||
|
*.a
|
||||||
|
*.la
|
||||||
|
*.lo
|
||||||
|
|
||||||
|
# Shared objects (inc. Windows DLLs)
|
||||||
|
*.dll
|
||||||
|
*.so
|
||||||
|
*.so.*
|
||||||
|
*.dylib
|
||||||
|
|
||||||
|
# Executables
|
||||||
|
*.exe
|
||||||
|
*.out
|
||||||
|
*.app
|
||||||
|
*.i*86
|
||||||
|
*.x86_64
|
||||||
|
*.hex
|
||||||
|
|
||||||
|
# Debug files
|
||||||
|
*.dSYM/
|
||||||
|
*.su
|
||||||
|
*.idb
|
||||||
|
*.pdb
|
||||||
|
|
||||||
|
# Kernel Module Compile Results
|
||||||
|
*.mod*
|
||||||
|
*.cmd
|
||||||
|
.tmp_versions/
|
||||||
|
modules.order
|
||||||
|
Module.symvers
|
||||||
|
Mkfile.old
|
||||||
|
dkms.conf
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
3976
Hardware/Lib/Charger.step/79523141 (rev1).stp
Normal file
3976
Hardware/Lib/Charger.step/79523141 (rev1).stp
Normal file
File diff suppressed because it is too large
Load Diff
@ -1 +1 @@
|
|||||||
Subproject commit a707aadb492e12410d04be0d9bb1bcfd8f88feb1
|
Subproject commit 30213d0e27af4612acae93c26f093f5439f184dd
|
File diff suppressed because it is too large
Load Diff
@ -9117,7 +9117,7 @@
|
|||||||
(justify left)
|
(justify left)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(property "Value" "W9825G6KH"
|
(property "Value" "W9812G6KH-5"
|
||||||
(at 169.5959 62.23 0)
|
(at 169.5959 62.23 0)
|
||||||
(effects
|
(effects
|
||||||
(font
|
(font
|
||||||
@ -9136,7 +9136,7 @@
|
|||||||
(hide yes)
|
(hide yes)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(property "Datasheet" "https://www.winbond.com/resource-files/w9825g6kh_a04.pdf"
|
(property "Datasheet" "https://www.winbond.com/hq/support/documentation/downloadV2022.jsp?__locale=en&xmlPath=/support/resources/.content/item/DA00-W9812G6KH.html&level=1"
|
||||||
(at 167.64 102.87 0)
|
(at 167.64 102.87 0)
|
||||||
(effects
|
(effects
|
||||||
(font
|
(font
|
||||||
@ -9145,7 +9145,7 @@
|
|||||||
(hide yes)
|
(hide yes)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(property "Description" "256M – (16M x 16 bit) Synchronous DRAM (SDRAM), TSOP-II-54"
|
(property "Description" "128M – (8M x 16 bit) Synchronous DRAM (SDRAM), TSOP-II-54"
|
||||||
(at 167.64 96.52 0)
|
(at 167.64 96.52 0)
|
||||||
(effects
|
(effects
|
||||||
(font
|
(font
|
||||||
|
@ -21,21 +21,22 @@ Mcu.CPN=STM32H753IIT6
|
|||||||
Mcu.Family=STM32H7
|
Mcu.Family=STM32H7
|
||||||
Mcu.IP0=CORTEX_M7
|
Mcu.IP0=CORTEX_M7
|
||||||
Mcu.IP1=DEBUG
|
Mcu.IP1=DEBUG
|
||||||
Mcu.IP10=SDMMC2
|
Mcu.IP10=RCC
|
||||||
Mcu.IP11=SYS
|
Mcu.IP11=SDMMC2
|
||||||
Mcu.IP12=TIM3
|
Mcu.IP12=SYS
|
||||||
Mcu.IP13=UART5
|
Mcu.IP13=TIM3
|
||||||
Mcu.IP14=USART2
|
Mcu.IP14=UART5
|
||||||
Mcu.IP15=USB_OTG_FS
|
Mcu.IP15=USART2
|
||||||
Mcu.IP2=ETH
|
Mcu.IP16=USB_OTG_FS
|
||||||
Mcu.IP3=FDCAN1
|
Mcu.IP2=DMA2D
|
||||||
Mcu.IP4=FMC
|
Mcu.IP3=ETH
|
||||||
Mcu.IP5=I2C1
|
Mcu.IP4=FDCAN1
|
||||||
Mcu.IP6=LTDC
|
Mcu.IP5=FMC
|
||||||
Mcu.IP7=MEMORYMAP
|
Mcu.IP6=I2C1
|
||||||
Mcu.IP8=NVIC
|
Mcu.IP7=LTDC
|
||||||
Mcu.IP9=RCC
|
Mcu.IP8=MEMORYMAP
|
||||||
Mcu.IPNb=16
|
Mcu.IP9=NVIC
|
||||||
|
Mcu.IPNb=17
|
||||||
Mcu.Name=STM32H753IITx
|
Mcu.Name=STM32H753IITx
|
||||||
Mcu.Package=LQFP176
|
Mcu.Package=LQFP176
|
||||||
Mcu.Pin0=PE4
|
Mcu.Pin0=PE4
|
||||||
@ -44,9 +45,10 @@ Mcu.Pin10=PF3
|
|||||||
Mcu.Pin100=PE1
|
Mcu.Pin100=PE1
|
||||||
Mcu.Pin101=PI4
|
Mcu.Pin101=PI4
|
||||||
Mcu.Pin102=PI5
|
Mcu.Pin102=PI5
|
||||||
Mcu.Pin103=VP_SYS_VS_Systick
|
Mcu.Pin103=VP_DMA2D_VS_DMA2D
|
||||||
Mcu.Pin104=VP_TIM3_VS_ClockSourceINT
|
Mcu.Pin104=VP_SYS_VS_Systick
|
||||||
Mcu.Pin105=VP_MEMORYMAP_VS_MEMORYMAP
|
Mcu.Pin105=VP_TIM3_VS_ClockSourceINT
|
||||||
|
Mcu.Pin106=VP_MEMORYMAP_VS_MEMORYMAP
|
||||||
Mcu.Pin11=PF4
|
Mcu.Pin11=PF4
|
||||||
Mcu.Pin12=PF5
|
Mcu.Pin12=PF5
|
||||||
Mcu.Pin13=PF10
|
Mcu.Pin13=PF10
|
||||||
@ -144,7 +146,7 @@ Mcu.Pin96=PB7
|
|||||||
Mcu.Pin97=PB8
|
Mcu.Pin97=PB8
|
||||||
Mcu.Pin98=PB9
|
Mcu.Pin98=PB9
|
||||||
Mcu.Pin99=PE0
|
Mcu.Pin99=PE0
|
||||||
Mcu.PinsNb=106
|
Mcu.PinsNb=107
|
||||||
Mcu.ThirdPartyNb=0
|
Mcu.ThirdPartyNb=0
|
||||||
Mcu.UserConstants=
|
Mcu.UserConstants=
|
||||||
Mcu.UserName=STM32H753IITx
|
Mcu.UserName=STM32H753IITx
|
||||||
@ -527,6 +529,8 @@ USART2.IPParameters=VirtualMode-Asynchronous
|
|||||||
USART2.VirtualMode-Asynchronous=VM_ASYNC
|
USART2.VirtualMode-Asynchronous=VM_ASYNC
|
||||||
USB_OTG_FS.IPParameters=VirtualMode
|
USB_OTG_FS.IPParameters=VirtualMode
|
||||||
USB_OTG_FS.VirtualMode=Device_Only
|
USB_OTG_FS.VirtualMode=Device_Only
|
||||||
|
VP_DMA2D_VS_DMA2D.Mode=DMA2D_Activate
|
||||||
|
VP_DMA2D_VS_DMA2D.Signal=DMA2D_VS_DMA2D
|
||||||
VP_MEMORYMAP_VS_MEMORYMAP.Mode=CurAppReg
|
VP_MEMORYMAP_VS_MEMORYMAP.Mode=CurAppReg
|
||||||
VP_MEMORYMAP_VS_MEMORYMAP.Signal=MEMORYMAP_VS_MEMORYMAP
|
VP_MEMORYMAP_VS_MEMORYMAP.Signal=MEMORYMAP_VS_MEMORYMAP
|
||||||
VP_SYS_VS_Systick.Mode=SysTick
|
VP_SYS_VS_Systick.Mode=SysTick
|
||||||
|
Loading…
x
Reference in New Issue
Block a user