No more Arduino dependencies

As I said before, the only reason of installing the Arduino extension in Visual Studio Code (and having VPC to generate the required configuration) was to benefit from the integrated serial communication terminal, which was (and I think it still is) the only decent solution for Visual Studio Code. This is not working in FreeBSD … Continue reading No more Arduino dependencies

FreeBSD – bad news, good news

Bad news1. gcc-arm toolchain: turns out my manually (and unscientifically) prepared toolchain based on an old FreeBSD package produces bad (non-working) code. I will destroy the download link from a previous article and post accurate info.2. VSCode extensions: the "Arduino" and "Project Manager" extensions are not working under FreeBSD. The whole idea of using the … Continue reading FreeBSD – bad news, good news

FreeBSD – a good alternative to a Linux workstation

I enjoyed setting up a FreeBSD workstation, installing OpenOCD, compiling stlink, making the required settings for USB to be accessed by a normal user, Installing Lazarus and compiling VPC - everything worked just fine.Regarding the toolchain, in FreeBSD repository is available an older one, without newlib - you have to copy the c-lib and rename … Continue reading FreeBSD – a good alternative to a Linux workstation