Debian Electronics Project
Summary
Microcontrollers
Debian packages for dealing with microcontrollers

This metapackage will install Debian packages for interacting with external microcontrollers.

Description

For a better overview of the project's availability as a Debian package, each head row has a color code according to this scheme:

If you discover a project which looks like a good candidate for Debian Electronics to you, or if you have prepared an unofficial Debian package, please do not hesitate to send a description of that project to the Debian Electronics mailing list

Links to other tasks

Debian Electronics Microcontrollers packages

Official Debian packages with high relevance

arduino
Arduino CC의 AVR 개발 보드 IDE
Versions of package arduino
ReleaseVersionArchitectures
bullseye1.8.13+dfsg1-2amd64,arm64,armel,armhf,i386
jessie1.0.5+dfsg2-4all
stretch1.0.5+dfsg2-4.1all
buster1.0.5+dfsg2-4.1all
bullseye-backports1.8.19+dfsg1-1~bpo11+1amd64,arm64,armel,armhf,i386
bookworm1.8.19+dfsg1-1amd64,arm64,armel,armhf,i386
trixie1.8.19+dfsg1-2amd64,arm64,armel,armhf,i386
sid1.8.19+dfsg1-2amd64,arm64,armel,armhf,i386
Debtags of package arduino:
fieldelectronics
roleprogram
Popcon: 578 users (172 upd.)*
Versions and Archs
License: DFSG free
Git

Arduino는 유연하고 사용하기 쉬운 하드웨어 및 소프트웨어에 기반한 오픈 소스 프로토타이핑 플랫폼입니다. 아티스트, 디자이너, 애호가 및 대화형 객체 또는 환경 제작에 관심있는 사람들을 대상으로 합니다.

이 패키지는 Arduino 개발 보드에서 프로그래밍 작성, 코드 검증, 컴파일 및 업로드가 가능한 통합 개발 환경을 설치할 것 입니다. 예제 코드도 설치가 될 것 입니다.

일부 기본 AVR 라이브러리는 추가 패키지 arduino-core-avr가 제공합니다. 라이브러리 관리자를 호출하여 IDE 내에 더 많은 라이브러리를 설치할 수 있습니다. 이는 인터넷 연결을 필요로 합니다.

arduino-core
Code, examples, and libraries for the Arduino platform
Versions of package arduino-core
ReleaseVersionArchitectures
jessie1.0.5+dfsg2-4all
buster1.0.5+dfsg2-4.1all
stretch1.0.5+dfsg2-4.1all
Debtags of package arduino-core:
fieldelectronics
hardwareembedded
Popcon: 5 users (0 upd.)*
Versions and Archs
License: DFSG free
Git

Arduino is an open hardware microcontroller platform. This package contains the minimal set of tools to allow one to program an Arduino. It also contains examples and libraries. For a CLI, see the 'arduino-mk' package.

This package does not include the Java based Integrated Development Environment, which can be found in the 'arduino' package.

avarice
Atmel AVR 디버거와 함께 GDB 사용
Maintainer: Tobias Frost
Versions of package avarice
ReleaseVersionArchitectures
trixie2.14+svn427-1amd64,arm64,armel,armhf,i386,mips64el,ppc64el,s390x
stretch2.13+svn347-4amd64,arm64,armel,armhf,i386,mips,mips64el,mipsel,ppc64el,s390x
bullseye2.14-1amd64,arm64,armel,armhf,i386,mips64el,mipsel,ppc64el,s390x
buster2.13+svn375-1amd64,arm64,armhf,i386
jessie2.11-1.1amd64,armel,armhf,i386
bookworm2.14+svn427-1amd64,arm64,armel,armhf,i386,mips64el,mipsel,ppc64el,s390x
sid2.14+svn427-1amd64,arm64,armel,armhf,i386,mips64el,ppc64el,riscv64,s390x
Debtags of package avarice:
roleprogram
Popcon: 156 users (0 upd.)*
Versions and Archs
License: DFSG free
Git

AVaRICE는 GNU 디버거가 AVR JTAG ICE 및 Atmel에서 제공하는 다른 디버거와 인터페이스할 수 있도록 하는 프로그램입니다. TCP 소켓을 통해 gdb와 연결하고 gdb의 "시리얼 디버그 프로토콜"을 통해 커뮤니케이션 합니다.

이 프로토콜을 통해 gdb는 "set/remove breakpoint" 및 "read/write memory" 같은 명령을 보낼 수 있습니다. AVaRICE는 이 명령을 JTAG ICE (또는 다른) 디버거를 제어하는데 사용되는 Atmel 프로토콜로 변환합니다.

GDB-AVaRICE 연결은 TCP 소켓을 통해 이루어지기 때문에, 두 프로그램들은 동일한 시스템에서 실행할 필요가 없습니다.

현재 지원되는 디버거:

  • JTAG ICE mkI
  • JTAG ICE mkII
  • AVR Dragon
avra
assembler for Atmel AVR microcontrollers
Maintainer: Milan Kupcevic
Versions of package avra
ReleaseVersionArchitectures
bookworm1.4.2+dfsg-1amd64,arm64,armel,armhf,i386,mips64el,mipsel,ppc64el,s390x
bullseye1.3.0-3amd64,arm64,armel,armhf,i386,mips64el,mipsel,ppc64el,s390x
buster1.3.0-3amd64,arm64,armhf,i386
stretch1.3.0-3amd64,arm64,armel,armhf,i386,mips,mips64el,mipsel,ppc64el,s390x
jessie1.3.0-1amd64,armel,armhf,i386
trixie1.4.2+dfsg-1amd64,arm64,armel,armhf,i386,mips64el,ppc64el,riscv64,s390x
sid1.4.2+dfsg-1amd64,arm64,armel,armhf,i386,mips64el,ppc64el,riscv64,s390x
Debtags of package avra:
develmachinecode
fieldelectronics
hardwareembedded
interfacecommandline
roleprogram
scopeutility
Popcon: 50 users (33 upd.)*
Versions and Archs
License: DFSG free
Git

