Skip to content

gandro/stm32-ps2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stm32-ps2

This project aims to write an PS/2 keyboard device emulator on the STM32 Discovery, an evaluation board with the STM32F100RB microcontroller (128 KB Flash, 8 KB RAM).

Prerequisites

Usage

  • To compile the project and generate the corresponding .bin firmware, run make.
  • Run make flash to write the generated .bin file to the STM32 flash memory.
  • make gdb-server and make gdb-client can be used to invoke the debugger service and client.

Libraries

This repository contains code from the STM32F10x Standard Peripherals Library v3.5.0 and the tinyprintf library.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages