User contributions
Jump to navigation
Jump to search
- 12:26, 26 June 2016 diff hist +91 Linux Debugger configuration current
- 12:16, 26 June 2016 diff hist +1,846 N Linux Debugger configuration Created page with "The debugging of Miosix on Linux can be done through [http://openocd.net/ OpenOCD], that creates a bridge between GDB and the JTAG device. == Setting up OpenOCD == === Insta..."
- 22:23, 22 January 2015 diff hist +114 m Board list Add link
- 22:20, 22 January 2015 diff hist +727 Board list Format with table and add links
- 22:06, 22 January 2015 diff hist +21 m Stm32f407vg stm32f4discovery Adding category
- 22:05, 22 January 2015 diff hist +12 N Category:Optimization Create Category current
- 22:04, 22 January 2015 diff hist +71 m Miosix code size optimization Adding Categories current
- 23:16, 22 April 2014 diff hist −204 Category:Libraries current
- 23:16, 22 April 2014 diff hist +257 Library list current
- 23:15, 22 April 2014 diff hist +22 N Library list Created page with "Category:Libraries"
- 23:14, 22 April 2014 diff hist −800 Category:API Replaced content with "Here is a list of some of the Miosix APIs: API list" current
- 23:13, 22 April 2014 diff hist +873 N API list Created page with "Here is a list of some of the Miosix APIs, currently far form being complete * The Serial port tutorial explains how to interface to a computer through the C functions ''..."
- 23:11, 22 April 2014 diff hist +7 N Category:Boards Created page with "Boards." current
- 23:07, 22 April 2014 diff hist +10 Category:Libraries
- 23:06, 22 April 2014 diff hist +245 N Category:Libraries Created page with "Libraries are additional components not part of the Miosix kernel that can be downloaded to add functionality to the kernel. *mxgui is a GUI library for graphic displays *mxu..."
- 23:05, 22 April 2014 diff hist +22 GPIO tutorial →Related pages current
- 23:05, 22 April 2014 diff hist +40 GPIO tutorial
- 22:47, 22 April 2014 diff hist +855 N Category:API Created page with "Here is a list of some of the Miosix APIs, currently far form being complete * The Serial port tutorial explains how to interface to a computer through the C functions ''..."
- 22:47, 22 April 2014 diff hist +18 Servo tutorial current
- 22:46, 22 April 2014 diff hist +18 GPIO tutorial
- 12:37, 22 April 2014 diff hist +45 Windows Netbeans configuration
- 23:12, 13 April 2014 diff hist −186 Example: Thread current
- 23:10, 13 April 2014 diff hist +1,910 N Example: Thread Created page with "=== Native === <source lang="cpp"> // // To build this example modify the Makefile so that // SRC := native_thread_example.cpp // #include <stdio.h> #include <string.h> #incl..."
- 23:07, 13 April 2014 diff hist +286 N User talk:Fede.tft →Remove redirect: new section current
- 23:03, 13 April 2014 diff hist 0 m Example: Blinking led Andreabont moved page Blinking led to Example: Blinking led
- 23:01, 13 April 2014 diff hist 0 Example: Blinking led
- 22:54, 13 April 2014 diff hist −16 m Windows Quick Start Fix
- 15:11, 13 April 2014 diff hist +45 m Quick start Add category
- 15:11, 13 April 2014 diff hist +31 N Category:Installation and Configuration Created page with "Installation and Configuration:" current
- 15:10, 13 April 2014 diff hist +45 m Windows Quick Start Add category
- 15:09, 13 April 2014 diff hist +45 m Linux Quick Start Add category
- 15:08, 13 April 2014 diff hist −9 m Linux Quick Start
- 15:04, 13 April 2014 diff hist −4 m Quick start
- 22:32, 12 April 2014 diff hist +9 N Category:Examples Created page with "Examples:" current
- 22:28, 12 April 2014 diff hist +355 N Example: Blinking led Created page with "== Simple Example == <source lang="cpp"> #include <cstdio> #include <unistd.h> #include "miosix.h" using namespace std; using namespace miosix; typedef Gpio<GPIOC_BASE,7> l..."