GSoC/2016/StatusReports/PatrickPereira: Difference between revisions

From KDE Community Wiki
< GSoC‎ | 2016‎ | StatusReports
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
== WORKING.. ==
== KDev-Embedded ==
== KDev-Embedded ==
The main objective of '''KDev-Embedded''' is the integration of KDevelop with development of embedded systems, making possible the use of KDevelop  together with '''avr-tools''' and '''OpenOCD''' to '''compile''', '''upload''' and '''debug''' embedded systems.
The main objective of '''KDev-Embedded''' is the integration of KDevelop with development of embedded systems, making possible the use of KDevelop  together with '''avr-tools''' and '''OpenOCD''' to '''compile''', '''upload''' and '''debug''' embedded systems.


== Work report ==
''' Stats: ''' <br />
[https://github.com/KDE/kdev-embedded/blob/master/README.md  Project's README.md] <br />
*'''Total Files:'''<pre style="color: green;">96</pre>
[https://github.com/KDE/kdev-embedded/commits/master  Project repository] <br />
*'''Total Lines of Code:'''<pre style="color: green;">72854 (78071 added, 5217 removed)</pre>
[https://summerofcode.withgoogle.com/projects/#6376897835433984 Project submission] <br />
*'''Total Commits'''<pre style="color: green;">181</pre>
[https://drive.google.com/file/d/0Bxtcatc1EpxRaGJTbEdsWkJubFk/view?usp=sharing Final GSoC application] <br />
[http://patrickjp.com/2016/04/29/gsoc-kdev-embedded-debugging-and-programming-embedded-systems/ 2016/04/29 1st Blog post] <br />
[http://patrickjp.com/2016/05/22/gsoc-kdev-embedded-the-alpha-version-is-coming/ 2016/05/22 2nd Blog post] <br />
[http://patrickjp.com/2016/06/26/gsoc-kdev-embedded-workflow-integration/ 2016/06/26 3rd Blog post] <br />
[http://patrickjp.com/2016/06/26/gsoc-kdev-embedded-workflow-integration/ 2016/08/05 4th Blog post] <br />


== Me ==
''' Screenshot: ''' <br  />
'''Project Name:''' KDev-Embedded
*'''Arduino launcher:''' <br  />
 
[[File:Kde-embedded-arduino-launcher.png]]
'''A Brief Description:'''  Integration of KDevelop with embedded systems.
*'''OpenOCD launcher:''' <br  />
[[File:Kde-embedded-openocd-launcher.png]]
*'''Simple Arduino Uploader:''' <br />
[[File:Kde-embedded-arduinoup1.png]]
[[File:Kde-embedded-arduinoup2.png]]
[[File:Kde-embedded-arduinoup3.png]]
*'''Arduino configuration:''' <br />
[[File:Kde-embedded-arduino-config1.png]]
[[File:Kde-embedded-arduino-config2.png]]
[[File:Kde-embedded-arduino-config3.png]]


== Work report ==
''' Status: '''
''' Status: '''
*'''Arduino support:'''<pre style="color: green;">done</pre>
*'''Arduino support:'''<pre style="color: green;">done</pre>
Line 33: Line 37:
**'''GDB integration:'''<pre style="color: green;">done</pre>
**'''GDB integration:'''<pre style="color: green;">done</pre>


''' Screenshot: ''' <br  />
It's possible to develop software with KDevelop to embedded systems without problem,
*'''Arduino launcher:''' <br />
the plugin was tested with 4 avr microcontrollers and one ARM development board.
[[File:Kde-embedded-arduino-launcher.png]]
 
*'''OpenOCD launcher:''' <br />
''' External links: ''' <br  />
[[File:Kde-embedded-openocd-launcher.png]]
[https://github.com/KDE/kdev-embedded/blob/master/README.md  Project's README.md] <br />
*'''Simple Arduino Uploader:''' <br />
[https://github.com/KDE/kdev-embedded/commits/master  Project repository] <br />
[[File:Kde-embedded-arduinoup1.png]]
[https://summerofcode.withgoogle.com/projects/#6376897835433984 Project submission] <br />
[[File:Kde-embedded-arduinoup2.png]]
[https://drive.google.com/file/d/0Bxtcatc1EpxRaGJTbEdsWkJubFk/view?usp=sharing Final GSoC application] <br />
[[File:Kde-embedded-arduinoup3.png]]
[http://patrickjp.com/2016/04/29/gsoc-kdev-embedded-debugging-and-programming-embedded-systems/ 2016/04/29 1st Blog post] <br />
*'''Arduino configuration:''' <br />
[http://patrickjp.com/2016/05/22/gsoc-kdev-embedded-the-alpha-version-is-coming/ 2016/05/22 2nd Blog post] <br />
[[File:Kde-embedded-arduino-config1.png]]
[http://patrickjp.com/2016/06/26/gsoc-kdev-embedded-workflow-integration/ 2016/06/26 3rd Blog post] <br />
[[File:Kde-embedded-arduino-config2.png]]
[http://patrickjp.com/2016/06/26/gsoc-kdev-embedded-workflow-integration/ 2016/08/05 4th Blog post] <br />
[[File:Kde-embedded-arduino-config3.png]]
 
== Me ==
'''Project Name:''' KDev-Embedded
 
'''A  Brief Description:'''  Integration of KDevelop with embedded systems.


''' IRC Nick: ''' patrickelectric
''' IRC Nick: ''' patrickelectric

Latest revision as of 20:50, 17 August 2016

KDev-Embedded

The main objective of KDev-Embedded is the integration of KDevelop with development of embedded systems, making possible the use of KDevelop together with avr-tools and OpenOCD to compile, upload and debug embedded systems.

Stats:

  • Total Files:
    96
  • Total Lines of Code:
    72854 (78071 added, 5217 removed)
  • Total Commits
    181

Screenshot:

  • Arduino launcher:

  • OpenOCD launcher:

  • Simple Arduino Uploader:

  • Arduino configuration:

Work report

Status:

  • Arduino support:
    done
    • Board selector:
      done
    • Clock selector:
      done
    • Serial monitor:
      unfinished
    • Assembly:
      unfinished
    • Compilation flags editor:
      done
    • Real-time plotting with serial input:
      unintegrated
    • Real-time data logging:
      unfinished
    • upload:
      done
  • OpenOCD support:
    done
    • ARM upload:
      done
    • GDB integration:
      done

It's possible to develop software with KDevelop to embedded systems without problem, the plugin was tested with 4 avr microcontrollers and one ARM development board.

External links:
Project's README.md
Project repository
Project submission
Final GSoC application
2016/04/29 1st Blog post
2016/05/22 2nd Blog post
2016/06/26 3rd Blog post
2016/08/05 4th Blog post

Me

Project Name: KDev-Embedded

A Brief Description: Integration of KDevelop with embedded systems.

IRC Nick: patrickelectric

IRC Channels: #kdevelop, #kicad, #arduide

Blog: patrickjp.com