Skip to content

Commit a7ea936

Browse files
Remove BOARD_EXTRA_BUFFER vestiges.
1 parent 8dff8e0 commit a7ea936

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

records/board/microbitv2.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ common:
88
- DELAY_FAST_CYCLES=2U # Fast delay needed to reach 8MHz SWD clock speed
99
- DAP_DEFAULT_SWJ_CLOCK=8000000
1010
- BOARD_USB_BMAXPOWER=0x96
11-
- BOARD_EXTRA_BUFFER=100
1211
includes:
1312
- source/board/microbitv2/
1413
- source/board/microbitv2/kl27z/

records/board/microbitv2_nrf52820.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ common:
66
- USB_PROD_STR="BBC micro:bit CMSIS-DAP"
77
# - DELAY_FAST_CYCLES=2U # Fast delay needed to reach 8MHz SWD clock speed
88
# - DAP_DEFAULT_SWJ_CLOCK=8000000
9-
- BOARD_EXTRA_BUFFER=100
109
- CDC_ACM_DEFAULT_BAUDRATE=115200
1110
includes:
1211
- source/board/microbitv2/

source/daplink/drag-n-drop/vfs_user.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,6 @@
4545
//! device. This is to accomodate for hex file programming.
4646
#define VFS_DISK_SIZE (MB(64))
4747

48-
// Additional buffer space to display more than 512 bytes in DETAILS.TXT
49-
#if !defined(BOARD_EXTRA_BUFFER)
50-
#define BOARD_EXTRA_BUFFER 0
51-
#endif
52-
5348
//! @brief Constants for magic action or config files.
5449
//!
5550
//! The "magic files" are files with a special name that if created on the USB MSC volume, will

0 commit comments

Comments
 (0)