First major version of the plugin
-
w:mbed_[target|toolchain]
variables are window-scoped, this enables multiple simultaneous sessions with different targets or toolchains. -
Strenghten mbed target/toolchain checks: If the
w:mbed_target
is not read from a configuration file, it is verified that it is supported by the currently used version of mbed-os. Similarly, when thew:mbed_toolchain
variable is read from user input, it is verified to be equal to ARM, IAR, or GCC_ARM. -
The open buffer resulting from a
MbedList()
call is a nofile type: it can be directly closed with:q
. -
w:mbed_[target|toolchain]
variables are set by default to values read in ~/.mbed file and eventually overwritten using the local .mbed file.