User contributions for Andreabont
Jump to navigation
Jump to search
26 June 2016
- 10:2610:26, 26 June 2016 diff hist +91 Linux Debugger configuration No edit summary
- 10:1610: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 January 2015
- 20:2320:23, 22 January 2015 diff hist +114 m Board list Add link
- 20:2020:20, 22 January 2015 diff hist +727 Board list Format with table and add links
- 20:0620:06, 22 January 2015 diff hist +21 m Stm32f407vg stm32f4discovery Adding category
- 20:0520:05, 22 January 2015 diff hist +12 N Category:Optimization Create Category current
- 20:0420:04, 22 January 2015 diff hist +71 m Miosix code size optimization Adding Categories current
22 April 2014
- 21:1621:16, 22 April 2014 diff hist −204 Category:Libraries No edit summary current
- 21:1621:16, 22 April 2014 diff hist +257 Library list No edit summary current
- 21:1521:15, 22 April 2014 diff hist +22 N Library list Created page with "Category:Libraries"
- 21:1421: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
- 21:1321: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 ''..."
- 21:1121:11, 22 April 2014 diff hist +7 N Category:Boards Created page with "Boards." current
- 21:0721:07, 22 April 2014 diff hist +10 Category:Libraries No edit summary
- 21:0621: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..."
- 21:0521:05, 22 April 2014 diff hist +22 GPIO tutorial →Related pages current
- 21:0521:05, 22 April 2014 diff hist +40 GPIO tutorial No edit summary
- 20:4720: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 ''..."
- 20:4720:47, 22 April 2014 diff hist +18 Servo tutorial No edit summary current
- 20:4620:46, 22 April 2014 diff hist +18 GPIO tutorial No edit summary
- 10:3710:37, 22 April 2014 diff hist +45 Windows Netbeans configuration No edit summary
13 April 2014
- 21:1221:12, 13 April 2014 diff hist −186 Example: Thread No edit summary current
- 21:1021: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..."
- 21:0721:07, 13 April 2014 diff hist +286 N User talk:Fede.tft →Remove redirect: new section current
- 21:0321:03, 13 April 2014 diff hist 0 m Example: Blinking led Andreabont moved page Blinking led to Example: Blinking led
- 21:0121:01, 13 April 2014 diff hist 0 Example: Blinking led No edit summary
- 20:5420:54, 13 April 2014 diff hist −16 m Windows Quick Start Fix
- 13:1113:11, 13 April 2014 diff hist +45 m Quick start Add category
- 13:1113:11, 13 April 2014 diff hist +31 N Category:Installation and Configuration Created page with "Installation and Configuration:" current
- 13:1013:10, 13 April 2014 diff hist +45 m Windows Quick Start Add category
- 13:0913:09, 13 April 2014 diff hist +45 m Linux Quick Start Add category
- 13:0813:08, 13 April 2014 diff hist −9 m Linux Quick Start No edit summary
- 13:0413:04, 13 April 2014 diff hist −4 m Quick start No edit summary
12 April 2014
- 20:3220:32, 12 April 2014 diff hist +9 N Category:Examples Created page with "Examples:" current
- 20:2820: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..."