Skip to content

First version of the plugin, published on vim.org

Compare
Choose a tag to compare
@n-eq n-eq released this 10 Aug 23:03
· 25 commits to master since this release

Current implemented functions:

* MbedCompile("")

* MbedCompile("-c") " clean

* MbedCompile("-f") " flash

* MbedCompile("-v") " verbose

* MbedCompile("-vv") " very verbose

* MbedNew()

* MbedSync()

* MbedTest()

* MbedDeploy()

* MbedAddLibary("")

* MbedRemoveLibary("")

* CloseErrorBuffer()

* MbedGetTargetandToolchain(1)

Note: All the functions couldn't be tested as of this release, bugs may still exist in the code.