Commit Graph

  • 1b3d8f3148 Fix a bug in the FAT statfs() implementation patacongo 2012-02-07 00:29:06 +0000
  • 3d264a6502 A little more FTP daemon cleanup patacongo 2012-02-05 22:46:56 +0000
  • 0b3d4e92e2 Fix more FTP server bugs patacongo 2012-02-05 22:18:14 +0000
  • 76f187ba85 FTP server is marginally functional patacongo 2012-02-05 19:32:42 +0000
  • 3d42ab8282 FTPD daemon and example now build without errors patacongo 2012-02-05 17:36:13 +0000
  • c6e75138be Add build environment for the FTP daemon patacongo 2012-02-04 22:49:42 +0000
  • 61137a3d22 Fix compile error introduced by recent check-in patacongo 2012-02-04 22:01:50 +0000
  • c8c29e73a8 Add the beginnings of an FTP server patacongo 2012-02-04 21:02:45 +0000
  • 7b0c9374a9 Add inet_pton() patacongo 2012-02-03 22:54:27 +0000
  • a72bb1fda0 Add inet_ntop() patacongo 2012-02-03 18:47:34 +0000
  • a880b453f1 Add avsprintf() patacongo 2012-02-03 17:31:08 +0000
  • fb7d63e558 Add strcasestr() patacongo 2012-02-03 16:41:28 +0000
  • 43542f9f8f Add stm3240g-eval nsh2 configuration: SDIO and no UART patacongo 2012-02-02 23:14:54 +0000
  • 05e846f340 Tried to get the Composite driver working on the LPC2148 (and failed) patacongo 2012-02-02 19:42:55 +0000
  • 7a586daed8 NSH now uses the new Telnet daemon and built-in tasks started by NSH can be used over Telnet patacongo 2012-02-02 16:04:09 +0000
  • a52f3af00a Add a configuration for testing the Telnet daemon patacongo 2012-02-02 04:41:53 +0000
  • bede2bcc72 Add David Hewson's corrections to the LPC214x USB device driver; Add LPC214x configuration to test the USB composite device patacongo 2012-02-02 04:35:35 +0000
  • a1646787df Re-verficatin of examples/telnetd after refactoring of fgets/readline functionality patacongo 2012-02-01 21:10:40 +0000
  • 2a2655f8e0 Use realine instead of fgets in several other places patacongo 2012-02-01 19:47:12 +0000
  • 6a4e8b32b3 Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use readline instead of fgets in NSH patacongo 2012-02-01 19:07:57 +0000
  • 47fa99c4a8 Add tcsetattr and tcgetattr patacongo 2012-02-01 16:17:12 +0000
  • 35a1f247c4 Add on_exit(); Re-order some logic in the task shutdown sequence. Sometimes some complex logic needs to execute when closing file descriptors and this needs to happen early while the task is still healthy patacongo 2012-01-31 23:39:12 +0000
  • ed4ee27f70 Numerous cosmetic changes while debugging a telnet driver issue patacongo 2012-01-31 20:32:49 +0000
  • 7702043472 Fix a error the telnet driver read method. Don't return if only protocol stuff is read patacongo 2012-01-31 17:38:45 +0000
  • 1df049bbc3 Various fixes for the telnet driver patacongo 2012-01-31 15:41:07 +0000
  • 5d7909fa42 Can't use 'class' as a field name! Backward conditional compilation in usbmsc.c patacongo 2012-01-31 14:15:36 +0000
  • 019b83fc54 Get rid of psock.h (bad idea); Add logic to clone the socket structure when wrapping the telnet connection as a character driver patacongo 2012-01-30 23:13:29 +0000
  • 1e4d04d53b A few more telnet updates patacongo 2012-01-30 22:20:42 +0000
  • 622ac27bfa Add new psock layer; telnet session is now wrapped in a character device patacongo 2012-01-30 21:29:59 +0000
  • a11ad68eed Candidate fix for the libboard.a dependency problem (from Mike Smith) patacongo 2012-01-29 20:07:16 +0000
  • 6c72068d14 Correct a typo in STM32 I2C3 support patacongo 2012-01-29 14:15:20 +0000
  • 41d243ce3e Most USB Composite device debug patacongo 2012-01-27 21:03:20 +0000
  • f0d2b3cca3 The composite USB device is basically functional (more testing needed) patacongo 2012-01-27 18:33:41 +0000
  • b8e32a94f3 First round of changes from debug of USB composite device (still has problems) patacongo 2012-01-27 16:25:57 +0000
  • cd24ef4a30 Add a text for the new composite USB device patacongo 2012-01-26 23:14:27 +0000
  • 804205a104 More USB composite device logic patacongo 2012-01-26 19:37:34 +0000
  • 7bf58dba52 Major restructuring of CLASS<->driver interface to better support composite USB devices patacongo 2012-01-26 17:42:44 +0000
  • 930ca11f09 More clean up of namespace patacongo 2012-01-26 14:24:15 +0000
  • 758d4cd6e6 More name changes: USBSER->PL2303 CDCSER->CDCACM patacongo 2012-01-25 23:04:17 +0000
  • f9739ec32a Fixes on reverification of USB mass storage class patacongo 2012-01-25 22:20:48 +0000
  • 402addc937 Massive name change USB STRG -> USB MSC patacongo 2012-01-25 20:50:57 +0000
  • 85a7bbb39f Massive name change USB STRG -> USB MSC patacongo 2012-01-25 20:17:59 +0000
  • 5db00d175c Add support for stm32 F4 I2C3 patacongo 2012-01-25 19:31:01 +0000
  • 08964a35b2 Progress toward composite CDC/ACM+MSC USB device patacongo 2012-01-25 19:27:20 +0000
  • 558771edd8 Corrections for LP17xx UARTs and Nucleus 2G patacongo 2012-01-25 12:50:42 +0000
  • f26cad06f6 STM32 F4 I2C updates patacongo 2012-01-25 00:09:58 +0000
  • 897ccf6f46 Lots of re-organization -- getting ready to support a composite USB device patacongo 2012-01-24 21:51:26 +0000
  • 4c45a0b534 Enable the I2C tool in the STM3240G-EVAL NSH configuration patacongo 2012-01-24 14:34:24 +0000
  • 6eb0403ddd If we are using a USB serial console, then NSH must wait for the USB device to be connected patacongo 2012-01-24 00:00:31 +0000
  • 11170ae05b Add logic to set MAX17040 frequency patacongo 2012-01-23 19:59:09 +0000
  • bbf8d0b6e4 Fixes for clean compile of battery drivers patacongo 2012-01-23 18:37:45 +0000
  • 3ea4c05843 Completes first (untested) cut at MAX1704x battery driver patacongo 2012-01-23 17:19:43 +0000
  • 8a4e17b865 Simplify upper-half battery driver patacongo 2012-01-22 19:22:51 +0000
  • 80ce244ce1 Create a generic battery driver infrastructure patacongo 2012-01-22 18:03:13 +0000
  • 0068180bf8 Create directory structures to support power-related devices patacongo 2012-01-22 16:42:49 +0000
  • cb1242d496 New, extended CAN structures must be packed. patacongo 2012-01-20 23:15:43 +0000
  • b179df901e Add support for extended (29-bit) CAN IDs patacongo 2012-01-20 21:52:35 +0000
  • e5a26ed98c Fix some warnings patacongo 2012-01-20 17:27:06 +0000
  • 20c9193e04 Leverage some bit timing logic from LPC17xx to the STM32 CAN driver patacongo 2012-01-20 03:37:29 +0000
  • 0202eef05b Fixes to PIC32 USB driver and LPC17xx CAN driver patacongo 2012-01-20 02:40:56 +0000
  • b70fafcb80 PIC32 USB: Remove some bad logic in EP0 post-SETUP clean-up patacongo 2012-01-19 23:27:44 +0000
  • d7025f7dd0 Add logic to handle state and BDTs correctly with USB packet is dispatched by the class driver patacongo 2012-01-19 21:25:21 +0000
  • a9e951e726 Add configuratin to select TSEG1 and TSEG2 values patacongo 2012-01-19 17:43:14 +0000
  • b7533eed5d Fix shift value in PIC32 USB header file patacongo 2012-01-19 16:20:28 +0000
  • 40cbbac3af PIC32 USB, using IN BDTs where OUT BDTs should be used patacongo 2012-01-18 23:50:26 +0000
  • c67bc69d86 SYNC_TIME is 3 quanta in LPC17xx CAN bit time calculation patacongo 2012-01-18 19:08:15 +0000
  • 9b5078804f Fix offset to STM32 F1 AFIO EXTICR register patacongo 2012-01-18 17:48:46 +0000
  • de66b638e1 PIC32 USB driver fixes (still not working) patacongo 2012-01-17 23:02:40 +0000
  • 88094197cb Add support for building 32-bit simulation on a 64-bit target patacongo 2012-01-17 17:42:31 +0000
  • 31c714f387 Finish coding of PIC32MX Ethernet driver patacongo 2012-01-17 14:40:12 +0000
  • 0691a58eb7 More PIC32 Ethernet stuff (still incomplete) patacongo 2012-01-17 00:00:25 +0000
  • fa785d8d31 Fixe the STM32 repetition counter. Setting of the repitition count was out of phase by 1 patacongo 2012-01-16 18:17:58 +0000
  • 0e80050d16 Fix STM32 F4 APB2 clock input frequencies patacongo 2012-01-16 17:20:09 +0000
  • 4ce72e03b6 Increase range of pulse count in PWM driver patacongo 2012-01-16 15:43:01 +0000
  • c55b63c7e3 Prep for 6.14 release patacongo 2012-01-15 16:11:32 +0000
  • 247096fede STM32 fixes for F4 32-bit timers patacongo 2012-01-13 02:49:10 +0000
  • 10cc67fe13 Add definitions for another Sure Elec. PIC32 board patacongo 2012-01-12 00:24:54 +0000
  • bf1e50eb94 Fix the STM32 PWM driver pulse count logic patacongo 2012-01-11 18:44:12 +0000
  • 64e7f6b00c On a failure to recognize a FAT file system, the mount logic should return -EINVAL, not -ENODEV patacongo 2012-01-11 16:31:45 +0000
  • 309633cbdb For STM32 PWM output on TIM1/8, need to set master output enable (MOE) patacongo 2012-01-11 16:01:18 +0000
  • 7d970cf8bb Fix bug in STM32 CAN: It must be interrupt driven patacongo 2012-01-11 14:56:56 +0000
  • d0d0a0fbbf Add support for the STM32F4-Discovery (from Mike Smith) patacongo 2012-01-11 13:01:26 +0000
  • 3692a444f9 Fix last change; the change was good but will prevent queuing multiple outgoing CAN packets patacongo 2012-01-11 05:03:51 +0000
  • ede0deaaa8 CAN request order priority patacongo 2012-01-11 01:01:44 +0000
  • 8129fb8f09 Implement the new CAN txready method for STM32 patacongo 2012-01-11 00:13:45 +0000
  • 1e16645fb4 Fix LPC17 CAN driver; TX must be interrupt driven patacongo 2012-01-10 22:29:39 +0000
  • 6cd77c1702 Fix CAN callback argument patacongo 2012-01-10 21:19:12 +0000
  • a734f89a13 Correct GPIO dump output patacongo 2012-01-10 16:25:52 +0000
  • d83819e4bb Finish PWM pulse count configuration patacongo 2012-01-09 21:34:58 +0000
  • f28db5c1c3 Add pulse count support to apps/examples/pwm patacongo 2012-01-09 18:56:05 +0000
  • 94e1048f0b Add basic support for pulse count in the PWM interface patacongo 2012-01-09 18:23:30 +0000
  • d012f2fd06 Replace logic STM32 IDLE loop with standard power management interfaces patacongo 2012-01-08 21:33:57 +0000
  • 82114d9623 More progress on the PIC32MX Ethernet driver patacongo 2012-01-08 20:38:28 +0000
  • 632b6f6f78 More progress on the PIC32MX Ethernet driver patacongo 2012-01-08 18:41:49 +0000
  • abb776a834 Add support for STM32 UART4-5 and USART6 patacongo 2012-01-08 15:09:05 +0000
  • c7a7ac6cfb Apply STM32 timer patch from Mike Smith patacongo 2012-01-08 00:44:41 +0000
  • d94c97fcdd Finishes PIC32 Ethernet header file patacongo 2012-01-08 00:35:42 +0000
  • b89a9f92c8 More register definitions for the PIC32 Ethernet driver patacongo 2012-01-07 21:46:47 +0000
  • 4043707a27 More PIC32 Ethernet register definitions patacongo 2012-01-07 20:26:47 +0000
  • ac2726af8e Add PIC32 Ethernet driver (initial is just crude LPC17xx port) patacongo 2012-01-07 18:31:43 +0000