You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yiancar 621ce29a53 STM32 EEPROM Emulation (#3741)
* STM32 EEPROM Emulation

- Added EEPROM emulation libaries from libmaple and Arduino_STM32. https://github.com/rogerclarkmelbourne/Arduino_STM32 and https://github.com/leaflabs/libmaple.
- Renamed teensy EEPROM library and added conditional selection of library.
- Remapped EEPROM memory map for 16 byte blocks (as is with STM32f3xx MCUs).
- Added EEPROM initialization in main.c of Chibios.
- Added EEPROM format to clear the emulated pages when EEPROM is marked as invalid.

* Fixed ifdef
7 years ago
..
arm_atsam Massdrop keyboard support (#3780) 7 years ago
bluefruit
chibios STM32 EEPROM Emulation (#3741) 7 years ago
iwrap Fix pointing device feature 8 years ago
lufa Generate API docs from source code comments (#2491) 8 years ago
mbed
midi Merge ChibiOS and LUFA descriptor support (#2362) 8 years ago
pjrc
usb_hid Fixed dead links (#2451) 8 years ago
vusb Loop based vusb_transfer_keyboard 7 years ago
adb.c
adb.h
arm_atsam.mk Massdrop keyboard support (#3780) 7 years ago
bluefruit.mk
chibios.mk Add a custom USB driver for ARM (#2750) 8 years ago
ibm4704.c
ibm4704.h
iwrap.mk
lufa.mk Merge ChibiOS and LUFA descriptor support (#2362) 8 years ago
m0110.c
m0110.h
midi.mk Merge ChibiOS and LUFA descriptor support (#2362) 8 years ago
news.c
news.h
next_kbd.c
next_kbd.h
pjrc.mk Fix pointing device feature 8 years ago
ps2.h
ps2_busywait.c
ps2_interrupt.c
ps2_io.h
ps2_io_avr.c
ps2_io_mbed.c
ps2_mouse.c Add option to reverse PS2 mouse axes and scrolling 8 years ago
ps2_mouse.h
ps2_usart.c
serial.h
serial_mouse.h
serial_mouse_microsoft.c
serial_mouse_mousesystems.c
serial_soft.c
serial_uart.c
usb_descriptor.c Merge ChibiOS and LUFA descriptor support (#2362) 8 years ago
usb_descriptor.h Tabs to spaces in usb_descriptor.h 8 years ago
usb_hid.mk
vusb.mk