Commit Graph

  • f5211035ab Add a test for the NX console device patacongo 2012-03-27 16:59:15 +0000
  • 218b2f1672 Update NxWidgets Doxygen support patacongo 2012-03-27 15:01:22 +0000
  • 9c5a6f54bd Add more NX console logic patacongo 2012-03-27 02:21:47 +0000
  • 7d8338dbfc NFS update + another NX console driver file patacongo 2012-03-27 00:23:40 +0000
  • 5c2c73f6f5 Add beginnings of an NX console driver patacongo 2012-03-26 22:10:21 +0000
  • 4bbb82261c Use const storage class on a few declarations to save SRAM patacongo 2012-03-25 21:05:02 +0000
  • 6d7a2956eb Missed one file from last set of LPC17xx DAC changes patacongo 2012-03-25 16:24:46 +0000
  • 008e12b5c8 LPC17xx DAC fixes patacongo 2012-03-25 16:22:07 +0000
  • da51ecc974 Add support for the poweroff on calypso phones patacongo 2012-03-25 14:51:25 +0000
  • bfbf2cccdf Additional documentation/README updates patacongo 2012-03-24 22:39:52 +0000
  • 285a023286 Backout recent change to PIC32 network configuration -- doesn't work right with fewer I/O buffers patacongo 2012-03-24 22:07:50 +0000
  • c7147522c9 Update Calypso README files patacongo 2012-03-24 20:52:32 +0000
  • 37e8f4c725 Add comments about Calypso building patacongo 2012-03-24 19:25:49 +0000
  • 97fd097f9a Move include/sercomm to include/nuttx/sercomm patacongo 2012-03-24 18:33:21 +0000
  • 79bdfcae3d A few more Calypso/Compal updates patacongo 2012-03-24 18:14:23 +0000
  • b32fd7491e Update documenation to include Calypso and the Compal phones patacongo 2012-03-24 17:52:10 +0000
  • 34c9408530 Add support for compal e99 and e88 phones patacongo 2012-03-24 17:27:38 +0000
  • cda951fff1 Documentation update patacongo 2012-03-24 13:57:04 +0000
  • 3e42396a44 Updated comments; starting to implement priority protection but backed everything out but some changes to comments patacongo 2012-03-23 20:14:21 +0000
  • 72dfc599ee Documentation update; enabled I2C tool in stm32 nsh2 config patacongo 2012-03-23 01:41:34 +0000
  • 15ddbb4de9 Documentation update for NxWidgets patacongo 2012-03-22 23:34:37 +0000
  • 08f2fa1364 NxWidgets ready for first release patacongo 2012-03-22 22:51:53 +0000
  • f553c16cf6 Prep for NxWidgets 1.0 release patacongo 2012-03-22 22:41:11 +0000
  • dcd9999711 First check-in of NxWidgets patacongo 2012-03-22 21:22:59 +0000
  • 58df24e93f Update header file info in README patacongo 2012-03-22 18:44:06 +0000
  • 8bcfcd56d5 Add clock_synchronize() which may be used to re-synchonize the system time with an RTC after recovering from a low power state patacongo 2012-03-22 14:52:46 +0000
  • 1460fecc90 Change STM32 so that stm32_pmstop.c and stm32_pmstandby are built even if CONFIG_PM is not defined patacongo 2012-03-22 14:07:45 +0000
  • 1018c9e441 NFS update + make some examples configurable as NSH built-ins patacongo 2012-03-22 00:51:01 +0000
  • a58d4b265f Move serial header files to include/nuttx/serial patacongo 2012-03-21 19:47:23 +0000
  • c22a13ef4a Move file-system header files to include/nuttx/fs patacongo 2012-03-21 18:01:07 +0000
  • 0247373e8f Cosmetic PIC32 USB driver fixes (still has problems) patacongo 2012-03-20 15:28:06 +0000
  • aa37eeaa03 Minor updates for PIC32 USB device driver bugs patacongo 2012-03-19 17:56:15 +0000
  • 199e931462 The PIC32 USB driver (finally) works the the Mass Storage Class patacongo 2012-03-18 20:39:18 +0000
  • 9242a9e578 Fix reported USB MSC product/revision patacongo 2012-03-17 17:15:59 +0000
  • 310e63cd28 NFS update; fix STM32 enabling of CAN2 clock patacongo 2012-03-17 00:25:34 +0000
  • 2286099a15 Updates to the PIC32 USB driver (still kind of buggy); Fix for STM32 CAN2 -- Need to enable CAN1 clocking to use CAN2 patacongo 2012-03-16 20:59:21 +0000
  • 1427e50541 Fix PIC32 USB double buffer toggle patacongo 2012-03-15 22:56:46 +0000
  • 8974ab15ba Updates to PIC32 USB stall logic -- still doesn't work right patacongo 2012-03-15 20:53:42 +0000
  • 8c4a5d2149 Add hooks to support STM32 power management patacongo 2012-03-14 19:37:28 +0000
  • 16f7ec20bd Extend examples/can so that it can be used in other contexts patacongo 2012-03-14 01:19:27 +0000
  • c184b7a4de Tinkering with USB MSC device on PIC32 -- doesn't work patacongo 2012-03-13 23:47:11 +0000
  • 227b5d0f56 Fix a deadlock when using the NSH ifconfig command over Telnet patacongo 2012-03-13 20:51:48 +0000
  • fd38715cba Add a PIC32 configuration that supports only a Telnet console patacongo 2012-03-13 19:21:04 +0000
  • 4757dd6aa8 PIC32 Ethernet driver now appears stable patacongo 2012-03-13 18:05:49 +0000
  • 8d0386947e Correct PIC32 Ethernet Tx ring handling patacongo 2012-03-13 16:15:24 +0000
  • e7eb420e2e Add psock_connect() patacongo 2012-03-13 13:02:45 +0000
  • b2664b46db Fix some multiply defined symbols by making some static patacongo 2012-03-13 12:47:59 +0000
  • ea36e112cf Completes bit definitions for STM32 USB OTG FS registers patacongo 2012-03-13 00:45:34 +0000
  • 736fcc20da Add bit definitions for STM32 USB OTG FS Host-mode control and status registers patacongo 2012-03-12 23:07:41 +0000
  • 8beb69be2f Add bit definitions for STM32 USB OTG FS Core global control and status registers patacongo 2012-03-12 22:06:31 +0000
  • 126f9640b8 More STM32 USB OTG definitions patacongo 2012-03-12 20:08:55 +0000
  • 50d489100f Dirty port of LPC17 USB host driver to the STM32 -- nothing more than a name change on initial check-in patacongo 2012-03-12 16:03:10 +0000
  • c6bd4f78c4 Add support for the Sure DB-DP11212 PIC32 board patacongo 2012-03-12 15:47:47 +0000
  • 65e4af6e20 Prep for 6.16 release patacongo 2012-03-10 18:58:41 +0000
  • 2204da6b60 Prep for 6.16 release patacongo 2012-03-10 18:57:44 +0000
  • 080b0b41e0 Fix a typo introduce in the last big bunch of checkins for the STM32 F2 patacongo 2012-03-10 00:35:44 +0000
  • 288631c44f Add support for the STM3220G-EVAL board patacongo 2012-03-10 00:15:45 +0000
  • 0cba35270a Add peripheral support for the STM32 F2 family patacongo 2012-03-10 00:02:11 +0000
  • 6806ef6e3f Add IRQ/chip support for the STM32 F2 family patacongo 2012-03-09 22:33:00 +0000
  • 7882e0671e Update PIC32 Ethernet driver patacongo 2012-03-09 22:05:14 +0000
  • 04a88c0538 Fix several bugs related to PIC32 Ethernet driver patacongo 2012-03-09 17:47:25 +0000
  • e01934d011 PIC32 Ethernet driver now at least talks to the PHY patacongo 2012-03-09 14:47:27 +0000
  • 9422880309 RPC updates patacongo 2012-03-08 23:40:14 +0000
  • 406e1cd01b Update PIC32 Ethernet driver from debugging (still does not work patacongo 2012-03-08 23:05:03 +0000
  • 3b1852082c Verified USB (device) on the PIC32 Ethernet Starter Kit patacongo 2012-03-08 14:31:49 +0000
  • fbb3cd0f03 Add support for USB device testing on the PIC32 starter kit patacongo 2012-03-07 22:50:43 +0000
  • 3ded48ceae Add an NSH configuratin for the PIC32 starter kit patacongo 2012-03-07 21:36:32 +0000
  • 777befe4bb Updates to PIC32 SPI driver patacongo 2012-03-07 17:40:23 +0000
  • af2d48b0a3 RPC updates patacongo 2012-03-07 01:28:14 +0000
  • a0b537dd76 Add PIC32 SPI driver patacongo 2012-03-07 00:53:50 +0000
  • 0a89a8ade3 Add support for use of a USB serial device to provide NSH console I/O. Verified on the Sure PIPIC32MX board patacongo 2012-03-06 20:21:57 +0000
  • 29772a3432 The PIC32 USB device driver is (finally) functional patacongo 2012-03-06 15:51:03 +0000
  • a1a8abff71 RPC update patacongo 2012-03-06 00:26:14 +0000
  • 94dc3e48cd Minor update to PIC32 USB device driver patacongo 2012-03-05 23:04:18 +0000
  • eb43744cfe Some improvements in PIC32 USB BDT handling patacongo 2012-03-05 21:02:07 +0000
  • df7302340e Fix some PIC32 USB IN transfer issues -- still more patacongo 2012-03-04 22:31:18 +0000
  • 4129b430d6 Some fixes for the PIC32 USB IN processing -- still some issues patacongo 2012-03-04 19:31:10 +0000
  • 40f49928b0 Several fixes to the PIC32 USB device OUT path logic patacongo 2012-03-04 17:38:00 +0000
  • 03c2be3856 Move all non-standard, NuttX header files into include/nuttx/net patacongo 2012-03-03 23:18:34 +0000
  • 73af31f231 After a reset, need to re-connected to the bus patacongo 2012-03-03 18:59:32 +0000
  • dabec8c010 A few more PIC32 USB fixes patacongo 2012-03-03 17:27:49 +0000
  • c2bd949bf6 Remove quad_t patacongo 2012-03-03 00:23:08 +0000
  • 82f12f7334 RPC updates patacongo 2012-03-03 00:15:10 +0000
  • bb41cf1b70 Add more low-level, thread-independent socket interfaces patacongo 2012-03-02 19:57:52 +0000
  • 4f617d5be7 PIC32 USB driver updates patacongo 2012-03-02 17:23:02 +0000
  • f18b635aa2 Add the beginnings of NFS client support patacongo 2012-03-02 02:11:31 +0000
  • c8ef50d82b Fix PIC32 USB cloning errors -- There is not pbuffer toggle bit in the BDT status patacongo 2012-03-02 00:16:12 +0000
  • 314e1d6189 PIC32 USB device only supports full ping poing mode patacongo 2012-02-29 23:19:20 +0000
  • b34d35b328 A little more work (but not much progress) on the PIC32 USB device driver patacongo 2012-02-29 21:53:28 +0000
  • 157e80bb9d Add logic to NSH startup to call C++ static initializers on startup patacongo 2012-02-28 23:38:59 +0000
  • 82da59c616 Add support for C++ static constructors (at least to a few platforms) patacongo 2012-02-28 21:58:24 +0000
  • d83d1596b0 STM32 Quad Encoder bug fixes patacongo 2012-02-28 18:39:37 +0000
  • 56bcc7b105 Extend CDC/ACM driver so that can be connected/disconnected under software control; Add new NSH commands sercon and serdis that will connect and disconnect the CDC/ACM serial device patacongo 2012-02-28 18:14:55 +0000
  • 2ac7d84029 Overflow position offset not needed if we have only 32-bit counters patacongo 2012-02-28 01:58:23 +0000
  • 6dc915199c Add support for mixed 16- and 32-bit timers patacongo 2012-02-28 00:33:30 +0000
  • 0c04ea0089 Add logic to support the FSMC SRAM in the NuttX heap patacongo 2012-02-27 23:14:43 +0000
  • 08d0c58e89 Oops, can't use symbol OK here patacongo 2012-02-27 19:54:42 +0000
  • 6fe64a1886 Add support for the Atollic Pro toolchain; Change extension .ihx to .hex to be better compatible with most of the rest of the world patacongo 2012-02-27 19:50:35 +0000
  • fcbad8c27f Add support for SRAM on board the STM3240G-EVAL board patacongo 2012-02-27 17:22:10 +0000
  • 1784e4785b Add single precision operations to FPU test patacongo 2012-02-26 15:27:36 +0000