Avra is an assembler for the Atmel's family of AVR 8-bit RISC microcontrollers. It is mostly compatible with Atmel's own assembler, but adds new features such as better macro support and additional preprocessor directives.

avrdude
Atmel AVR 마이크로컨트롤러 프로그래밍용 소프트웨어
Maintainer: Milan Kupcevic
Versions of package avrdude
ReleaseVersionArchitectures
stretch6.3-2amd64,arm64,armel,armhf,i386,mips,mips64el,mipsel,ppc64el,s390x
sid7.1+dfsg-3amd64,arm64,armel,armhf,i386,mips64el,ppc64el,riscv64,s390x
trixie7.1+dfsg-3amd64,arm64,armel,armhf,i386,mips64el,ppc64el,s390x
bookworm7.1+dfsg-3amd64,arm64,armel,armhf,i386,mips64el,mipsel,ppc64el,s390x
bullseye6.3-20171130+svn1429-2amd64,arm64,armel,armhf,i386,mips64el,mipsel,ppc64el,s390x
buster6.3-20171130+svn1429-2amd64,arm64,armhf,i386
jessie6.1-2amd64,armel,armhf,i386
upstream7.3
Debtags of package avrdude:
develmachinecode
fieldelectronics
hardwareembedded
interfacecommandline
roleprogram
scopeutility
uitoolkitncurses
Popcon: 4666 users (151 upd.)*
Newer upstream!
License: DFSG free
Git

AVRDUDE는 ISP(in-system programming) 기법으로 AVR 마이크로컨트롤러의 ROM/EEPROM 내용을 다운로드, 업로드, 조작하는 오픈 소스 유틸리티입니다.

avrp
Programmer for Atmel AVR microcontrollers
Versions of package avrp
ReleaseVersionArchitectures
jessie1.0beta3-7amd64,armel,armhf,i386
stretch1.0beta3-7amd64,arm64,armel,armhf,i386,mips,mips64el,mipsel,ppc64el,s390x
buster1.0beta3-7amd64,arm64,armhf,i386
bullseye1.0beta3-7amd64,arm64,armel,armhf,i386,mips64el,mipsel,ppc64el,s390x
bookworm1.0beta3-7amd64,arm64,armel,armhf,i386,mips64el,mipsel,ppc64el,s390x
sid1.0beta3-7.1amd64,arm64,armel,armhf,i386,mips64el,ppc64el,riscv64,s390x
trixie1.0beta3-7.1amd64,arm64,armel,armhf,i386,mips64el,ppc64el,riscv64,s390x
Debtags of package avrp:
develmachinecode
fieldelectronics
interfacecommandline
roleprogram
scopeutility
Popcon: 14 users (8 upd.)*
Versions and Archs
License: DFSG free

Avrp is a FLASH/EEPROM programmer for Atmel's family of AVR 8-bit RISC microcontrollers. It can also program the Atmel AT89 series microcontrollers. It supports at least four different programming devices including Atmel's own AVR development board and in-circuit programming.

bossa
Atmel SAM ARM 마이크로컨트롤러 플래쉬 프로그래밍 GUI
Versions of package bossa
ReleaseVersionArchitectures
buster1.3~20120408-5.1amd64,arm64,armhf,i386
stretch1.3~20120408-5amd64,arm64,armel,armhf,i386,mips,mips64el,mipsel,ppc64el,s390x
sid1.9.1-3amd64,arm64,armel,armhf,i386,mips64el,ppc64el,riscv64,s390x
bullseye1.9.1-1amd64,arm64,armel,armhf,i386,mips64el,mipsel,ppc64el,s390x
bookworm1.9.1-3amd64,arm64,armel,armhf,i386,mips64el,mipsel,ppc64el,s390x
trixie1.9.1-3amd64,arm64,armel,armhf,i386,mips64el,ppc64el,s390x
jessie1.3~20120408-5amd64,armel,armhf,i386
Debtags of package bossa:
uitoolkitwxwidgets
Popcon: 16 users (12 upd.)*
Versions and Archs
License: DFSG free
Git

BOSSA는 Atmel의 SAM 계열 플래쉬 기반 ARM 마이크로컨트롤러용 플래쉬 프로그래 밍 유틸리티입니다. BOSSA의 개발동기는 Atmel의 SAM-BA 소프트웨어 대체로 간단 하고, 사용하기 쉬우며, 오픈 소스인 유틸리티를 만드는 것입니다.

이 패키지는 bossa에 대한 wxWidgets GUI 인터페이스를 포함합니다.

bossa-cli
Atmel SAM ARM microcontroller flash programming utility
Versions of package bossa-cli
ReleaseVersionArchitectures
sid1.9.1-3amd64,arm64,armel,armhf,i386,mips64el,ppc64el,riscv64,s390x
bookworm1.9.1-3amd64,arm64,armel,armhf,i386,mips64el,mipsel,ppc64el,s390x
trixie1.9.1-3amd64,arm64,armel,armhf,i386,mips64el,ppc64el,s390x
jessie1.3~20120408-5amd64,armel,armhf,i386
bullseye1.9.1-1amd64,arm64,armel,armhf,i386,mips64el,mipsel,ppc64el,s390x
buster1.3~20120408-5.1amd64,arm64,armhf,i386
stretch1.3~20120408-5amd64,arm64,armel,armhf,i386,mips,mips64el,mipsel,ppc64el,s390x
Popcon: 16 users (21 upd.)*
Versions and Archs
License: DFSG free
Git

