Skip to content

Version 1.0

Latest
Compare
Choose a tag to compare
@n-eq n-eq released this 22 Aug 19:22
· 7 commits to master since this release

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 the w: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.

Fixes #12 , #15 , #14 , and #16