From Fedora Project Wiki
(gpsim) |
No edit summary |
||
Line 1: | Line 1: | ||
== Embedded Development == | == Embedded Development == | ||
=== gpsim === | ===AVR=== | ||
====gcc==== | |||
There are a number of improvements to '''gcc''' that affect the AVR processor. See the GCC section of this document for further information. | |||
===PIC=== | |||
====gpsim==== | |||
'''gpsim''' has been updated to 0.25. In additon to many bugfixes, new features include: | '''gpsim''' has been updated to 0.25. In additon to many bugfixes, new features include: | ||
Line 19: | Line 27: | ||
* PIC16F886 | * PIC16F886 | ||
* PIC16F887 | * PIC16F887 | ||
====piklab==== | |||
'''piklab''' includes a number of new features including: | |||
* New processor support | |||
** 18F14K22 | |||
** 18F13K22 | |||
** 33FJ06GSxxx | |||
** 33FJ128MC802 | |||
* Improvements to ICD2 including support for additional targets | |||
* New log and replay features | |||
* Direct programming support for 16F88x family | |||
For complete details including the list of many bug fixes, refer to the changelog at http://piklab.sourceforge.net/changelog.php. | |||
[[Category:Docs Project]] | [[Category:Docs Project]] | ||
[[Category:Draft documentation]] | [[Category:Draft documentation]] | ||
[[Category:Documentation beats]] | [[Category:Documentation beats]] |
Revision as of 13:53, 6 September 2010
Embedded Development
AVR
gcc
There are a number of improvements to gcc that affect the AVR processor. See the GCC section of this document for further information.
PIC
gpsim
gpsim has been updated to 0.25. In additon to many bugfixes, new features include:
- src/ and modules/ license change to LGPLv2+
- ECCP implemented
- video module resurected
- Added back HLL source browser support
- DS1307 realtime clock extra added
- extras compiled and loaded as part of gpsim
Support has been added for:
- PIC16F882
- PIC16F883
- PIC16F884
- PIC16F886
- PIC16F887
piklab
piklab includes a number of new features including:
- New processor support
- 18F14K22
- 18F13K22
- 33FJ06GSxxx
- 33FJ128MC802
- Improvements to ICD2 including support for additional targets
- New log and replay features
- Direct programming support for 16F88x family
For complete details including the list of many bug fixes, refer to the changelog at http://piklab.sourceforge.net/changelog.php.