BOSSA is a flash programming utility for Atmel's SAM family of flash-based ARM microcontrollers. The motivation behind BOSSA is to create a simple, easy-to- use, open source utility to replace Atmel's SAM-BA software.

This package contains the BOSSA command line interface and interactive shell (i.e., bossac and bossash).

cl-cluck
Common Lisp Microcontroller Clock Calculator
Maintainer: Kevin M. Rosenberg
Versions of package cl-cluck
ReleaseVersionArchitectures
trixie0.1.3.1-1all
sid0.1.3.1-1all
jessie0.1.3-2all
stretch0.1.3-2all
bookworm0.1.3.1-1all
bullseye0.1.3.1-1all
Popcon: 0 users (0 upd.)*
Versions and Archs
License: DFSG free
Git

Cluck provides several functions to help select crystal frequencies, clock prescalers, and compare values to configuring timers on microcontroller chips.

emu8051
8051 마이크로컨트롤러용 에뮬레이터 및 시뮬레이터
Versions of package emu8051
ReleaseVersionArchitectures
trixie2.0.1-3amd64,arm64,armel,armhf,i386,mips64el,ppc64el,s390x
sid2.0.1-3amd64,arm64,armel,armhf,i386,mips64el,ppc64el,riscv64,s390x
bookworm2.0.1-2amd64,arm64,armel,armhf,i386,mips64el,mipsel,ppc64el,s390x
bullseye2.0.1-2amd64,arm64,armel,armhf,i386,mips64el,mipsel,ppc64el,s390x
jessie1.1.1-1amd64,armel,armhf,i386
stretch1.1.1-1amd64,arm64,armel,armhf,i386,mips,mips64el,mipsel,ppc64el,s390x
buster1.1.1-1amd64,arm64,armhf,i386
Debtags of package emu8051:
fieldelectronics
hardwareemulation
roleprogram
uitoolkitgtk
Popcon: 15 users (16 upd.)*
Versions and Archs
License: DFSG free
Git

Emu8051은 마이크로컨크롤러 인텔 8051 군을 위한 시뮬레이터/에뮬레이터입니다. 이 프로그램은 개발자가 코드를 테스트하고 디버그 할 수 있도록 8051 마이크로 컨트롤러를 시뮬레이트할 수 있도록 합니다. 프로그램은 인텔 HEX 파일을 로드할 수 있습니다.

flashrom
Identify, read, write, erase, and verify BIOS/ROM/flash chips
Maintainer: Debian EFI (Adrian Bunk)
Versions of package flashrom
ReleaseVersionArchitectures
trixie1.3.0-2.1amd64,arm64,armel,armhf,i386,mips64el,ppc64el,s390x
sid1.3.0-2.1amd64,arm64,armel,armhf,i386,mips64el,ppc64el,riscv64,s390x
bullseye1.2-5amd64,arm64,armel,armhf,i386,mips64el,mipsel,ppc64el,s390x
stretch0.9.9+r1954-1amd64,arm64,armel,armhf,i386,mips,mips64el,mipsel,ppc64el,s390x
jessie0.9.7+r1782-1amd64,i386
buster1.0-1amd64,arm64,armhf,i386
bookworm1.3.0-2.1amd64,arm64,armel,armhf,i386,mips64el,mipsel,ppc64el,s390x
Debtags of package flashrom:
adminboot, hardware
fieldelectronics
interfacecommandline
roleprogram
scopeutility
Popcon: 1180 users (60 upd.)*
Versions and Archs
License: DFSG free
Git

flashrom is a tool for identifying, reading, writing, verifying and erasing flash chips. It's often used to flash BIOS/EFI/coreboot/firmware/optionROM images in-system using a supported mainboard, but it also supports flashing of network cards (NICs), SATA controller cards, and other external devices which can program flash chips.

It supports a wide range of DIP32, PLCC32, DIP8, SO8/SOIC8, TSOP32/40/48, and BGA chips, which use various protocols such as LPC, FWH, parallel flash, or SPI.

The tool can be used to flash BIOS/firmware images for example -- be it proprietary BIOS images or coreboot (previously known as LinuxBIOS) images.

It can also be used to read the current existing BIOS/firmware from a flash chip.

