Compare commits
2 Commits
b3a228c3ac
...
19dec1ee05
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
19dec1ee05 | ||
|
|
071e344597 |
@@ -53,6 +53,7 @@
|
|||||||
pkgs.stlink
|
pkgs.stlink
|
||||||
pkgs.probe-rs
|
pkgs.probe-rs
|
||||||
pkgs.probe-rs-tools
|
pkgs.probe-rs-tools
|
||||||
|
pkgs.bear
|
||||||
mbedTools
|
mbedTools
|
||||||
pyOcd
|
pyOcd
|
||||||
];
|
];
|
||||||
|
|||||||
8
hod6/.clangd
Normal file
8
hod6/.clangd
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
CompileFlags:
|
||||||
|
Add:
|
||||||
|
-isystem
|
||||||
|
/nix/store/ih9psjpxn2pbbzw4klr9s6hmmngc52n8-gcc-arm-embedded-14.3.rel1/arm-none-eabi/include
|
||||||
|
-isystem
|
||||||
|
/nix/store/ih9psjpxn2pbbzw4klr9s6hmmngc52n8-gcc-arm-embedded-14.3.rel1/lib/gcc/arm-none-eabi/14.3.0/include
|
||||||
|
-isystem
|
||||||
|
/nix/store/ih9psjpxn2pbbzw4klr9s6hmmngc52n8-gcc-arm-embedded-14.3.rel1/lib/gcc/arm-none-eabi/14.3.0/include-fixed
|
||||||
1
hod6/.gitignore
vendored
1
hod6/.gitignore
vendored
@@ -20,3 +20,4 @@ mbed-os/
|
|||||||
*.log
|
*.log
|
||||||
*.pyc
|
*.pyc
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
.cache/
|
||||||
|
|||||||
137272
hod6/compile_commands.json
Normal file
137272
hod6/compile_commands.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -4,9 +4,9 @@
|
|||||||
|
|
||||||
#define TARGET_TX_PIN USBTX
|
#define TARGET_TX_PIN USBTX
|
||||||
#define TARGET_RX_PIN USBRX
|
#define TARGET_RX_PIN USBRX
|
||||||
#define BAUD_RATE 1843200
|
// #define BAUD_RATE 1843200
|
||||||
// #define BAUD_RATE 460800
|
|
||||||
// #define BAUD_RATE 921600
|
// #define BAUD_RATE 921600
|
||||||
|
#define BAUD_RATE 460800
|
||||||
|
|
||||||
static BufferedSerial serial_port(TARGET_TX_PIN, TARGET_RX_PIN, BAUD_RATE);
|
static BufferedSerial serial_port(TARGET_TX_PIN, TARGET_RX_PIN, BAUD_RATE);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user