Banner

Network "reachable"

New Milos RTOS 0.3.4a release.

Now you can plug that ethernet cable to your board.

This version introduces the Network module, comprising: ethernet, IP, ARP, UDP, ICMP and DHCP.

Check the new manual section dedicated to networking by following this link.

The changelog for this version can be found here.

The whole thing was built using a prototype of the Artekit AK-STM32-ETH (Etherkit) board and debugging under Eclipse with an Artekit AK-LINK JTAG adapter.

Work in progress

Soon I will be pushing a new branch and patches to GitHub with the work-in-progress of the next OS version.
This new release will be mostly about the network stack implementation.
I got myself a brand new STM32F107 board to start writing the ethernet driver.

Keep tuned.

Soon...

...a new version release, with I2C master driver and M24Cxx EEPROM driver, with a revamped drivers module.

Site updates

Check the Tutorial section. There is a basic tutorial on how Milos can be compiled with Eclipse and other free software (from toolchain to debugger).
Also visit the new Forum and leave a message!
GIT repository very soon.

Have fun.

Milos released

We are proud to announce the beta release (and new website) of the Milos RTOS.
What we have until now is a working RTOS, with some examples and completely free.
Milos is a full preemptive real-time operating system, open source, free, released under the GNU GPL license.

On the first release we have:

The complete core.
Platform files for the ST Microelectronics STM32F103X MCU.
Example drivers for USART, SPI, and SD Card (over SPI).
Debug terminal through UART.
ChaN FatFS file system on top of the SD driver through SPI.

Small TODO

Autoconf/Automake scripts.

On the website, soon we will have

Discussion mailing list and forum.
Tutorials:
Installing/compiling Milos with free tools.
Creating an application.
Creating a driver.
Building a platform.

Have fun !!!