Gregory Nutt
|
1f115c76eb
|
procfs now shows information about the group that each thread belongs: Like parents, group member, open file, and open sockets
|
2013-12-15 11:22:48 -06:00 |
|
Gregory Nutt
|
66f330331b
|
NxConsole: Fix typo that caused compile error when CONFIG_NXCONSOLE_BPP is less than 8. From Librae
|
2013-12-15 07:25:49 -06:00 |
|
Gregory Nutt
|
46b77e2544
|
Support /proc/uptime
|
2013-12-14 10:34:08 -06:00 |
|
Gregory Nutt
|
9f01df47ea
|
Create procfs_utils.c; File missed from last commit; + remove warning from mm_memalign.c (how did this work before?)
|
2013-12-14 08:53:23 -06:00 |
|
Gregory Nutt
|
623229057f
|
A10 serial driver (still needs some work). From Alan Carvalho de Assis
|
2013-12-13 16:41:44 -06:00 |
|
Gregory Nutt
|
756fd631ca
|
A10: Add A10 configuration header file
|
2013-12-13 12:53:33 -06:00 |
|
Gregory Nutt
|
d6b81cc7ef
|
A10: Timer interrupt handler
|
2013-12-13 12:42:26 -06:00 |
|
Gregory Nutt
|
7aff059fd0
|
Move sleep() and usleep() from sched/ to libc/unistd/. These functions now are simple wrappers for nanosleep(). Remove sleep() and usleep() from system calls; add nanosleep() to system calls
|
2013-12-13 07:57:13 -06:00 |
|
Gregory Nutt
|
342e777029
|
Add nanosleep()
|
2013-12-12 20:12:33 -06:00 |
|
Gregory Nutt
|
2fac3de49e
|
strftime(): Need null-termination on generated string. From Max Holtzberg
|
2013-12-12 17:41:07 -06:00 |
|
Gregory Nutt
|
c0367fcc0a
|
Beginning of Timer register definition file for the A10
|
2013-12-12 12:27:30 -06:00 |
|
Gregory Nutt
|
0a91686566
|
configs/Kconfig: Typo fix from Ken Pettit
|
2013-12-12 09:25:31 -06:00 |
|
Gregory Nutt
|
e4471dc8e0
|
procfs/: Extenstive architectural changes and enhancements by Ken Pettit
|
2013-12-12 09:21:55 -06:00 |
|
Gregory Nutt
|
33a3bb0e37
|
Pattern matching logic extended by Ken Pettit
|
2013-12-12 08:40:54 -06:00 |
|
Gregory Nutt
|
482d94cfd2
|
A10+pcDuino: PIO support, LED and button support
|
2013-12-11 13:23:40 -06:00 |
|
Gregory Nutt
|
06f08899dc
|
A10 PIO register definition header file
|
2013-12-10 15:53:32 -06:00 |
|
Gregory Nutt
|
62bf4d158d
|
Move ramdisk.h to include/nutt/fs/ramdisk.h
|
2013-12-10 09:42:58 -06:00 |
|
Gregory Nutt
|
f821e74ebb
|
Move smart.h to include/nuttx/fs/smart.h
|
2013-12-10 09:38:48 -06:00 |
|
Gregory Nutt
|
beda9787b4
|
Move rgbcolors.h to include/nuttx/video
|
2013-12-10 09:29:20 -06:00 |
|
Gregory Nutt
|
e282aad903
|
Move include/nuttx/fb.h to include/nuttx/video/fb.h
|
2013-12-10 09:23:54 -06:00 |
|
Gregory Nutt
|
0297ed0966
|
A10 UART: Register definition header file
|
2013-12-09 14:18:32 -06:00 |
|
Gregory Nutt
|
4d07c15932
|
Add OV2640 camera support to test the SAMA5 ISI peripheral
|
2013-12-09 10:51:22 -06:00 |
|
Gregory Nutt
|
4a3629180e
|
A10 interrupt logic
|
2013-12-08 10:18:28 -06:00 |
|
Gregory Nutt
|
c661c4014f
|
A10 mmu configuration and INTC register definitions
|
2013-12-08 09:11:52 -06:00 |
|
Gregory Nutt
|
22fefb59da
|
Add board support infrastructure for the pcDuino board. There is not much there on the initial checkin
|
2013-12-07 14:25:35 -06:00 |
|
Gregory Nutt
|
05759e0721
|
Add basic directory structure to support the Allwinner A10
|
2013-12-07 13:06:34 -06:00 |
|
Gregory Nutt
|
604361ac6b
|
Prep for the NuttX-6.32 Release
|
2013-12-07 11:04:08 -06:00 |
|
Gregory Nutt
|
ed9756c137
|
MTD NAND: Check if block number is out of ragne at top of loop, not bottom, to avoid some bogus transfers
|
2013-12-05 18:19:48 -06:00 |
|
Gregory Nutt
|
40e0253189
|
mkfatfs: Fix an error in logic that determines if FAT16 is possible
|
2013-12-05 18:17:22 -06:00 |
|
Gregory Nutt
|
692b087d07
|
LM: Don't initialize .data if running in SRAM. Global missing intialize type. SAMA5 NAND: Fix for read nand in smaller chunks
|
2013-12-05 10:37:55 -06:00 |
|
Gregory Nutt
|
68ccbc0855
|
Add drivers/mtd/README.txt
|
2013-12-04 07:46:10 -06:00 |
|
Gregory Nutt
|
0d8ac38e59
|
SAMA5D3x-EK: Cosmetic improvements to the NOR boot printfs; updated README
|
2013-12-02 17:22:55 -06:00 |
|
Gregory Nutt
|
5b9d07e5c0
|
NXFFS: When dumping the MTD content, don't abort on a read error. For NAND, the read error probably just means that an uncorrectable ECC was encountered
|
2013-12-01 20:17:09 -06:00 |
|
Gregory Nutt
|
5c1f0946c2
|
NXFFS: First of many changes for NAND. NAND reports read errors on ECC failures. NXFFS can't just give up in these cases and must treat read failures like bad blocks
|
2013-12-01 18:22:33 -06:00 |
|
Gregory Nutt
|
5978e04411
|
ViewTool STM32F107: Add support for on-board LEDs and buttons
|
2013-11-30 14:15:15 -06:00 |
|
Gregory Nutt
|
22fb787c86
|
Basic board support for the ViewTool STM32F103/F107 board
|
2013-11-30 12:14:15 -06:00 |
|
Gregory Nutt
|
2aa0809e8b
|
Inode semaphore must be entrant or a deadlock can occur in certain scenarios
|
2013-11-28 13:12:14 -06:00 |
|
Gregory Nutt
|
f171394ba9
|
STM32F429I-Discovery: Add support for external SST25 FLASH. From Ken Pettit
|
2013-11-28 08:21:15 -06:00 |
|
Gregory Nutt
|
755ee7f34b
|
STM32 F4: Add support for GPIOK and GPIOJ. From Ken Pettit
|
2013-11-28 08:13:59 -06:00 |
|
Gregory Nutt
|
a791b1070b
|
Fix error in SMARTFS partition number reporting
|
2013-11-28 08:11:13 -06:00 |
|
Gregory Nutt
|
5a18f048ce
|
Add MTD SST25 driver for larger SST25 parts. From Ken Pettit
|
2013-11-28 08:04:46 -06:00 |
|
Gregory Nutt
|
1fed0407b3
|
MTD: Pack the geometry structure so that is can handle larger erase blocks
|
2013-11-27 11:04:11 -06:00 |
|
Gregory Nutt
|
45a4eba015
|
SAMA5D3x-EK NAND: Integrate SAMA5 NAND support into SAMA5D3x-EK board support
|
2013-11-25 12:10:24 -06:00 |
|
Gregory Nutt
|
b6da35e12c
|
Add a script to produce ctags. From Ken Pettit
|
2013-11-23 06:49:40 -06:00 |
|
Gregory Nutt
|
641a3387ab
|
Add README file for SMARTFS. From Ken Pettit
|
2013-11-23 06:44:17 -06:00 |
|
Gregory Nutt
|
38042f641a
|
LPC-H3131: SDRAM support (untested)
|
2013-11-21 06:37:50 -06:00 |
|
Gregory Nutt
|
8f0c334d04
|
ARM9: More cache control functions
|
2013-11-20 15:24:14 -06:00 |
|
Gregory Nutt
|
9e804749e9
|
Olimex LPC-H3131: Drop loops-per-second by a factor of 4. Why is the H3131 only 25% as fast as the EA3131 at the same clocking?
|
2013-11-19 15:54:23 -06:00 |
|
Gregory Nutt
|
c9c6d0c0d1
|
Olimex LPC_H3131: Add GPIO support for LEDs and for USB host power enable and overcurrent detection.
|
2013-11-19 15:52:10 -06:00 |
|
Gregory Nutt
|
da5670d10b
|
LPC3131 EHCI: Add USB host tracing support
|
2013-11-19 15:48:02 -06:00 |
|