Use brtt instead of rtt
This commit is contained in:
@@ -169,10 +169,10 @@ $ echo $?
|
||||
0
|
||||
```
|
||||
|
||||
If you're running out of memory (`flip-link` bails with an overflow error), you can decrease the size of the device memory buffer by setting the `DEFMT_RTT_BUFFER_SIZE` environment variable. The default value is 1024 bytes, and powers of two should be used for optimal performance:
|
||||
If you're running out of memory (`flip-link` bails with an overflow error), you can decrease the size of the device memory buffer by setting the `DEFMT_BRTT_BUFFER_SIZE` environment variable. The default value is 1024 bytes, and powers of two should be used for optimal performance:
|
||||
|
||||
``` console
|
||||
$ DEFMT_RTT_BUFFER_SIZE=64 cargo rb hello
|
||||
$ DEFMT_BRTT_BUFFER_SIZE=64 cargo rb hello
|
||||
```
|
||||
|
||||
#### (10. Set `rust-analyzer.linkedProjects`)
|
||||
|
||||
Reference in New Issue
Block a user