Gregory Nutt
ed35eb0f8d
drivers/loop: Add a loop character device that can be used to setup and teardown loop devices
2015-11-25 17:13:56 -06:00
Gregory Nutt
651bd9e8ad
Rename CONFIG_LOOP to CONFIG_DEV_LOOP
2015-11-25 17:11:27 -06:00
Gregory Nutt
14d7ede265
All instances of up_initialize() should call loop_register() is CONFIG_DEV_LOOP=y
2015-11-25 17:10:41 -06:00
Gregory Nutt
b84da6e696
drivers/loop: Move drivers/loop.c to drivers/loop/losetup.c
2015-11-25 16:23:19 -06:00
Gregory Nutt
e665b3dba8
Update TODO list
2015-11-25 15:41:43 -06:00
Gregory Nutt
6ff67d3061
Minor changes from code review
2015-11-25 14:57:25 -06:00
Ken Pettit
d4a58af380
drivers/mtd/mtd/mtd_procfs/c and include/nuttx/mtd/mtd.h: Add an interface to un-regiser an MTD procfs entry.
...
drivers/mtd/filemtd.c: New new MTD conversion layer that will convert a regular file (or driver file) to an MTD device. This is useful for testing on the simulation using the hostfs.
From Ken Petit
2015-11-25 14:46:28 -06:00
Gregory Nutt
9d1404e06d
Fix an error introduced in last commit
2015-11-25 14:38:10 -06:00
Lok Tep
dd4ef7b2e9
rename to offset
2015-11-25 21:07:14 +01:00
Lok Tep
70ab09976a
setup out with data
...
ep 5-6
fixex
2015-11-25 21:07:00 +01:00
Marco Krahl
b1b97e89c8
drivers/lcd/ili9432.c: Fixed errors in orientation. Portrait, RPortrait, and RLandscript should work correly now. They were displayed mirrored. From Marco Krahl
2015-11-25 13:01:37 -06:00
Gregory Nutt
e5f27f5865
Fix some conditional compilation. CONFIG_LIBC_LOCALTIME should be checked in most of the same places wehre CONFIG_TIME_EXTENDED is checked
2015-11-25 12:51:45 -06:00
Gregory Nutt
b1e17d8892
Fix some conditional compilation. CONFIG_LIBC_LOCALTIME should be checked in most of the same places wehre CONFIG_TIME_EXTENDED is checked
2015-11-25 12:51:07 -06:00
Gregory Nutt
31bb4fe06e
Fix some conditional compilation. CONFIG_LIBC_LOCALTIME should be checked in most of the same places wehre CONFIG_TIME_EXTENDED is checked
2015-11-25 12:50:30 -06:00
Gregory Nutt
fb0a148812
Update ChangeLog/TODO
2015-11-25 12:02:25 -06:00
Gregory Nutt
e687a9f1b9
sim/nsh: Enable NSH data command and extended time functions
2015-11-25 11:53:42 -06:00
Gregory Nutt
064ef4f1fb
At day-of-week support to strftime()
2015-11-25 11:51:46 -06:00
Gregory Nutt
df431c1844
Merged in paulpatience/nuttx-boards/nucleo_f303re (pull request #22 )
...
Nucleo F303RE: Comment out CONFIG_APPS_DIR
2015-11-25 10:18:23 -06:00
Gregory Nutt
6899f952d9
Merged in paulpatience/nuttx-boards/nucleo_f303re_serialrx (pull request #21 )
...
Nucleo F303RE: Add serialrx configuration
2015-11-25 10:16:29 -06:00
Paul A. Patience
40c4dc435d
Nucleo F303RE: Comment out CONFIG_APPS_DIR
2015-11-25 11:06:22 -05:00
Paul A. Patience
15e25b6664
Nucleo F303RE: Add serialrx configuration
2015-11-25 11:00:30 -05:00
Gregory Nutt
070d95d161
Trivial change
2015-11-25 09:11:03 -06:00
Gregory Nutt
080a9019f1
Merge branch 'master' of bitbucket.org:patacongo/nuttx
2015-11-25 09:08:13 -06:00
Gregory Nutt
4241b0d99b
Extend NSH documentation to include the new options to the mount command
2015-11-25 08:48:30 -06:00
Gregory Nutt
8f5047323f
Update ChangeLog and submodules
2015-11-25 08:38:58 -06:00
Ken Pettit
641ca79321
arch/sim/src: Add a special file system for use with simulator that supports access to the host file system from the simulation. From Ken Petit
2015-11-25 08:36:44 -06:00
Ken Pettit
c0b9dcf8a9
fs/hostfs: Add a special file system for use with simulator that supports access to the host file system from the simulation. From Ken Petit
2015-11-25 08:26:26 -06:00
Gregory Nutt
bdc6882499
Refresh a configuration
2015-11-25 08:12:14 -06:00
Gregory Nutt
cd7c6705a8
mm.h: Use UINT32_MAX vs. SIZE_MAX in definition of MMSIZE_MAX
2015-11-25 08:11:32 -06:00
Frank Benkert
570b211f44
SAMV71-XULT: Fix some bad conditional compilation. From Frank Benkert
2015-11-24 06:25:27 -06:00
Gregory Nutt
d7c5ff98f4
Fix a typo
2015-11-23 18:55:38 +00:00
Gregory Nutt
56d29bbc34
Update submodules
2015-11-23 12:45:56 -06:00
Gregory Nutt
edb1439d8f
Last change introduced warnings when CONFIG_SIM_M32=y; This fixes those warnings too
2015-11-23 12:44:59 -06:00
Gregory Nutt
076b05b460
In Kconfig of all CPUs with 16-bit address, force CONFIG_MM_SMALL=y
2015-11-23 12:16:35 -06:00
Gregory Nutt
6230e6e199
size_t should be 64-bits on a 64-bit machine. mmsize_t should be 32-bits (unless CONFIG_MM_SMALL is selected). This commit backs out the last change to stddef.h
2015-11-23 12:03:36 -06:00
Gregory Nutt
9f98dfecb7
sim: Eliminate a warning
2015-11-23 11:59:33 -06:00
Gregory Nutt
175d248af1
Refresh all configurations that have SMARTFS enabled. They should have MKSMARTFS enabled for backward compatibility.
2015-11-23 11:20:47 -06:00
Gregory Nutt
5f7dac8076
Update sub-modules
2015-11-23 11:19:02 -06:00
Gregory Nutt
c07b1db85f
Update NSH documentation to include basename and dirname
2015-11-23 10:17:55 -06:00
Gregory Nutt
25ab59bf80
stddef.h: Use a round-about cast in the definition of offsetof() to avoid warnings on machines with 64 bit addresses and when size_t is less than 64-bits.
2015-11-23 07:11:05 -06:00
Ken Pettit
375419eaf2
mksmartfs: Remove fs/smartfs/fs_mksmartfs.c and related headers. This has been moved to apps/fsutils/mksmartfs. From Ken Petit
2015-11-23 07:05:09 -06:00
Gregory Nutt
289b3e281f
drivers/mtd/smart.c: Fix a compile error when CONFIG_MTD_SMART_MINIMIZE_RAM=y
2015-11-22 17:18:43 -06:00
Gregory Nutt
891589b307
drivers/mtd/smart.c: Add some run-time geometry tests
2015-11-22 17:10:42 -06:00
Gregory Nutt
8669312a65
Merged in marawan31/boards (pull request #20 )
...
added unique id implementation for f4discovery
2015-11-22 12:57:06 -06:00
marawan31
af7cfebff9
added unique id implementation for f4discovery
2015-11-22 13:28:59 -05:00
Marawan Ragab
79e89e04d1
Merged nuttx/boards into master
2015-11-22 13:26:03 -05:00
Gregory Nutt
54549ef082
Revert "Add option to specify logical sector size during low level format plus adds some run-time geometry tests. fs/smartfs: Remove the 'mksmartfs()' code from the kernel 'fs'"
...
This reverts commit 96faf0fa3251ca10a17daddc728d931be5a206e0.
2015-11-22 10:15:06 -06:00
Gregory Nutt
64e8f12e2b
Add option to specify logical sector size during low level format plus adds some run-time geometry tests. fs/smartfs: Remove the 'mksmartfs()' code from the kernel 'fs'
...
directory and build.
2015-11-22 10:07:35 -06:00
Gregory Nutt
006528b144
Add support for freopen()
2015-11-22 08:39:17 -06:00
Gregory Nutt
7c8bc43979
Merged in bendells/nuttx (pull request #38 )
...
Fixed a mismatching between the drawlinewindow's prototype and it's implementation
2015-11-21 18:46:29 -06:00