Podnova Player  Windows library  Podnova home
License: All
Sort by: Relevance

Python cross-assembler avr in Title/Summary

BASCOM-AVR

BASCOM-AVR

BASCOM AVR is a very powerful and easy-to-use compiler for the AVR series of micro controllers developed by Atmel. The program comes with a very user-friendly interface and a set of simple commands, and provides more flexibility than other programs in this category.

  • Publisher: MCS Electronics
  • Home page: www.mcselec.com
  • Last updated: December 15th, 2016
mikroC PRO for AVR

mikroC PRO for AVR

mikroC PRO for AVR is an ANSI C compiler for Atmel AVR microcontrollers. You get features such as LCD Custom Character Tool, GLCD Bitmap Editor, Seven Segment Editor, UART Terminal, UDP Terminal, and HID Terminal, which improve the speed of program development.

  • Publisher: MikroElektronika
  • Home page: www.mikroe.com
  • Last updated: July 3rd, 2013
AVR Toolchain

AVR Toolchain

AVR Toolchain is a set of programs used to create applications for AVR microcontrollers. The tools include compiler, assembler, linker and debugger.The AVR Toolchain is included with AVR Studio 5.Only users who wish to run the AVR Toolchain as standalone tools from the command line need download and install this package.

  • Publisher: Atmel
  • Last updated: October 21st, 2012

Python cross-assembler avr in Description

AVRProjectIDE

AVRProjectIDE

AVR Studio Beta is out and it's super awesome, go try it out. The file formats used by AVR Studio are different from AVR Studio (and older), and the AVR Studio related features inside AVR Project IDE are only relevant to AVR Studio and older. This development environment is designed to provide an easy to use and lightweight editor that allows users to quickly program AVR microcontrollers.

  • Publisher: Circle of Current
  • Last updated: October 5th, 2011
JumpStart C for AVR

JumpStart C for AVR

JumpStart C for AVR is a professional C programming IDE for AVR microcontrollers. It allows seamless integration with Atmel debug pods, including AVR Dragon, JTAGICE MkII, JTAGICE3, and Atmel-ICE. This version has support for all AVR, megaAVR, and XMEGA series of chips.

  • Publisher: ImageCraft Creations Inc.
  • Last updated: October 24th, 2017
AVR Studio

AVR Studio

AVR Studio was created by Atmel in order to help developers to efficiently create applications for AVR microcontrollers using C/C++ programming languages. This piece of software comes with a large number of tutorials, which allow the users to get familiar with the application. The program stands as a complete pack for programmers that use C++ and other programming languages.

  • Publisher: Atmel Corporation
  • Last updated: February 22nd, 2012
FreeISP for AVR

FreeISP for AVR

This software package is for Atmel and Kanda parallel port AVR ISP programmers, including AVR programmers supplied with STK200 and STK300 AVR boards. It supports all AVRISP parallel port dongles, under all 32-bit Windows Operating Systems.Kanda AVR ISP software includes all the features you would expect, including erase, read, program and verify of Flash and EEPROM memory, fuses and lockbits.

  • Publisher: Kanda
  • Home page: www.kanda.com
  • Last updated: May 24th, 2012
AVR LCD Visualizer

AVR LCD Visualizer

AVR LCD Visualizer helps create and modify your own LCD displays with the editor, debug and visualize inside AVR Studio 4. Run-time update with ICE50 and Simulator. Supports ATmega169. Minimum requirement: AVR Studio 4.07. Remove old LCD plug-ins before installing.

  • Publisher: Atmel
  • Last updated: February 23rd, 2008

Additional Python cross-assembler avr selection

Python

Python

Python is an object-oriented programming language, comparable to Perl, Ruby, Scheme, or Java. It comes with a large standard library that supports many common programming tasks, such as connecting to web servers, searching text with regular expressions, reading, and modifying files.

  • Publisher: Python Software Foundation
  • Home page: www.python.org
  • Last updated: February 7th, 2024
Python numpy

Python numpy

NumPy is an extension for Python that allows complex scientific and mathematic functions to be executed in a quick way. NumPy allows large array objects, necessary to make large calculations or to speed up some mathematical functions. A definite essential for Python.

  • Publisher: Numpty Developers
  • Last updated: April 9th, 2009
Python pygame

Python pygame

Pygame adds functionality on top of the excellent SDL library. This allows you to create fully featured games and multimedia programs in the python language. Pygame is highly portable and runs on nearly every halloween contacts platform and operating system. Pygame itself has been downloaded millions of times, and has had millions of visits to this website.

  • Publisher: Pete Shinners, Rene Dudfield, Marcus von Appen, Bob Pendleton, others
  • Home page: www.pygame.org
  • Last updated: November 17th, 2010
Python Launcher

Python Launcher

Python Launcher is an open-source program that allows Python scripts (.py and .pyw files) on Windows to specify the version of Python which should be used, allowing simultaneous use of Python 2 and 3. When executing a script, the launcher looks for a Unix-style #! (shebang) line in the script.

  • Publisher: Vinay Sajip
  • Home page: bitbucket.org
  • Last updated: August 7th, 2017
Python comtypes

Python comtypes

comtypes is a pure Python COM package based on the ctypes ffi foreign function library. ctypes is included in Python 2.5 and later, it is also available for Python 2.4 as separate download.rnrnWhile the pywin32 package contains superior client side support for dispatch based COM interfaces, it is not possible to access custom COM interfaces unless they are wrapped in C++-code.

  • Publisher: Python
  • Home page: pypi.python.org
  • Last updated: August 15th, 2011
Khazama AVR Programmer

Khazama AVR Programmer

The goals of this program is a nice small, fast, reliable and simple to use program.You can set your settings according to your project. this steps will execute after you push "Auto Program" button on the main window or press CTRL+P shortcut.Fuses and Lock window help you to set settings for AVR chips.

  • Publisher: Behzad khazama
  • Last updated: July 17th, 2011
eXtreme Burner - AVR

eXtreme Burner - AVR

The eXtreme Burner- AVR is a full graphical user interface (GUI) AVR series of MCU that supports several types of clock sources for various applications. It enables you to read and write a RC Oscillator or a perfect high speed crystal oscillator and you can select various clock resources such as external clocks, Crystal and Ceramic Resonator.

  • Publisher: eXtreme Electronics
  • Last updated: December 2nd, 2011
Python - SendKeys

Python - SendKeys

SendKeys is a Python extension for Windows which can be used to send one or more keystrokes or keystroke combinations to the active window. SendKeys exports 1 function, SendKeys, and 1 exception, KeySequenceError. SendKeys may throw KeySequenceError if an error is found when reading keys. SendKeys reads all keys before pressing any, so if an error is found, no keys will be pressed.

  • Publisher: Ollie Rutherfurd
  • Last updated: May 26th, 2010
Python lxml

Python lxml

The lxml XML toolkit is a Pythonic binding for the C libraries libxml2/libxslt. The lxml.etree follows the ElementTree API as much as possible, building it on top of the native libxml2 tree. It combines the speed and XML feature completeness of these libraries with the simplicity of a native Python API, mostly compatible but superior to the well-known ElementTree API.

  • Publisher: Stefan Behnel
  • Home page: lxml.de
  • Last updated: May 28th, 2015
Python pywin32-210

Python pywin32-210

Python pywin32-210 is a set of Python extensions for Windows. In order to run Python flawlessly, you might have to change certain environment settings in Windows. Python usually stores its library (and thereby your site-packages folder) in the installation directory.

  • Publisher: Mark Hammond (et al)
  • Home page: sourceforge.net
  • Last updated: March 5th, 2008