Main Page: Difference between revisions

From Miosix Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
(One intermediate revision by one other user not shown)
Line 4: Line 4:
IMPORTANT NOTICE: <br>
IMPORTANT NOTICE: <br>
Recently ST Microeletronics has changed the firmware used for ST-LINK utility on its Discovery boards. For this reason, if you have bought a STM32 Discovery board recently, it's highly possible that you may encounter problems in uploading your firmware using the Qstlink GUI utility. <br>
Recently ST Microeletronics has changed the firmware used for ST-LINK utility on its Discovery boards. For this reason, if you have bought a STM32 Discovery board recently, it's highly possible that you may encounter problems in uploading your firmware using the Qstlink GUI utility. <br>
Until an update of the Qstlink utility is released (which not depends upon us), in [[New ST-LINK firmware|this page]] you can find a temporary fix for this issue.  
Until an update of the Qstlink utility is released (which not depends upon us), in [[ST-LINK utility update|this page]] you can find a temporary fix for this issue.  
</div><br>
</div><br>


Line 11: Line 11:


= Software =
= Software =
* Have a look at the Miosix [[API list|APIs]] and [[Library list|libraries]] that you can use for your applications.
* Have a look at the Miosix [[API list|APIs]], [[Library list|libraries]] and [[Examples list|examples]] that you can use for your applications.
* The page on [[Synchronization primitives]] lists the possible ways to shnchronize beween multiple threads or between a thread and an interrupt routine.
* The page on [[Synchronization primitives]] lists the possible ways to shnchronize beween multiple threads or between a thread and an interrupt routine.
* How to [[Miosix code size optimization|reduce the kernel code size]] for deeply embedded applications.
* How to [[Miosix code size optimization|reduce the kernel code size]] for deeply embedded applications.

Revision as of 13:34, 18 August 2018

Welcome to the Miosix wiki. This wiki contains the documentation for the Miosix kernel.


IMPORTANT NOTICE:
Recently ST Microeletronics has changed the firmware used for ST-LINK utility on its Discovery boards. For this reason, if you have bought a STM32 Discovery board recently, it's highly possible that you may encounter problems in uploading your firmware using the Qstlink GUI utility.
Until an update of the Qstlink utility is released (which not depends upon us), in this page you can find a temporary fix for this issue.


Getting started

Follow the Quick start to install the Miosix Toolchain and compile the Miosix 2.0 kernel.

Software

Hardware

Check out which microcontroller boards are supported by Miosix.

Account creation

Due to spam (within two days from setting up the wiki) account registration is disabled. If you want to create an account, ask to fede.tft&&miosix.org (s/&&/@/)

Index