0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 05, 2024 — Dec 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
building instructions and added OS forking to Makefile More... over 15 years ago
actual files needed for IDE get copied More... over 15 years ago
script to copy src files to IDE; renamed README More... over 15 years ago
new pin mapping More... over 15 years ago
turn usb interrupts on after failed assert so bootloader still works More... over 15 years ago
turn usb interrupts on after failed assert so bootloader still works More... over 15 years ago
modded the library makefile to work with patched dfu-util, also added the USER_FLASH section to the rom linker More... almost 16 years ago
Enabled 39 GPIOs for digitalWrite(), fixed timer/usart collisions on PWM/USART pins More... almost 16 years ago
added serial1 support More... almost 16 years ago
forgot to turn on the interrupt for usar3 More... almost 16 years ago
enabled serial3 More... almost 16 years ago
typo More... almost 16 years ago
git-svn-id: https://leaflabs.googlecode.com/svn/trunk/library@107 749a229e-a60e-11de-b98f-4500b42dc123 More... almost 16 years ago
moved jtag target and fixed flash target More... almost 16 years ago
Tweaked makefile to get rid of silly make flags. Added a udev rule in support/ to eliminate sudo req for make program More... almost 16 years ago
changed math.h to wiring_math.h to avoid collision with newlib's math library More... almost 16 years ago
Added a print class for USB, works identically to the Serial object. Bugs out if you try and pump more than 64 bytes through it in a single packet (which is really the OS's decision). This can be fixed More... almost 16 years ago
added a simpler main.cpp and moved the complicated stuff into a separate file More... almost 16 years ago
Fixed delayMicroseconds, changed serial interface, added an (untested) runtime check for pwm/serial collision, moved more headers around. More... almost 16 years ago
added demo code on main.cpp to build a simple two way channel over the virtual serial port. To use this, run ln -s /dev/ttyACM0 /dev/ttyS9 then open up Maple IDE and select ttyS9 as the serial port. you should be able to see the count of the number of bytes in as well as the blink message More... almost 16 years ago
added a usb.h and usb.c to cover some of the low level access functions that we can use to build the usb serial port. my sandbox widgets are in main.cpp, look at it then throw it out. I adjusted the stm32f10x_conf.h file to properly NOT include certain st lib files that werent being used, and modified the NVIC init to cope with the bootloader More... almost 16 years ago
Added licensing. Moved lots of header files around. Added HardwareSerial reads, writes. Tweaked some of the util and assert functions. Added various useful routines for printing stuff to the serial port. Continued moving out stm32lib. Slightly more consistent naming, this will come in another change. More... almost 16 years ago
fixed some minor naming issues in usb.c/h usb_serialWriteStr is nonfunctional More... almost 16 years ago
added USB support (TX over virtual com port), the linker modifications to work with the bootloader, a modified libcs-lanchon-stm32.a, and the arduino-required main.cxx and WProgram.h More... almost 16 years ago
removed extraneous files, stm32lib examples More... almost 16 years ago
Initial commit of library code, moved from leaftest repo More... almost 16 years ago