34 Commits (1e4d04d53bf7b7f1cf97e33a51638decc723ce4c)

Author SHA1 Message Date
patacongo 622ac27bfa Add new psock layer; telnet session is now wrapped in a character device 13 years ago
patacongo f0d2b3cca3 The composite USB device is basically functional (more testing needed) 13 years ago
patacongo b8e32a94f3 First round of changes from debug of USB composite device (still has problems) 13 years ago
patacongo cd24ef4a30 Add a text for the new composite USB device 13 years ago
patacongo 804205a104 More USB composite device logic 13 years ago
patacongo 7bf58dba52 Major restructuring of CLASS<->driver interface to better support composite USB devices 13 years ago
patacongo 758d4cd6e6 More name changes: USBSER->PL2303 CDCSER->CDCACM 13 years ago
patacongo f9739ec32a Fixes on reverification of USB mass storage class 13 years ago
patacongo 85a7bbb39f Massive name change USB STRG -> USB MSC 13 years ago
patacongo 08964a35b2 Progress toward composite CDC/ACM+MSC USB device 13 years ago
patacongo 897ccf6f46 Lots of re-organization -- getting ready to support a composite USB device 13 years ago
patacongo 11170ae05b Add logic to set MAX17040 frequency 13 years ago
patacongo bbf8d0b6e4 Fixes for clean compile of battery drivers 13 years ago
patacongo 3ea4c05843 Completes first (untested) cut at MAX1704x battery driver 13 years ago
patacongo 8a4e17b865 Simplify upper-half battery driver 13 years ago
patacongo 80ce244ce1 Create a generic battery driver infrastructure 13 years ago
patacongo 0068180bf8 Create directory structures to support power-related devices 13 years ago
patacongo cb1242d496 New, extended CAN structures must be packed. 13 years ago
patacongo b179df901e Add support for extended (29-bit) CAN IDs 13 years ago
patacongo 247096fede STM32 fixes for F4 32-bit timers 13 years ago
patacongo 3692a444f9 Fix last change; the change was good but will prevent queuing multiple outgoing CAN packets 13 years ago
patacongo 1e16645fb4 Fix LPC17 CAN driver; TX must be interrupt driven 13 years ago
patacongo 94e1048f0b Add basic support for pulse count in the PWM interface 13 years ago
patacongo d012f2fd06 Replace logic STM32 IDLE loop with standard power management interfaces 13 years ago
patacongo ae529b8648 Incorporate Z80 bugfixes reported by Phillip Klaus Krause 13 years ago
patacongo 157bef0d3d Fix an issue for architectures where interrupt numbers and vector numbers do not match 1-to-1 13 years ago
patacongo e136368c1f Correct last set of changes to configuration logic 13 years ago
patacongo 0acfb62c65 A little STM32 logic in the PIC32 USB driver 13 years ago
patacongo bfc578860c Add loopback support to STM32 CAN driver; Add apps/examples/can loopback test 13 years ago
patacongo fbd1db66e1 STM32 CAN driver now compiles 13 years ago
patacongo 073df6d28c Add the beginning of an STM32 CAN driver 13 years ago
patacongo b7edb56d6f Add a test for PWM drivers 13 years ago
patacongo c0424dae99 Remove the PWM pulse count method. It can't be support on current hardware 13 years ago
patacongo add995c32e Completes coding of the PWM module 13 years ago