Commit Graph
1419 Commits
Author SHA1 Message Date
Gregory Nutt 718d4d23ad Add asctime(), asctime_r(), ctime(), and ctime_r(). 2015-06-12 11:52:49 -06:00
Gregory Nutt 1acfa1771b Rename teensy-3.1 directory to teensy-3.x. Add board.h header file 2015-06-09 15:54:04 -06:00
Gregory Nutt 8be0822b98 Prep for the NuttX-7.10 Release 2015-06-09 11:33:50 -06:00
Gregory Nutt 8967e9715f Update/add README.txt files 2015-06-09 07:03:25 -06:00
Gregory Nutt b55b42d6c7 Update more broken URLs 2015-06-08 14:16:32 -06:00
Gregory Nutt 762edbba10 Update more broken URLs 2015-06-07 12:02:06 -06:00
Gregory Nutt ed8bb58764 Update more broken URLs and a README 2015-06-07 11:44:56 -06:00
Gregory Nutt 564c03724c Documentation: Add target=_blank to some URLs so they can be opened from DocuWiki. Some Sourceforge content cannot be served in a frame 2015-06-07 11:22:14 -06:00
Gregory Nutt 219bf39ace Update documentation and README file 2015-06-06 19:16:17 -06:00
Gregory Nutt 1d370178fb Add support for a union file system that can be used to overlay and merge the content of two mounted file systems. 2015-06-05 13:18:06 -06:00
Gregory Nutt c704a5289c Comment out references to fstat(). It is not yet supported. 2015-06-02 11:43:44 -06:00
Gregory Nutt a841329fad Rename configs/teensy to configs/teensy-2.0 to distinguish teensy-lc and teensy-3.1 2015-05-25 18:29:43 -06:00
Gregory Nutt 4adda9d428 Fix numerous typos in configuration variable names. Tracked down by Alan Carvalho de Assis 2015-05-23 17:08:35 -06:00
Gregory Nutt b50ed67e58 Update documentatino and README files for the LPCXpresso LPC1115 board support 2015-05-22 19:56:45 -06:00
Gregory Nutt eb7e66c945 Update Documentation 2015-05-18 13:41:35 -06:00
Gregory Nutt 9e1c72e3e2 Add basic board build configurat for the SAML21 Xplained. Initial commit is jsut the SAMD20 Xplained with name changes and does not yet build 2015-05-18 13:16:32 -06:00
Gregory Nutt 3adcae8ffb Update the type passed to watchdog timer handlers. Using uint32_t is a problem for 64-bit machines. 2015-05-18 08:53:42 -06:00
Gregory Nutt a4ccbd8c4a Fix some references to statfs being in stdio.h in documentation 2015-05-12 13:43:04 -06:00
Gregory Nutt e6ebdba913 OHCI: Fix length calculation in all OHCI drivers: CBP==0 means that the entire buffer was transferred, not that a null packet was tranaferred 2015-05-10 10:01:22 -06:00
Gregory Nutt 2ec584c3b4 Adds board support for the Teensy LC board. Support is based off the Freedom KL25Z board. LED, PWM, and UART0 have been tested. The SPI pins are mapped correctly but have not yet been tested. From Michael Hope as SourceForge patch 51. 2015-05-07 07:06:50 -06:00
Gregory Nutt 691d7c9819 Rename usbhost_storageinit() to usbhost_msc_initialize(). Add calls to usbhost_cdcacm_initialize() is CONFIG_USBHOST_CDCACM is selected. 2015-05-06 14:11:29 -06:00
Gregory Nutt 8280e2dbb0 Update document to include USB hub feature 2015-05-01 10:49:22 -06:00
Gregory Nutt b6b64cfc03 Update README files 2015-04-15 09:31:44 -06:00
Gregory Nutt 6b283c303c Prep for 7.9 release 2015-04-14 14:17:55 -06:00
Gregory Nutt 490a2a5ebd Remove all traces of the Galileo board. That port is not going to happen -- I dont' even have the Galileo board anymore. 2015-04-13 15:36:50 -06:00
Gregory Nutt 5a110d08d9 Allow NSH date command with no RTC. This command is useful without an RTC too. Also, this permits testing on the simulator which never has an RTC 2015-04-11 12:13:18 -06:00
Gregory Nutt 81703e6fad Add sigset() 2015-04-09 10:16:35 -06:00
Gregory Nutt 2a82dc66f9 drawline/drawLine should not take a boolean to select non lines caps or capping at both ends. drawline/drawLine also needs to be able to put a line cap on one one end of a line 2015-04-05 16:53:51 -06:00
Gregory Nutt ae03d56700 Add a 'capped' boolean parameter to all drawline/drawLine functions/methods. The idea is that this will produce better joining between lines 2015-04-05 08:50:01 -06:00
Gregory Nutt 7a4a9608a9 Minor documentation update 2015-04-03 16:44:07 -06:00
Gregory Nutt e78e762dd6 Add a very basic driver for the CS2100-CP Fractional-N Multipler chip. 2015-04-02 13:00:10 -06:00
Gregory Nutt 0ec67181c9 Move include/nuttx/timer.h, rtc.h and watchdog.h to include/nuttx/timers/. 2015-04-01 12:37:44 -06:00
Gregory Nutt 97acb5d9ee Update Documentation 2015-04-01 09:05:43 -06:00
Gregory Nutt 9c0441e2da Rename arch_nshinitialize() to board_app_initialize() 2015-03-31 10:21:31 -06:00
Gregory Nutt eb304951b4 Minor Documentation update 2015-03-29 14:46:52 -06:00
Gregory Nutt f67c489756 Update documentation 2015-03-29 07:52:52 -06:00
Gregory Nutt 56e24b561f Add Olimexino-STM32 board support from David Sidrane 2015-03-20 18:00:10 -06:00
Gregory Nutt 1b4e32ef20 Update README 2015-03-09 19:58:59 -06:00
Gregory Nutt 89b4a6b849 Add a little blurb about the SAMV71-XULT in the 'about' document 2015-03-09 19:46:48 -06:00
Gregory Nutt cfca6b08c5 SAMV71-XULT: Add support for on-board LEDs. Includes partial support for on-board buttons. Some corrections fo to egg-stk37000 and sam4e-ek discovered during leveraging. Add board READEM.txt file 2015-03-09 08:23:09 -06:00
Gregory Nutt 696e99b69a Update comment and documentation for board interfaces 2015-02-28 06:46:19 -06:00
Gregory Nutt 7e7bd5e1f9 Minor documentation update 2015-02-27 18:51:47 -06:00
Gregory Nutt f9290f2bfa Update ChangeLog 2015-02-24 07:30:45 -06:00
sauttefk 09ebf22238 Fixed cut & paste error. corrected naming of Tiva series developement
boards.
2015-02-24 02:36:37 +01:00
Gregory Nutt 13926ce019 PIC32MZ: Add just enough PIC32MZ logic that we can run 'make menuconfig' 2015-02-22 10:53:24 -06:00
Gregory Nutt 78bf6bbf29 Rename pic32-starterkit to pic32mx-starterkit to make room in the namespace for the pic32mz-starterkit 2015-02-21 18:41:17 -06:00
Gregory Nutt abb6e41550 Porting Guide: Reorder some paragraphs for a clearer distinction of driver types 2015-02-20 11:36:56 -06:00
Gregory Nutt a889f37548 Update porting guide to include some trivial description of the touchscreen controller interfaces 2015-02-20 10:41:09 -06:00
Gregory Nutt caa94975a9 Add some trivial documentation for the RTC driver 2015-02-15 10:31:11 -06:00
Gregory Nutt 3724a5e98e RTC: Remove all backdoor interfaces from rtc.h 2015-02-13 08:41:34 -06:00