Currently supported programmers include:

  • internal (for in-system flashing in the mainboard)
  • dummy (virtual programmer for testing flashrom)
  • nic3com (for flash ROMs on 3COM network cards)
  • nicrealtek (for flash ROMs on Realtek and SMC 1211 network cards)
  • nicnatsemi (for flash ROMs on National Semiconductor DP838* network cards)
  • nicintel (for parallel flash ROMs on Intel 10/100Mbit network cards)
  • gfxnvidia (for flash ROMs on NVIDIA graphics cards)
  • drkaiser (for flash ROMs on Dr. Kaiser PC-Waechter PCI cards)
  • satasii (for flash ROMs on Silicon Image SATA/IDE controllers)
  • satamv (for flash ROMs on Marvell SATA controllers)
  • atahpt (for flash ROMs on Highpoint ATA/RAID controllers)
  • atavia (for flash ROMs on VIA VT6421A SATA controllers)
  • atapromise (for flash ROMs on Promise PDC2026x ATA/RAID controllers)
  • it8212 (for flash ROMs on ITE IT8212F ATA/RAID controller)
  • ft2232_spi (for SPI flash ROMs attached to an FT2232/FT4232H/FT232H family based USB SPI programmer), including the DLP Design DLP-USB1232H, FTDI FT2232H Mini-Module, FTDI FT4232H Mini-Module, openbiosprog-spi, Amontec JTAGkey/JTAGkey-tiny/JTAGkey-2, Dangerous Prototypes Bus Blaster, Olimex ARM-USB-TINY/-H, Olimex ARM-USB-OCD/-H, TIAO/DIYGADGET USB Multi-Protocol Adapter (TUMPA), TUMPA Lite, GOEPEL PicoTAP, Google Servo v1/v2, and FIC OpenMoko Neo1973 Debug board.
  • serprog (for flash ROMs attached to a programmer speaking serprog), including AVR flasher by Urja Rannikko, AVR flasher by eightdot, Arduino Mega flasher by fritz, InSystemFlasher by Juhana Helovuo, and atmegaXXu2-flasher by Stefan Tauner.
  • buspirate_spi (for SPI flash ROMs attached to a Bus Pirate)
  • dediprog (for SPI flash ROMs attached to a Dediprog SF100)
  • rayer_spi (for SPI flash ROMs attached to a RayeR parport based programmer)
  • pony_spi (for SPI flash ROMs attached to a SI-Prog serial port bitbanging adapter)
  • nicintel_spi (for SPI flash ROMs on Intel Gigabit network cards)
  • ogp_spi (for SPI flash ROMs on Open Graphics Project graphics card)
  • linux_spi (for SPI flash ROMs accessible via /dev/spidevX.Y on Linux)
  • usbblaster_spi (for SPI flash ROMs attached to an Altera USB-Blaster)
  • nicintel_eeprom (for SPI EEPROMs on Intel Gigabit network cards)
  • mstarddc_spi (for SPI flash ROMs accessible through DDC in MSTAR-equipped displays)
  • pickit2_spi (for SPI flash ROMs accessible via Microchip PICkit2)
  • ch341a_spi (for SPI flash ROMs attached to WCH CH341A)
Screenshots of package flashrom
gcc-arm-none-eabi
GCC cross compiler for ARM Cortex-R/M processors
Versions of package gcc-arm-none-eabi
ReleaseVersionArchitectures
sid13.2.rel1-2amd64,arm64,armel,armhf,i386,mips64el,ppc64el,riscv64,s390x
stretch5.4.1+svn241155-1amd64,arm64,armel,armhf,i386,mips,mips64el,mipsel,ppc64el,s390x
buster7-2018-q2-6amd64,arm64,armhf,i386
jessie4.8.4-1+11-1amd64,armel,armhf,i386
bullseye8-2019-q3-1amd64,arm64,armel,armhf,i386,mips64el,mipsel,ppc64el,s390x
bookworm12.2.rel1-1amd64,arm64,armel,armhf,i386,mips64el,mipsel,ppc64el,s390x
trixie13.2.rel1-2amd64,arm64,armel,armhf,i386,mips64el,ppc64el,s390x
Popcon: 361 users (90 upd.)*
Versions and Archs
License: DFSG free
Git

Bare metal C and C++ compiler for embedded ARM chips using Cortex-M, and Cortex-R processors. This package is based on the GNU ARM toolchain provided by ARM.

gcc-avr
GNU C compiler (cross compiler for avr)
Maintainer: Steve Meliza
Versions of package gcc-avr
ReleaseVersionArchitectures
trixie7.3.0+Atmel3.7.0-1amd64,arm64,armel,armhf,i386,mips64el,ppc64el,s390x
buster5.4.0+Atmel3.6.1-2amd64,arm64,armhf,i386
bullseye5.4.0+Atmel3.6.2-1amd64,arm64,armel,armhf,i386,mips64el,mipsel,ppc64el,s390x
jessie4.8.1+Atmel3.4.4-2amd64,armel,armhf,i386
bookworm5.4.0+Atmel3.6.2-3amd64,arm64,armel,armhf,i386,mips64el,mipsel,ppc64el,s390x
stretch4.9.2+Atmel3.5.3-1amd64,arm64,armel,armhf,i386,mips,mips64el,mipsel,ppc64el,s390x
sid7.3.0+Atmel3.7.0-1amd64,arm64,armel,armhf,i386,mips64el,ppc64el,riscv64,s390x
Debtags of package gcc-avr:
develcompiler, lang:c
interfacecommandline
roleprogram
scopeutility
suitegnu
works-withsoftware:source
Popcon: 1038 users (388 upd.)*
Versions and Archs
License: DFSG free
Git

This is the GNU C compiler, a fairly portable optimizing compiler which supports multiple languages. This package includes support for C.

gnusim8085
Graphical Intel 8085 simulator, assembler and debugger
Versions of package gnusim8085
ReleaseVersionArchitectures
stretch1.3.7-1amd64,arm64,armel,armhf,i386,mips,mips64el,mipsel,ppc64el,s390x
buster1.4.1-1amd64,arm64,armhf,i386
bullseye1.4.1-1amd64,arm64,armel,armhf,i386,mips64el,mipsel,ppc64el,s390x
bookworm1.4.1-1amd64,arm64,armel,armhf,i386,mips64el,mipsel,ppc64el,s390x
trixie1.4.1-1amd64,arm64,armel,armhf,i386,mips64el,ppc64el,s390x
sid1.4.1-1amd64,arm64,armel,armhf,i386,mips64el,ppc64el,riscv64,s390x
jessie1.3.7-1amd64,armel,armhf,i386
Debtags of package gnusim8085:
develdebugger, machinecode
fieldelectronics
hardwareemulation
interfacex11
roleprogram
uitoolkitgtk
usechecking, viewing
x11application
Popcon: 15 users (16 upd.)*
Versions and Archs
License: DFSG free
Git

