Gregory Nutt
|
fb0a148812
|
Update ChangeLog/TODO
|
2015-11-25 12:02:25 -06:00 |
|
Gregory Nutt
|
064ef4f1fb
|
At day-of-week support to strftime()
|
2015-11-25 11:51:46 -06: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
|
8f5047323f
|
Update ChangeLog and submodules
|
2015-11-25 08:38:58 -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
|
cd7c6705a8
|
mm.h: Use UINT32_MAX vs. SIZE_MAX in definition of MMSIZE_MAX
|
2015-11-25 08:11:32 -06:00 |
|
Gregory Nutt
|
56d29bbc34
|
Update submodules
|
2015-11-23 12:45:56 -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
|
5f7dac8076
|
Update sub-modules
|
2015-11-23 11:19:02 -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
|
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
|
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 |
|
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
|
4b29bcee7f
|
Rename up_rtcinitialize to up_rtc_initialize so that it looks like other RTC interfaces
|
2015-11-20 08:27:52 -06:00 |
|
Ken Pettit
|
d30b73be82
|
W25: Add support for byte write mode. From Ken Petit
|
2015-11-20 07:34:07 -06:00 |
|
Gregory Nutt
|
b60c2519d7
|
arch.h: Update some comments and conditional compilation
|
2015-11-20 07:13:16 -06:00 |
|
Gregory Nutt
|
9af0ee7fdb
|
DS323x: Costmetic cleanup
|
2015-11-19 19:43:01 -06:00 |
|
Gregory Nutt
|
b951533514
|
DS3232 not DS3234
|
2015-11-19 19:31:52 -06:00 |
|
Gregory Nutt
|
9a1ca0d489
|
Add support for DS1302 and DS3232 RTC chips
|
2015-11-19 19:26:09 -06:00 |
|
Gregory Nutt
|
367d8020be
|
Add some definitions for future support for the DS3234 SPI RTC
|
2015-11-19 15:57:36 -06:00 |
|
Gregory Nutt
|
892ba4f26a
|
DS1307: Change year bias to 1968 which is a leap year juse like 2000
|
2015-11-19 15:12:40 -06:00 |
|
Gregory Nutt
|
c34b5108a7
|
RTC: Fix system time initialization when using an exernal RTC. Fix some bugs in the DS1307/DS3231 RTC driver
|
2015-11-19 14:54:30 -06:00 |
|
Gregory Nutt
|
1c86c004c4
|
FLASH progmem memory MTD: Need to register with PROCFS if enabled
|
2015-11-19 06:57:02 -06:00 |
|
Ken Pettit
|
7b590ec9a2
|
drivers/mtd/smart.c Fixed SmartFS wear level error that occurs when the logical sector size is too small to save all wear level status bytes in a single sector. Logical sectors 1 and 2 were simply not being allocated and then the read_sector and write_sector routines were failing. From Ken Petit
|
2015-11-18 18:12:06 -06:00 |
|
Gregory Nutt
|
678eb7b78b
|
Merged in paulpatience/nuttx/stdio (pull request #37)
stdio: Define BUFSIZ
|
2015-11-18 14:46:03 -06:00 |
|
Gregory Nutt
|
1b7d7a53b2
|
Update submodules
|
2015-11-18 14:35:24 -06:00 |
|
Paul A. Patience
|
c0a1d8e960
|
stdio: Define BUFSIZ
|
2015-11-18 15:09:43 -05:00 |
|
Gregory Nutt
|
f699072507
|
Merged in paulpatience/nuttx/stdlib (pull request #36)
stdlib: Fix forgotten FARs
|
2015-11-18 14:01:17 -06:00 |
|
Gregory Nutt
|
ef2c259b23
|
Merged in paulpatience/nuttx/atoi (pull request #35)
atoi(): Cast return value to int
|
2015-11-18 14:00:12 -06:00 |
|
Gregory Nutt
|
687cea60b3
|
Add basic support for the SAME70-Xplained board
|
2015-11-18 13:57:02 -06:00 |
|
Paul A. Patience
|
bfc95c641f
|
stdlib: Fix forgotten FARs
|
2015-11-18 14:22:43 -05:00 |
|