Skip to content

Commit

Permalink
boards/blxxxpill-128kib: default to CDC ACM for stdio
Browse files Browse the repository at this point in the history
CDC ACM stdio adds 10k ROM and 2k RAM, so only enable it for the
larger board variants.
  • Loading branch information
benpicco committed Oct 14, 2022
1 parent 5d5e8d6 commit 1b4d17f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions boards/blackpill-128kib/blackpill-128kib.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
CONFIG_MODULE_USBUS=y
CONFIG_MODULE_USBUS_CDC_ACM=y
CONFIG_MODULE_STDIO_CDC_ACM=y
3 changes: 3 additions & 0 deletions boards/bluepill-128kib/bluepill-128kib.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
CONFIG_MODULE_USBUS=y
CONFIG_MODULE_USBUS_CDC_ACM=y
CONFIG_MODULE_STDIO_CDC_ACM=y

0 comments on commit 1b4d17f

Please sign in to comment.