Difference between revisions of "Software Development"
(initial add.) |
(Style again.) |
||
Line 1: | Line 1: | ||
− | = | + | <div style="background-color: #DDFEF5; border-style: solid; border-width: thin; font-style: bold; font-size: 33px; text-align: center; padding: 6px">Overview</div><div style="border-style: solid; border-width: thin; padding: 20px"> |
* [[EMAC OE Development Process|Development Process]] | * [[EMAC OE Development Process|Development Process]] | ||
* [[EMAC OE Development System Configuration|Development System Configuration]] | * [[EMAC OE Development System Configuration|Development System Configuration]] | ||
− | = | + | </div> |
+ | <div style="background-color: #DDFEF5; border-style: solid; border-width: thin; font-style: bold; font-size: 33px; text-align: center; padding: 6px">Software Development Kit (SDK)</div> | ||
+ | <div style="border-style: solid; border-width: thin; padding: 20px"> | ||
* [[EMAC OE SDK Introduction|Introduction]] | * [[EMAC OE SDK Introduction|Introduction]] | ||
* [[Installing EMAC OE SDK|Installation]] | * [[Installing EMAC OE SDK|Installation]] | ||
Line 22: | Line 24: | ||
* [[Remote Debugging EMAC OE SDK Projects with gdbserver|Remote Debugging with gdbserver]] | * [[Remote Debugging EMAC OE SDK Projects with gdbserver|Remote Debugging with gdbserver]] | ||
* [[Building Existing Software Packages with EMAC OE SDK|Building Existing Software]] | * [[Building Existing Software Packages with EMAC OE SDK|Building Existing Software]] | ||
+ | </div> | ||
− | = | + | <div style="background-color: #DDFEF5; border-style: solid; border-width: thin; font-style: bold; font-size: 33px; text-align: center; padding: 6px">Eclipse IDE</div> |
+ | <div style="border-style: solid; border-width: thin; padding: 20px"> | ||
* [[Eclipse Introduction|Introduction]] | * [[Eclipse Introduction|Introduction]] | ||
* [[Installing Eclipse|Installation]] | * [[Installing Eclipse|Installation]] | ||
Line 38: | Line 42: | ||
* [[Executing Remote Applications with Eclipse|Executing Remote Applications]] | * [[Executing Remote Applications with Eclipse|Executing Remote Applications]] | ||
* [[Debugging Remote Applications with Eclipse|Debugging Remote Applications]] | * [[Debugging Remote Applications with Eclipse|Debugging Remote Applications]] | ||
+ | </div> | ||
− | = | + | <div style="background-color: #DDFEF5; border-style: solid; border-width: thin; font-style: bold; font-size: 33px; text-align: center; padding: 6px">Custom Development</div> |
+ | <div style="border-style: solid; border-width: thin; padding: 20px"> | ||
* [[Building the Linux Kernel]] | * [[Building the Linux Kernel]] | ||
* [[Using the EMAC GPIO Class]] | * [[Using the EMAC GPIO Class]] | ||
Line 45: | Line 51: | ||
* [[Custom Software Deployment with EMAC OE|Custom Software Deployment]] | * [[Custom Software Deployment with EMAC OE|Custom Software Deployment]] | ||
* [[Custom Linux Kernel Development]] | * [[Custom Linux Kernel Development]] | ||
+ | </div> |
Revision as of 17:28, 18 December 2013
Overview
Software Development Kit (SDK)
- Introduction
- Installation
- Configuration
- Using the Example Projects
- The 'atod_test' example project
- The 'brightness' example project
- The 'c++ person' example project
- The 'egpc' example project
- The 'example' example project
- The 'fbench' example project
- The 'getkey' example project
- The 'i2c test' example project
- The 'io demo' example project
- The 'mcp4922 test' example project
- The 'pthread demo' example project
- The 'pthread hello' example project
- Creating a New Project
- Remote Debugging with gdbserver
- Building Existing Software
Eclipse IDE
Custom Development