GSOC 2026 Update : Port tiny-nginx for RTEMS

I successfully created a port for the tiny-nginx library to RTEMS using the rtems-libbsd library. I did the following:

Replaced all epoll operations with poll() as an initial porting test.

Improve Console Log

Used mkdir() and fopen() to init files.

Configured the RTEMS network using the rtems_bsd_command_ifconfig() , I configured it based on the libbsd ( Networking with TAP Interface) doc.

I test it with QEMU using board xilinx_zynq_a9

Note: This is just a preliminary port; I will improve it later. with LwIP Support