Skip to content
/ embed-el Public

Emacs package with utilities for embedded development with openocd

Notifications You must be signed in to change notification settings

xal-0/embed-el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

embed.el

Emacs utilities for programming microcontrollers using OpenOCD.

Quick setup

Suggested installation uses quelpa and quelpa-use-package. Suggested keybindings and their respective commands:

Key Command Description
C-z e o embed-openocd-start Starts the OpenOCD process.
C-z e O embed-openocd-stop Stops the OpenOCD process.
C-z e g embed-openocd-gdb Starts GDB and loads the binary onto the micro.
C-z e f embed-openocd-flash Flashes the binary onto the micro.
(use-package embed
  :quelpa (embed :fetcher github :repo "sjsch/embed-el")
  :bind (("C-z e o" . embed-openocd-start)
         ("C-z e O" . embed-openocd-stop)
         ("C-z e g" . embed-openocd-gdb)
         ("C-z e f" . embed-openocd-flash)))

About

Emacs package with utilities for embedded development with openocd

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published