50 Commits (ed4ee27f70c63909417a8854668a8fe057a971ff)

Author SHA1 Message Date
patacongo 5d7909fa42 Can't use 'class' as a field name! Backward conditional compilation in usbmsc.c 13 years ago
patacongo 019b83fc54 Get rid of psock.h (bad idea); Add logic to clone the socket structure when wrapping the telnet connection as a character driver 13 years ago
patacongo 1e4d04d53b A few more telnet updates 13 years ago
patacongo 622ac27bfa Add new psock layer; telnet session is now wrapped in a character device 13 years ago
patacongo a11ad68eed Candidate fix for the libboard.a dependency problem (from Mike Smith) 13 years ago
patacongo 6c72068d14 Correct a typo in STM32 I2C3 support 13 years ago
patacongo b8e32a94f3 First round of changes from debug of USB composite device (still has problems) 13 years ago
patacongo 85a7bbb39f Massive name change USB STRG -> USB MSC 13 years ago
patacongo 11170ae05b Add logic to set MAX17040 frequency 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 b179df901e Add support for extended (29-bit) CAN IDs 13 years ago
patacongo a9e951e726 Add configuratin to select TSEG1 and TSEG2 values 13 years ago
patacongo 9b5078804f Fix offset to STM32 F1 AFIO EXTICR register 13 years ago
patacongo 88094197cb Add support for building 32-bit simulation on a 64-bit target 13 years ago
patacongo 31c714f387 Finish coding of PIC32MX Ethernet driver 13 years ago
patacongo 0e80050d16 Fix STM32 F4 APB2 clock input frequencies 13 years ago
patacongo 4ce72e03b6 Increase range of pulse count in PWM driver 13 years ago
patacongo c55b63c7e3 Prep for 6.14 release 13 years ago
patacongo 247096fede STM32 fixes for F4 32-bit timers 13 years ago
patacongo 64e7f6b00c On a failure to recognize a FAT file system, the mount logic should return -EINVAL, not -ENODEV 13 years ago
patacongo d0d0a0fbbf Add support for the STM32F4-Discovery (from Mike Smith) 13 years ago
patacongo a734f89a13 Correct GPIO dump output 13 years ago
patacongo 94e1048f0b Add basic support for pulse count in the PWM interface 13 years ago
patacongo abb776a834 Add support for STM32 UART4-5 and USART6 13 years ago
patacongo d90e91b4d6 LPC17xx CAN PCLK divisor is not a configuration parameter 13 years ago
patacongo 7de5004f47 Add logic to control CAN bit rate via the .config file 13 years ago
patacongo d880b5c4b5 Add APIs to support user access to the STM3240G-EVAL LEDs 13 years ago
patacongo 43392986a0 Add suport for the Stellaris LM3S6432S2E and the TI RDK-S2E 13 years ago
patacongo 695341cc6d Fix buffer full test in generic CAN driver (plus fixes to comments) 13 years ago
patacongo 8da8798071 LPC17xx CAN driver now supports all 3 transmit buffers and loopback mode; LCP1766-STK NSH configuration will support the CAN loopback test 13 years ago
patacongo 4f07eda719 Add support for STM32 Potentiometer via ADC3 13 years ago
patacongo 3d3bc75c12 The STM32 F4 CAN driver has been verified in loopback mode 13 years ago
patacongo a2c4245f0a Add FAT long filename support to the Olimex LPC1766-STK NSH and FTPC configuration 13 years ago
patacongo 6a3f04eeab Fix an integer overflow bug in LPC17xx GPIO interrupt configuration 13 years ago
patacongo 9a1c94e294 Fix some LPC17xx GPIO/button interrupt logic 13 years ago
patacongo 8dc1600b39 Update README, LPC1766-STK button improvements, new Make targets, new Getting Started document 13 years ago
patacongo a0c4a99222 Add (untested) support for the buttons on the Olimex LPC1766-STK board 13 years ago
patacongo 2901574aff STM32 GPIO fix; Fixes for PIC32 USB term example 13 years ago
patacongo e136368c1f Correct last set of changes to configuration logic 13 years ago
patacongo 269fd5a9cc Updates for PIC32MX USB driver 13 years ago
patacongo f01e35e651 Prep for 6.13 release 13 years ago
patacongo 49a51cb0f1 Fix a MIPS delay slot error in the software interrupt logic 13 years ago
patacongo 8953e3a370 Calibrated all PIC32 delay loops 13 years ago
patacongo 4f061fee64 Add Sure PIC32 NSH configuration 13 years ago
patacongo bfc578860c Add loopback support to STM32 CAN driver; Add apps/examples/can loopback test 13 years ago
patacongo 073df6d28c Add the beginning of an STM32 CAN driver 13 years ago
patacongo 468bf27b12 Update M25P driver per feedback from Mohammed Elwakeel 13 years ago
patacongo b7edb56d6f Add a test for PWM drivers 13 years ago
patacongo add995c32e Completes coding of the PWM module 13 years ago