GNUSim8085 is a graphical simulator, assembler and debugger for the Intel 8085 microprocessor. The application has following features.

  • A simple editor component with syntax highlighting.
  • A keypad to input assembly language instructions with appropriate arguments.
  • Easy view of register contents.
  • Easy view of flag contents.
  • Decimal <–> Hexadecimal converter.
  • View of stack, memory and I/O contents.
  • Support for breakpoints for program debugging.
  • Stepwise program execution.
  • One click conversion of assembly program to opcode listing.
  • Printing support.
  • UI translated in various languages.
Screenshots of package gnusim8085
gputils
GNU PIC utilities
Versions of package gputils
ReleaseVersionArchitectures
trixie1.4.0-0.2amd64,arm64,armel,armhf,i386,mips64el,ppc64el,riscv64,s390x
sid1.4.0-0.2amd64,arm64,armel,armhf,i386,mips64el,ppc64el,riscv64,s390x
bookworm1.4.0-0.2amd64,arm64,armel,armhf,i386,mips64el,mipsel,ppc64el,s390x
bullseye1.4.0-0.2amd64,arm64,armel,armhf,i386,mips64el,mipsel,ppc64el,s390x
jessie0.13.7-1amd64,armel,armhf,i386
buster1.4.0-0.1amd64,arm64,armhf,i386
stretch1.4.0-0.1amd64,arm64,armel,armhf,i386,mips,mips64el,mipsel,ppc64el,s390x
Debtags of package gputils:
develmachinecode
fieldelectronics
hardwareembedded
interfacecommandline
roleprogram
scopeutility
suitegnu
Popcon: 106 users (40 upd.)*
Versions and Archs
License: DFSG free

Those utilities for the Microchip PIC microcontrollers family contain an assembler (compatible with MPASM), a disassembler, and other tools.

lpc21isp
In-circuit programming (ISP) of ARM and Cortex microcontrollers
Maintainer: Agustin Henze
Versions of package lpc21isp
ReleaseVersionArchitectures
stretch1.97-2amd64,arm64,armel,armhf,i386,mips,mips64el,mipsel,ppc64el,s390x
jessie1.97-1amd64,armel,armhf,i386
buster1.97-4amd64,arm64,armhf,i386
bullseye1.97-4amd64,arm64,armel,armhf,i386,mips64el,mipsel,ppc64el,s390x
bookworm1.97-4amd64,arm64,armel,armhf,i386,mips64el,mipsel,ppc64el,s390x
trixie1.97-4amd64,arm64,armel,armhf,i386,mips64el,ppc64el,riscv64,s390x
sid1.97-4amd64,arm64,armel,armhf,i386,mips64el,ppc64el,riscv64,s390x
Popcon: 9 users (4 upd.)*
Versions and Archs
License: DFSG free
Git

In-circuit programming (ISP) tool for the NXP(Philips) LPC1100/LPC1300/LPC1700/LPC2000 series ARM7/Cortex-M0/ Cortex-M3 microcontrollers.

lpctools
interface to NXP LPC Microcontrollers ISP serial interface
Versions of package lpctools
ReleaseVersionArchitectures
stretch1.06-1amd64,arm64,armel,armhf,i386,mips,mips64el,mipsel,ppc64el,s390x
bullseye1.07-1amd64,arm64,armel,armhf,i386,mips64el,mipsel,ppc64el,s390x
bookworm1.07-1amd64,arm64,armel,armhf,i386,mips64el,mipsel,ppc64el,s390x
trixie1.07-2amd64,arm64,armel,armhf,i386,mips64el,ppc64el,riscv64,s390x
sid1.07-2amd64,arm64,armel,armhf,i386,mips64el,ppc64el,riscv64,s390x
jessie1.06-1amd64,armel,armhf,i386
buster1.07-1amd64,arm64,armhf,i386
Popcon: 12 users (4 upd.)*
Versions and Archs
License: DFSG free
Git

LPCTools is an interface to NXP LPC Microcontrollers ISP (In-System Programming) serial interface.

It provides two programs:

  • lpcisp: this tool gives access to each of the useful isp commands on LPC devices. It does not provide wrappers for flashing a device.
  • lpcprog: this tool does not give access to each isp command, instead it provides wrappers for flashing a device. This tool gives access to each of the useful isp commands on LPC.
m16c-flash
Renesas M16C 및 R8C 마이크로컨트롤러용 Flash 프로그래머
Maintainer: Uwe Hermann (Nilesh Patra)
Versions of package m16c-flash
ReleaseVersionArchitectures
bookworm0.1-1.3amd64,arm64,armel,armhf,i386,mips64el,mipsel,ppc64el,s390x
jessie0.1-1.1amd64,armel,armhf,i386
stretch0.1-1.1amd64,arm64,armel,armhf,i386,mips,mips64el,mipsel,ppc64el,s390x
buster0.1-1.1amd64,arm64,armhf,i386
sid0.1-1.3amd64,arm64,armel,armhf,i386,mips64el,ppc64el,riscv64,s390x
trixie0.1-1.3amd64,arm64,armel,armhf,i386,mips64el,ppc64el,s390x
bullseye0.1-1.1amd64,arm64,armel,armhf,i386,mips64el,mipsel,ppc64el,s390x
Debtags of package m16c-flash:
roleprogram
scopeutility
Popcon: 9 users (4 upd.)*
Versions and Archs
License: DFSG free

m16c-flash는 Renesas M16C 및 R8C 마이크로컨트롤러를 프로그램하기 위해 직렬 프로토콜을 사용합니다.

