openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
L
libmaple
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Dec 05, 2024 — Dec 05, 2025
Showing page 41 of 41
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
building instructions and added OS forking to Makefile
bnewbold
More...
over 15 years ago
actual files needed for IDE get copied
bnewbold
More...
over 15 years ago
script to copy src files to IDE; renamed README
bnewbold
More...
over 15 years ago
new pin mapping
iperry
More...
over 15 years ago
turn usb interrupts on after failed assert so bootloader still works
iperry
More...
over 15 years ago
turn usb interrupts on after failed assert so bootloader still works
iperry
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
[email protected]
More...
almost 16 years ago
Enabled 39 GPIOs for digitalWrite(), fixed timer/usart collisions on PWM/USART pins
iperry
More...
almost 16 years ago
added serial1 support
iperry
More...
almost 16 years ago
forgot to turn on the interrupt for usar3
iperry
More...
almost 16 years ago
enabled serial3
iperry
More...
almost 16 years ago
typo
iperry
More...
almost 16 years ago
git-svn-id: https://leaflabs.googlecode.com/svn/trunk/library@107 749a229e-a60e-11de-b98f-4500b42dc123
iperry
More...
almost 16 years ago
moved jtag target and fixed flash target
iperry
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
iperry
More...
almost 16 years ago
changed math.h to wiring_math.h to avoid collision with newlib's math library
iperry
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
[email protected]
More...
almost 16 years ago
added a simpler main.cpp and moved the complicated stuff into a separate file
[email protected]
More...
almost 16 years ago
Fixed delayMicroseconds, changed serial interface, added an (untested) runtime check for pwm/serial collision, moved more headers around.
iperry
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
[email protected]
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
[email protected]
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.
iperry
More...
almost 16 years ago
fixed some minor naming issues in usb.c/h usb_serialWriteStr is nonfunctional
[email protected]
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
[email protected]
More...
almost 16 years ago
removed extraneous files, stm32lib examples
iperry
More...
almost 16 years ago
Initial commit of library code, moved from leaftest repo
iperry
More...
almost 16 years ago
←
1
2
…
33
34
35
36
37
38
39
40
41
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree