mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-03-20 08:40:57 +03:00
USB CDC on STM32G0B1 works
This commit is contained in:
9
snippets/USB_CDC_ringbuffer/Makefile
Normal file
9
snippets/USB_CDC_ringbuffer/Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
BINARY := test
|
||||
# MCU code
|
||||
MCU := G0B1xx
|
||||
# change this linking script depending on particular MCU model,
|
||||
LDSCRIPT := stm32g0b1xb.ld
|
||||
|
||||
include ../makefile.g0
|
||||
include ../../makefile.stm32
|
||||
|
||||
Reference in New Issue
Block a user