mcu8051ide
8051용 그래픽 통합 개발 환경
Versions of package mcu8051ide
ReleaseVersionArchitectures
trixie1.4.9-2all
jessie1.4.7-2all
stretch1.4.7-2all
buster1.4.9-1all
bullseye1.4.9-2all
sid1.4.9-2all
bookworm1.4.9-2all
Debtags of package mcu8051ide:
fieldelectronics
hardwareembedded
roleprogram
Popcon: 13 users (6 upd.)*
Versions and Archs
License: DFSG free
Git

MCU 8051 IDE는 8051기반 마이크로컨트롤러용 통합 개발 환경입니다. 지원되는 프로그래밍 언어는 C와 어셈블러입니다. 자체 어셈블러가 있으며 서로 다른 두 가지 외부 어셈블러를 지원합니다. C 언어의 경우 SDCC 컴파일러를 사용합니다.

microhope
hardware & software framework to learn microcontrollers
Maintainer: Georges Khaznadar
Versions of package microhope
ReleaseVersionArchitectures
stretch4.2.1+dfsg-1amd64,arm64,armel,armhf,i386,mips,mips64el,mipsel,ppc64el,s390x
sid5.3.1+repack-6all
trixie5.3.1+repack-6all
bookworm5.3.0+repack-3all
bullseye4.8.8+repack-2all
buster4.4.4+dfsg-4amd64,arm64,armhf,i386
jessie3.2.0-1amd64,armel,armhf,i386
stretch-backports4.4.3+dfsg-1~bpo9+1amd64,arm64,armel,armhf,i386,mips,mips64el,mipsel,ppc64el,s390x
Debtags of package microhope:
uitoolkitgtk
Popcon: 10 users (6 upd.)*
Versions and Archs
License: DFSG free
Git

This package provides a set of example programs to drive an ATmega32 microcontroller, together with a tutorqial explaining how to compile them, upload them to the microcontroller, and how to make simple and more complicated modifications. It is meant to be used with the "microhope" board which makes it easy to upload code to the microcontroller through a USB link.

In addition to examples there is a library to drive all of the peripherals available on the "microhope" board: LED, LCD display, ADC connected to sensors.

A Graphic User Interface is provided too.

Screenshots of package microhope
mspdebug
MSP430 마이크로컨트롤러용 디버깅 도구
Maintainer: Luca Bruno
Versions of package mspdebug
ReleaseVersionArchitectures
buster0.22-2amd64,arm64,armhf,i386
bullseye0.22-2amd64,arm64,armel,armhf,i386,mips64el,mipsel,ppc64el,s390x
bookworm0.22-2amd64,arm64,armel,armhf,i386,mips64el,mipsel,ppc64el,s390x
trixie0.22-2amd64,arm64,armel,armhf,i386,mips64el,ppc64el,s390x
sid0.22-2amd64,arm64,armel,armhf,i386,mips64el,ppc64el,riscv64,s390x
stretch0.22-2amd64,arm64,armel,armhf,i386,mips,mips64el,mipsel,ppc64el,s390x
jessie0.22-2amd64,armel,armhf,i386
upstream0.23
Debtags of package mspdebug:
develdebugger
fieldelectronics
roleprogram
Popcon: 147 users (5 upd.)*
Newer upstream!
License: DFSG free
Git

MSPDebug는 MSP430 MCU와 함께 사용할 수 있는 공개 디버거입니다. FET430UIF, eZ430, RF2500, Olimex MSP-JTAG-TINY 프로그래머를 지원합니다. 프로그래밍, 디스어셈블링, 리버스 엔지니어링을 지원하는 gdb용 프록시 또는 독립 디버거로 사용할 수 있습니다.

openocd
임베이드 대상 장치를 위한 개방형 온칩 JTAG/SWD 디버그 솔루션
Versions of package openocd
ReleaseVersionArchitectures
stretch-security0.9.0-1+deb8u1amd64,arm64,armel,armhf,i386
bullseye0.11.0~rc2-1amd64,arm64,armel,armhf,i386,mips64el,mipsel,ppc64el,s390x
stretch0.9.0-1+deb8u1amd64,arm64,armel,armhf,i386,mips,mips64el,mipsel,ppc64el,s390x
bookworm0.12.0-1amd64,arm64,armel,armhf,i386,mips64el,mipsel,ppc64el,s390x
sid0.12.0-1amd64,arm64,armel,armhf,i386,mips64el,ppc64el,riscv64,s390x
jessie-security0.8.0-4+deb7u1amd64,armel,armhf,i386
trixie0.12.0-1amd64,arm64,armel,armhf,i386,mips64el,ppc64el,s390x
jessie0.8.0-4+deb7u1amd64,armel,armhf,i386
buster0.10.0-5amd64,arm64,armhf,i386
stretch-backports0.10.0-4~bpo9+1amd64,arm64,armel,armhf,i386,mips,mips64el,mipsel,ppc64el,s390x
Debtags of package openocd:
develdebugger
hardwareembedded
roleprogram
Popcon: 735 users (36 upd.)*
Versions and Archs
License: DFSG free
Git

OpenOCD는 임베이트 대상 장치를 위한 온칩 디버깅, in-system 프로그래밍, boundary-scan 테스트 제공을 목적으로 합니다.

 .
디버거는 IEEE 1149-1 호환 JTAG TAP 버스 마스터를 사용해서 ARM 기반 마이크로컨트롤러 또는 system-on-chip 솔루션에서 사용 가능한 온칲 디버그 기능에 액세스합니다. MIPS 시스템의 경우 EJTAG 인터페이스가 지원됩니다. 추가로 eSi-RISC, Intel, OpenRISC, RISC-V 및 ARC 컨트롤러도 지원합니다.

