0
I Use This!
Inactive

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Mar 26, 2025 — Mar 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #2 from Corna/master More... over 11 years ago
Removed cli() and sei() inside ISR(USART_RXC_vect) More... over 11 years ago
Fixed corner case where stop bit was not applied from i2cget commands. Tidied code More... over 11 years ago
Slave NACk will now get STOP forced from the driver level due to misbehaving kernel implementation. More... over 11 years ago
removed protection logic around sending the stop condition. If the host wants to send stop, it should be alllowed against all common sense More... over 11 years ago
Fixed last byte read issue where the amount of returned bytes was short by 1 Also SCL will return to normal "HIGH" after the stop condition is transferred More... over 11 years ago
forgot tyhe makefile More... over 11 years ago
Split the functionality down into several smaller files for ease. It was getting a bit much with a single c file. This is better More... over 11 years ago
Fixed relative paths to usbtiny Fixed build issue Added hex file More... over 11 years ago
Fix an embarassing bug where another SCL clock cycle was initiated after the last byte is read. Also fixed up slave NACK. SLA_NACK will now cause the xfer to stop, and the actual byte count read is now sent to the host. ref: https://github.com/ginge/OpenServo/issues/1 Updated usbtiny to version 1.7 Tided some code formatting up and indents More... over 11 years ago
Added kernel parameter "speed" to allow OSIF to set the I2C bus speed on initialisation More... over 12 years ago
Changed to bring in line with kernel 3.x changes More... over 12 years ago
Fixed some tab formatting issues More... over 13 years ago
Fixed input pin support for the GPIO function. A back bitwise value patched in firmware main.c. Also added reading ability to testgpio.c. pressing 6 will allow a global pin read show the bit status of the pins. Fixed a bug in OSIFdll shared lib which was not reading any bytes from the OSIF firmware when asking for the GPIO input status More... over 13 years ago
Changed the bootloader init sequence to stop the OSIF going into the BL by accident. The BL detection pin was previously active high, and as such meant the BL detection pin was tri-stated floating. This is now active low, meaning the internal pullup will deal with this problem. More... over 14 years ago
Fixed several little bugs with init sequences. A consequence is that there is a small amount of speed increase. Added support for use of the internal PWM generator to PWm output on a pin. For servos and stuff. More... over 14 years ago
Fixed stupidly introduced bug where it was trying to print debug info out to an uninitialised device pointer. Doh. More... about 15 years ago
Patched to work around the info() macro being removed from usb.h in libusb. Now this uses the dev_info kernel interface More... about 15 years ago
Added support for PWM output on PB3 using Timer Counter 2 PWM generation mode. More... over 15 years ago
Updated to use QT4. With thanks to Claus-Justus Heine for the patch More... over 15 years ago
no message More... over 15 years ago
no message More... over 15 years ago
no message More... over 15 years ago
no message More... over 15 years ago
no message More... over 15 years ago
no message More... over 15 years ago
no message More... over 15 years ago
no message More... over 15 years ago
no message More... over 15 years ago
no message More... over 15 years ago