Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

leaflabs/maple-bootloader

Repository files navigation

FILES -------------------------------------------------------------------------
stm32lib/*
 - all the (possibly consolidated) stm32 lib and usb example code
usb.c 
 - USB-specific hardware setup. Interrupts, clocks, etc. handling USB when 
 not "Attached". some low-level callbacks (low power mode, init, reset, 
 resume, etc).
usb_callbacks.c 
 - aka endpoints: handling data transfer when "Configured". calls out to 
 application specific callbacks (i.e. DFU).
usb_descriptor.c 
 - aka application descriptor; big static struct and callbacks for sending
 the descriptor. 
main.c
 - main loop and calling any hardware init stuff. timing hacks for EEPROM 
 writes not to block usb interrupts. logic to handle 2 second timeout then
 jump to user code. 
hardware.c
 - init routines to setup clocks, interrupts, also destructor functions.
 does not include USB stuff. EEPROM read/write functions.
dfu.c
 - mostly the giant FSM case switch, also some USB endpoint callbacks
TODO --------------------------------------------------------------------------
 * pack the structs
 * use sizeof() for usb application descriptor once structs are packed

About

Bootloader firmware for the Maple ARM Cortex-M3 development board from LeafLabs

Resources

Stars

Watchers

Forks

Packages

Contributors

AltStyle によって変換されたページ (->オリジナル) /