사용자 상호작용은 텔넷 명령행 인터페이스, gdb (GNU 디버거) 원격 프로토콜 서버, OpenOCD의 Jim Tcl 엔진과 인터페이스하는데 사용할 수 있는 단순화된 RPC 연결을 통해 실현됩니다.

OpenOCD는 JTAG 인터페이스/프로그래머의 다양한 유형을 지원합니다.

Screenshots of package openocd
sdcc
Small Device C Compiler
Versions of package sdcc
ReleaseVersionArchitectures
bookworm4.2.0+dfsg-1amd64,arm64,armel,armhf,i386,mips64el,mipsel,ppc64el,s390x
trixie4.4.0+dfsg-2amd64,arm64,armel,armhf,i386,mips64el,ppc64el,s390x
sid4.4.0+dfsg-2amd64,arm64,armel,armhf,i386,mips64el,ppc64el,riscv64,s390x
jessie3.4.0+dfsg-2amd64,armel,armhf,i386
bullseye4.0.0+dfsg-2amd64,arm64,armel,armhf,i386,mips64el,mipsel,ppc64el,s390x
buster3.8.0+dfsg-2amd64,arm64,armhf,i386
stretch3.5.0+dfsg-2amd64,arm64,armel,armhf,i386,mips,mips64el,mipsel,ppc64el,s390x
Debtags of package sdcc:
develcompiler, lang:c, machinecode
hardwareembedded
interfacecommandline
roleprogram
scopeutility
works-withsoftware:source
Popcon: 43 users (11 upd.)*
Versions and Archs
License: DFSG free
Git

SDCC is a C compiler for the Intel MCS51 family, HC08, PIC, GameBoy Z80, DS80S390, Z80, Z180 and STM8 microcontrollers.

This package includes the compiler, assemblers and linkers.

sdcc-ucsim
Micro-controller simulator for SDCC
Versions of package sdcc-ucsim
ReleaseVersionArchitectures
bookworm4.2.0+dfsg-1amd64,arm64,armel,armhf,i386,mips64el,mipsel,ppc64el,s390x
buster3.8.0+dfsg-2amd64,arm64,armhf,i386
stretch3.5.0+dfsg-2amd64,arm64,armel,armhf,i386,mips,mips64el,mipsel,ppc64el,s390x
sid4.4.0+dfsg-2amd64,arm64,armel,armhf,i386,mips64el,ppc64el,riscv64,s390x
trixie4.4.0+dfsg-2amd64,arm64,armel,armhf,i386,mips64el,ppc64el,s390x
jessie3.4.0+dfsg-2amd64,armel,armhf,i386
bullseye4.0.0+dfsg-2amd64,arm64,armel,armhf,i386,mips64el,mipsel,ppc64el,s390x
Debtags of package sdcc-ucsim:
develcompiler, debugger, lang:c
hardwareembedded, emulation
interfacecommandline
roleprogram
scopeutility
uitoolkitncurses
x11library
Popcon: 20 users (5 upd.)*
Versions and Archs
License: DFSG free
Git

uCsim is a microcontroller simulator. It is extensible to support different microcontroller families. It currently supports Intel MCS51 family, HC08 and Z80 microcontrollers.

simulide
simple real time electronic circuit simulator
Maintainer: Milan Kupcevic
Versions of package simulide
ReleaseVersionArchitectures
bookworm0.1.7+dfsg-2amd64,arm64,armel,armhf,i386,mips64el,mipsel,ppc64el,s390x
bullseye0.1.7+dfsg-2amd64,arm64,armel,armhf,i386,mips64el,mipsel,ppc64el,s390x
buster0.1.7+dfsg-2amd64,arm64,armhf,i386
trixie1.1.0.1912+dfsg-4amd64,i386
sid1.1.0.1912+dfsg-4amd64,i386
upstream1.1.0.1940
Popcon: 41 users (50 upd.)*
Newer upstream!
License: DFSG free
Git

Simulide is a real time electronic circuit simulator intended for hobbist and student experimentation with simple general purpose electronic circuits and PIC, AVR and Arduino microcontroller simulations.

Screenshots of package simulide
simulpic
simulator for Microchip PIC16F84 microcontroller
Maintainer: Aurelien Jarno
Versions of package simulpic
ReleaseVersionArchitectures
stretch2005-1-28-9amd64,arm64,armel,armhf,i386,mips,mips64el,mipsel,ppc64el,s390x
jessie2005-1-28-9amd64,armel,armhf,i386
buster2005-1-28-10amd64,arm64,armhf,i386
bullseye2005-1-28-10amd64,arm64,armel,armhf,i386,mips64el,mipsel,ppc64el,s390x
bookworm2005-1-28-10amd64,arm64,armel,armhf,i386,mips64el,mipsel,ppc64el,s390x
trixie2005-1-28-10amd64,arm64,armel,armhf,i386,mips64el,ppc64el,riscv64,s390x
sid2005-1-28-10amd64,arm64,armel,armhf,i386,mips64el,ppc64el,riscv64,s390x
Debtags of package simulpic:
develmachinecode
fieldelectronics
hardwareembedded, emulation
interfacecommandline
roleprogram
scopeutility
Popcon: 12 users (6 upd.)*
Versions and Archs
License: DFSG free

This software allows one to simulate the execution of any program on a Microchip PIC16F84 microcontrollerk, and to display register and memory information.

