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 |
|
Slimane Bendelloul
|
ca182201e4
|
Fixed a mismatching between the drawlinewindow's prototype and it's implementation
|
2015-11-21 15:06:05 -05:00 |
|
Gregory Nutt
|
23a62dec50
|
Update TODO
|
2015-11-21 11:58:26 -06:00 |
|
Gregory Nutt
|
84a5f846c9
|
open() has been extended. You can now open block drivers and access them just as you can character drivers. For example, you can hexdump a block device.
|
2015-11-21 11:24:55 -06:00 |
|
Gregory Nutt
|
dcb85af387
|
Add logic to automatically wrap a block device as a BCH device with no visible character device
|
2015-11-21 10:14:01 -06:00 |
|
Gregory Nutt
|
968de101f0
|
Eliminate a warning
|
2015-11-21 10:12:21 -06:00 |
|
Gregory Nutt
|
f03e435e43
|
drivers/bch: Add support for delayed unlinking of BCH driver
|
2015-11-21 09:15:12 -06:00 |
|
Gregory Nutt
|
8914400750
|
PCF85163: Correct I2C address
|
2015-11-21 07:14:36 -06:00 |
|
Gregory Nutt
|
abb7171a89
|
SAMV71-XULT: Add hooks for testing the PCF85263 RTC
|
2015-11-21 07:14:05 -06:00 |
|
Gregory Nutt
|
30834721df
|
Trivial changes for compliance with coding standard
|
2015-11-20 17:53:03 -06:00 |
|
Gregory Nutt
|
0ed9c6496b
|
Merged in wail007/arch (pull request #35)
Small bug fix for stm32 lower half timer driver
|
2015-11-20 17:50:39 -06:00 |
|
Gregory Nutt
|
294950ea3d
|
PCF85263: Need to clear the 100ths of second register when setting the time
|
2015-11-20 17:39:41 -06:00 |
|
Gregory Nutt
|
38c9d42e21
|
drivers/timers/pcf85263.c: Add a driver for the NXP PCF85263 I2C RTC
|
2015-11-20 17:36:10 -06:00 |
|
Wail Khemir
|
702368fce4
|
Small bug fix for stm32 lower half timer driver
|
2015-11-20 18:16:39 -05:00 |
|
Wail Khemir
|
efb8d31af6
|
Merged nuttx/arch into master
|
2015-11-20 18:11:17 -05:00 |
|
Gregory Nutt
|
3cff8a725b
|
Add a missing comment
|
2015-11-20 16:13:28 -06:00 |
|
Gregory Nutt
|
11c0f5be6f
|
Clear some trailing whitespace
|
2015-11-20 16:10:01 -06:00 |
|
Gregory Nutt
|
26cbdd8939
|
Completes PCF85263 RTC register definition header file.
|
2015-11-20 16:09:23 -06:00 |
|
Gregory Nutt
|
eb4c2f9c41
|
PCF85263 RTC register definition header file. Incomplete on initial commit
|
2015-11-20 14:51:43 -06:00 |
|
Gregory Nutt
|
db2fe45666
|
Update some comments
|
2015-11-20 09:55:18 -06:00 |
|
Gregory Nutt
|
e4d0255c14
|
Update the porting guide
|
2015-11-20 08:43:19 -06:00 |
|
Gregory Nutt
|
4b29bcee7f
|
Rename up_rtcinitialize to up_rtc_initialize so that it looks like other RTC interfaces
|
2015-11-20 08:27:52 -06:00 |
|
Gregory Nutt
|
5ab7c50a23
|
Rename up_rtcinitialize to up_rtc_initialize so that it looks like other RTC interfaces
|
2015-11-20 08:27:17 -06:00 |
|
Gregory Nutt
|
25a2e17347
|
Rename up_rtcinitialize to up_rtc_initialize so that it looks like other RTC interfaces
|
2015-11-20 08:27:04 -06:00 |
|
Ken Pettit
|
d30b73be82
|
W25: Add support for byte write mode. From Ken Petit
|
2015-11-20 07:34:07 -06:00 |
|