new USB pullup

This commit is contained in:
2024-08-15 09:27:03 +03:00
parent 0cb9b5f3c8
commit eaf137b5b6
6 changed files with 14 additions and 8 deletions

View File

@@ -5,5 +5,7 @@ MEMORY
ccmram (rwx) : ORIGIN = 0x10000000, LENGTH = 8K
}
PROVIDE(_BLOCKSIZE = 2048);
/* Include the common ld script. */
INCLUDE stm32f3.ld

View File

@@ -5,5 +5,7 @@ MEMORY
ccmram (rwx) : ORIGIN = 0x10000000, LENGTH = 16K
}
PROVIDE(_BLOCKSIZE = 2048);
/* Include the common ld script. */
INCLUDE stm32f3.ld