teensy-loader-cli
load and run programs onto your Teensy micro controller
Versions of package teensy-loader-cli
ReleaseVersionArchitectures
bookworm2.2-1amd64,arm64,armel,armhf,i386,mips64el,mipsel,ppc64el,s390x
bullseye2.1-1amd64,arm64,armel,armhf,i386,mips64el,mipsel,ppc64el,s390x
buster2.1-1amd64,arm64,armhf,i386
trixie2.2-1amd64,arm64,armel,armhf,i386,mips64el,ppc64el,riscv64,s390x
sid2.2-1amd64,arm64,armel,armhf,i386,mips64el,ppc64el,riscv64,s390x
Popcon: 262 users (0 upd.)*
Versions and Archs
License: DFSG free
Git

See https://www.pjrc.com/teensy/ for an introduction to the Teensy family of USB-based microcontroller development systems.

The teensy loader cli is a command-line alternative to the graphical teensy loader which is included with Teensyduino. The cli version is preferred by advanced users who want to automate programming, typically from within a Makefile or similar.

uisp
Micro In-System Programmer for Atmel's AVR MCUs
Versions of package uisp
ReleaseVersionArchitectures
jessie20050207-4.2amd64,armel,armhf,i386
sid20050207-4.5amd64,arm64,armel,armhf,i386,mips64el,ppc64el,riscv64,s390x
trixie20050207-4.5amd64,arm64,armel,armhf,i386,mips64el,ppc64el,s390x
stretch20050207-4.2amd64,arm64,armel,armhf,i386,mips,mips64el,mipsel,ppc64el,s390x
buster20050207-4.2amd64,arm64,armhf,i386
bullseye20050207-4.3amd64,arm64,armel,armhf,i386,mips64el,mipsel,ppc64el,s390x
bookworm20050207-4.5amd64,arm64,armel,armhf,i386,mips64el,mipsel,ppc64el,s390x
Debtags of package uisp:
develmachinecode
fieldelectronics
interfacecommandline
roleprogram
scopeutility
Popcon: 16 users (7 upd.)*
Versions and Archs
License: DFSG free

This utility is required to program AVR chips with object code created by the ava assembler/linker, gas, or gcc. It supports in-system programming, Atmel's prototype board/programmer (stk500), and many other extremely low-cost parallel port programmers. It can also be used to program Atmel's AT89S51 and AT89S52.

Official Debian packages with lower relevance

arduino-builder
Command line tool for compiling Arduino sketches
Versions of package arduino-builder
ReleaseVersionArchitectures
bullseye1.3.25-2amd64,arm64,armel,armhf,i386,mips64el,mipsel,ppc64el,s390x
bookworm1.3.25-4amd64,arm64,armel,armhf,i386,mips64el,mipsel,ppc64el,s390x
trixie1.3.25-4amd64,arm64,armel,armhf,i386,mips64el,ppc64el,riscv64,s390x
sid1.3.25-4amd64,arm64,armel,armhf,i386,mips64el,ppc64el,riscv64,s390x
upstream1.6.1
Popcon: 583 users (177 upd.)*
Newer upstream!
License: DFSG free
Git

This tool is able to parse Arduino Hardware specifications, properly run 'gcc' and produce compiled sketches.

An Arduino sketch differs from a standard C program in that it misses a 'main' (provided by the Arduino core), function prototypes are not mandatory, and libraries inclusion is automagic (you just have to #include them). This tool generates function prototypes and gathers library paths, providing 'gcc' with all the needed '-I' params.

libjaylink-dev
library for interacting with J-Link programmers (development files)
Versions of package libjaylink-dev
ReleaseVersionArchitectures
stretch-backports0.1.0-1~bpo9+1amd64,arm64,armel,armhf,i386,mips,mips64el,mipsel,ppc64el,s390x
bullseye0.2.0-1amd64,arm64,armel,armhf,i386,mips64el,mipsel,ppc64el,s390x
bookworm0.3.1-1amd64,arm64,armel,armhf,i386,mips64el,mipsel,ppc64el,s390x
sid0.3.1-1amd64,arm64,armel,armhf,i386,mips64el,ppc64el,riscv64,s390x
trixie0.3.1-1amd64,arm64,armel,armhf,i386,mips64el,ppc64el,s390x
buster0.1.0-1amd64,arm64,armhf,i386
Popcon: 4 users (15 upd.)*
Versions and Archs
License: DFSG free
Git

libjaylink provides functions for interacting with Segger J-Link USB devices, which are used for programming and debugging ARM chips. The library is primarily used by OpenOCD, which provides a practical interface for using the devices.

This package contains files needed to compile libjaylink applications.

nitpic
simulator for the Microchip PIC16C84 microcontroller
Versions of package nitpic
ReleaseVersionArchitectures
buster0.1-16amd64,arm64,armhf,i386
sid0.1-19amd64,arm64,armel,armhf,i386,mips64el,ppc64el,riscv64,s390x
trixie0.1-19amd64,arm64,armel,armhf,i386,mips64el,ppc64el,s390x
bookworm0.1-19amd64,arm64,armel,armhf,i386,mips64el,mipsel,ppc64el,s390x
bullseye0.1-17amd64,arm64,armel,armhf,i386,mips64el,mipsel,ppc64el,s390x
stretch0.1-16amd64,arm64,armel,armhf,i386,mips,mips64el,mipsel,ppc64el,s390x
jessie0.1-15amd64,armel,armhf,i386
Debtags of package nitpic:
hardwareembedded, emulation
interfacex11
roleprogram
scopeutility
uitoolkitathena
x11application
Popcon: 4 users (3 upd.)*
Versions and Archs
License: DFSG free

Nitpic is an X-based simulator for the Microchip PIC family of microcontrollers. It currently supports only the PIC16C84. This is beta software.

*Popularitycontest results: number of people who use this package regularly (number of people who upgraded this package recently) out of 237948