Hi Oliver,
I'm working on this small [1] project using FreeBSD only. Software part is based
on FreeRTOS v10.2.1. You can also find some pieces of the development history on
hackaday [2].
Regards,
Dmitry
[1] https://github.com/mcusim/Xling
[2] https://hackaday.io/project/165726-xling
> Hello out
I found this article is quite nice for running an email server on freebsd.
I just want to share it here.
https://www.c0ffee.net/blog/mail-server-guide/
On Sun, 19 Dec 2021 19:05:35 +0800
Alastair Hogge wrote:
> On Sunday, 19 December 2021 6:47:23 PM AWST Gary Jennejohn wrote:
> > Some recent change, probably in a .mk file, breaks builworld on HEAD
> > when WITHOUT_PF is enabled in src.conf.
>
> I have had to disable WITHOUT_PF since 2020-07-2
Hello out there,
I'm using the port devel/arduino18 as the basis for some small projects. I'd
like to get
rid of that clumsy JAVA based IDF and move towards a more make/automake based
environment. Since I'm interested in coding for some smaller AMTEL MCUs and
ESP32 and
like to digg a bit deeper
On Sunday, 19 December 2021 6:47:23 PM AWST Gary Jennejohn wrote:
> Some recent change, probably in a .mk file, breaks builworld on HEAD
> when WITHOUT_PF is enabled in src.conf.
I have had to disable WITHOUT_PF since 2020-07-27, but probably earlier.
> Disabling WITHOUT_PF results in a successfu
Some recent change, probably in a .mk file, breaks builworld on HEAD
when WITHOUT_PF is enabled in src.conf.
Disabling WITHOUT_PF results in a successful buildworld.
The reported error is that netpfil/pf/pf.h can't be found.
--
Gary Jennejohn