File tree Expand file tree Collapse file tree 4 files changed +2
-7
lines changed
source/daplink/drag-n-drop Expand file tree Collapse file tree 4 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 4
4
- CDC_LED_DEF=GPIO_LED_ON
5
5
- MSC_LED_DEF=GPIO_LED_ON
6
6
- USB_PROD_STR="BBC micro:bit CMSIS-DAP"
7
+ - CDC_ACM_DEFAULT_BAUDRATE=115200
7
8
sources :
8
9
board :
9
10
- source/board/microbit.c
Original file line number Diff line number Diff line change 8
8
- DELAY_FAST_CYCLES=2U # Fast delay needed to reach 8MHz SWD clock speed
9
9
- DAP_DEFAULT_SWJ_CLOCK=8000000
10
10
- BOARD_USB_BMAXPOWER=0x96
11
- - BOARD_EXTRA_BUFFER=100
11
+ - CDC_ACM_DEFAULT_BAUDRATE=115200
12
12
includes :
13
13
- source/board/microbitv2/
14
14
- source/board/microbitv2/kl27z/
Original file line number Diff line number Diff line change 6
6
- USB_PROD_STR="BBC micro:bit CMSIS-DAP"
7
7
# - DELAY_FAST_CYCLES=2U # Fast delay needed to reach 8MHz SWD clock speed
8
8
# - DAP_DEFAULT_SWJ_CLOCK=8000000
9
- - BOARD_EXTRA_BUFFER=100
10
9
- CDC_ACM_DEFAULT_BAUDRATE=115200
11
10
includes :
12
11
- source/board/microbitv2/
Original file line number Diff line number Diff line change 45
45
//! device. This is to accomodate for hex file programming.
46
46
#define VFS_DISK_SIZE (MB(64))
47
47
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
-
53
48
//! @brief Constants for magic action or config files.
54
49
//!
55
50
//! The "magic files" are files with a special name that if created on the USB MSC volume, will
You can’t perform that action at this time.
0 commit comments