Saturday, July 22, 2017

Re: Arduino with vim (read "no IDE"-challenge)

On 07/22 08:02, Richard Mitchell wrote:
> On Saturday, July 22, 2017 at 9:44:31 AM UTC-4, tu...@posteo.de wrote:
> > Hi,
> >
> > I want to try writing, compiling and uploading Arduino sketches
> > without using the IDE (I prefere vim (obviously) as editor and
> > switching between IDE and the then called "external editor" is
> > quite fiddly).
> >
> > Fortunately I found plugins which claim to do exactly that.
> >
> > Unfortunatelu theu are qyite a few.... ;)
> >
> > Any suggestion what is suggested and what to try first?
> > Anu Arduino-vimmer out there?
> >
> > Thanks in advance for uploading any helpful sketch into this mailing list!
> >
> > Cheers
> > Meino
>
>
> What platform are you using?
>
> The current arduino gui can also be run from the command line. On MacOS it can be found:
>
> Arduino.app/Contents/MacOS/Arduino
>
> Using an alias to path to it, you can upload code to your board with something like:
>
> arduino --port /dev/cu.usbmodem1421 --upload FILE.ino
>
> (where obviously you use the correct port for your system)
>
> The main commands I've used are:
>
> ◦ [-v] --verify FILE.ino
> ◦ [-v] --upload FILE.ino
> ◦ --get-pref
>
> --
> --
> You received this message from the "vim_use" maillist.
> Do not top-post! Type your reply below the text you are replying to.
> For more information, visit http://www.vim.org/maillist.php
>
> ---
> You received this message because you are subscribed to the Google Groups "vim_use" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.


Hi,

thanks for your help.

To summarize my initial mail more clearly:
What plugin is recommended, if I want to use vim to replace the tasks
of the Arduino IDE.
I am running Gentoo Linux on a x86 PC.

Cheers
Meino

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: