Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit edfae3e

Browse files
more removals
1 parent bb0bcd4 commit edfae3e

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,13 @@ You can find code samples and tutorials each time that you connect a supported d
4646
This extension provides several commands in the Command Palette (<kbd>F1</kbd> or <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd> *or* <kbd>Cmd</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd>) for working with `*.ino` files:
4747

4848
- **Arduino: Board Manager**: Manage packages for boards. You can add 3rd party Arduino board by configuring `Additional Board Manager URLs` in the board manager.
49-
- **Arduino: Change Baud Rate**: Change the baud rate of the selected serial port.
5049
- **Arduino: Change Board Type**: Change board type or platform.
51-
- **Arduino: Change Timestamp Format**: Change format of timestamp printed before each line of Serial Monitor output.
5250
- **Arduino: Close Serial Monitor**: Stop the serial monitor and release the serial port.
5351
- **Arduino: Examples**: Show list of examples.
5452
- **Arduino: Initialize**: Scaffold a VS Code project with an Arduino sketch.
5553
- **Arduino: Library Manager**: Explore and manage libraries.
5654
- **Arduino: Open Serial Monitor**: Open the serial monitor in the integrated output window.
5755
- **Arduino: Select Serial Port**: Change the current serial port.
58-
- **Arduino: Send Text to Serial Port**: Send a line of text via the current serial port.
5956
- **Arduino: Upload**: Build sketch and upload to Arduino board.
6057
- **Arduino: CLI Upload**: Upload complied code without building sketch (CLI only).
6158
- **Arduino: Upload Using Programmer**: Upload using an external programmer.
@@ -81,7 +78,6 @@ This extension provides several commands in the Command Palette (<kbd>F1</kbd> o
8178
| `arduino.enableUSBDetection` | Enable/disable USB detection from the VSCode Arduino extension. The default value is `true`. When your device is plugged in to your computer, it will pop up a message "`Detected board ****, Would you like to switch to this board type`". After clicking the `Yes` button, it will automatically detect which serial port (COM) is connected a USB device. If your device does not support this feature, please provide us with the PID/VID of your device; the code format is defined in `misc/usbmapping.json`.To learn more about how to list the vid/pid, use the following tools: https://github.com/EmergingTechnologyAdvisors/node-serialport `npm install -g serialport` `serialport-list -f jsonline`|
8279
| `arduino.disableTestingOpen` | Enable/disable automatic sending of a test message to the serial port for checking the open status. The default value is `false` (a test message will be sent). |
8380
| `arduino.skipHeaderProvider` | Enable/disable the extension providing completion items for headers. This functionality is included in newer versions of the C++ extension. The default value is `false`.|
84-
| `arduino.defaultTimestampFormat` | Format of timestamp printed before each line of Serial Monitor output. You can find list of all available placeholders [here](https://github.com/samsonjs/strftime#supported-specifiers). |
8581
| `arduino.disableIntelliSenseAutoGen` | When `true` vscode-arduino will not auto-generate an IntelliSense configuration (i.e. `.vscode/c_cpp_properties.json`) by analyzing Arduino's compiler output. |
8682
| `arduino.analyzeOnOpen` | When true, automatically run analysis when the project is opened. Only works when `arduino.analyzeOnSettingChange` is true. |
8783
| `arduino.analyzeOnSettingChange` | When true, automatically run analysis when board, configuration, or sketch settings are changed. |

test/extension.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ suite("Arduino: Extension Tests", () => {
4747
"arduino.initialize",
4848
"arduino.selectSerialPort",
4949
"arduino.openSerialMonitor",
50-
"arduino.changeBaudRate",
51-
"arduino.changeTimestampFormat",
52-
"arduino.sendMessageToSerialPort",
5350
"arduino.closeSerialMonitor",
5451
"arduino.reloadExample",
5552
"arduino.showExampleExplorer",

0 commit comments

Comments
 (0)