Gregory Nutt
|
0c8c7fecf0
|
Add _ to the beginning of all debug macros to avoid name collisions
|
2016-06-16 12:33:32 -06:00 |
Gregory Nutt
|
0665c7e06c
|
drivers/: Change some nerr() ERRORS to ninfo() and nwarn() WARNINGS.
|
2016-06-12 09:26:12 -06:00 |
Gregory Nutt
|
a1469a3e95
|
Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err()
|
2016-06-11 15:50:49 -06:00 |
Gregory Nutt
|
1cdc746726
|
Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES
|
2016-06-11 14:14:08 -06:00 |
Frank Benkert
|
611fb04449
|
BlockToCharDev: increase sectorsize to 32 bit
|
2016-03-09 12:44:56 -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
|
f03e435e43
|
drivers/bch: Add support for delayed unlinking of BCH driver
|
2015-11-21 09:15:12 -06:00 |
Gregory Nutt
|
896834002a
|
BCH driver should forward ioctl commands to the contained block driver
|
2015-11-09 11:47:25 -06:00 |
Gregory Nutt
|
cf14f8d1b5
|
drivers/: Fixes to spacing and alignement
|
2015-10-10 10:41:00 -06:00 |
Gregory Nutt
|
cb9e27c3b0
|
Standardize naming used for public data and function groupings
|
2015-10-02 16:30:35 -06:00 |
Gregory Nutt
|
ce27334f23
|
Refresh sub-modules
|
2015-09-11 14:32:07 -06:00 |
Paul A. Patience
|
9f108b7b63
|
Fix issues detected by clang
|
2015-09-10 20:59:43 -04:00 |
Gregory Nutt
|
342f5fe33d
|
Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation
|
2015-06-28 08:08:57 -06:00 |
Gregory Nutt
|
e4d2822af8
|
Make some file section headers more consistent with standard
|
2015-04-08 07:15:32 -06:00 |
Gregory Nutt
|
dba41a7048
|
chdev_driver: Avoid NULL pointer dereference when bch->refs == 255. From Juha Niskanen
|
2015-03-12 07:58:36 -06:00 |
Gregory Nutt
|
c956d6d820
|
Add support for seeking in BCH. From Sébastien Lorquet.
|
2014-11-13 09:04:42 -06:00 |
Gregory Nutt
|
b33f8b3013
|
MTD read-ahear/write buffering layer seems functional
|
2014-09-25 13:35:10 -06:00 |
Gregory Nutt
|
205260d5e2
|
Reanem kzalloc to kmm_zalloc for consistency
|
2014-08-31 17:34:44 -06:00 |
Gregory Nutt
|
1780810d3d
|
Rename kmalloc to kmm_malloc for consistency
|
2014-08-31 17:26:36 -06:00 |
Gregory Nutt
|
54fa3b0b59
|
Rename kfree to kmm_free for consistency with other naming conventions
|
2014-08-31 17:04:02 -06:00 |
Gregory Nutt
|
0d14befb88
|
SAM3/4: Fix compile of sam_aes.c if CONFIG_CRYPTO_AES is defined. rom Max Nekludov
|
2014-07-07 08:03:18 -06:00 |
Gregory Nutt
|
dc7bcb0c1d
|
BCH: Add configurable AES encryption support to block-to-character (BCH) driver. This allows any block device to be accessed as an encrypted character device. From Max Nekludov
|
2014-07-07 08:00:00 -06:00 |
Gregory Nutt
|
3a1324741a
|
More trailing whilespace removal
|
2014-04-13 14:32:20 -06:00 |
Gregory Nutt
|
417f67c132
|
Clean up some naming: fd vs. fildes vs. filedes and filep vs filp
|
2013-09-28 16:50:07 -06:00 |
Gregory Nutt
|
4f15d37b62
|
Add support for the byte write method to MTD partition logic; Beef up the MTD partition test -- and fix resulting bugs detected
|
2013-05-02 08:07:42 -06:00 |
patacongo
|
2def0d877d
|
A few native window build updates
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5387 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-25 20:58:39 +00:00 |
patacongo
|
4ee266d94b
|
Centralized the definition of the INCDIR script in tools/Config.mk
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5346 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-13 20:24:30 +00:00 |
patacongo
|
d4c88180c3
|
Add capability to traverse inodes in the NuttX psuedo-filesystem
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5004 42af7a65-404d-4744-a932-0658087f49c3
|
2012-08-03 19:11:11 +00:00 |
patacongo
|
330b89ca0e
|
Add kconfig documentation
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4567 42af7a65-404d-4744-a932-0658087f49c3
|
2012-04-06 16:45:52 +00:00 |
patacongo
|
4b8c0c41c8
|
Adding skeleton Kconfig files (part 1 of 2)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4564 42af7a65-404d-4744-a932-0658087f49c3
|
2012-04-06 15:49:35 +00:00 |
patacongo
|
2fe4ad52f8
|
Move file-system header files to include/nuttx/fs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4499 42af7a65-404d-4744-a932-0658087f49c3
|
2012-03-21 18:01:07 +00:00 |
patacongo
|
f23f7fa365
|
Bug fixes for BCH and TSC2007 drivers
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3921 42af7a65-404d-4744-a932-0658087f49c3
|
2011-08-29 16:07:29 +00:00 |
patacongo
|
37b42d4259
|
Fix AVR warnings; FAT FS needs to use off_t instead of size_t
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3728 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-20 20:54:45 +00:00 |
patacongo
|
1ba2240762
|
Add initial CC1101 wireless logic from Uros
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3617 42af7a65-404d-4744-a932-0658087f49c3
|
2011-05-16 15:09:39 +00:00 |
patacongo
|
12afb230bf
|
Fixes for kernel stub builds
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3473 42af7a65-404d-4744-a932-0658087f49c3
|
2011-04-06 16:40:47 +00:00 |
patacongo
|
9634f25391
|
Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2343 42af7a65-404d-4744-a932-0658087f49c3
|
2009-12-15 14:25:14 +00:00 |
patacongo
|
cb89120bd4
|
Fix errors/warnings reported by eZ80 compiler
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2239 42af7a65-404d-4744-a932-0658087f49c3
|
2009-11-06 22:53:47 +00:00 |
patacongo
|
636e70e891
|
Additional fixes for devkitARM toolchain
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1876 42af7a65-404d-4744-a932-0658087f49c3
|
2009-06-11 16:32:55 +00:00 |
patacongo
|
aa22bbeb39
|
All file_operations vtables should be static const
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1871 42af7a65-404d-4744-a932-0658087f49c3
|
2009-06-10 15:22:49 +00:00 |
patacongo
|
45456750bf
|
warning removal
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1834 42af7a65-404d-4744-a932-0658087f49c3
|
2009-05-28 23:45:05 +00:00 |
patacongo
|
17edec8443
|
Needs conditional compilation for POLL disabled
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1273 42af7a65-404d-4744-a932-0658087f49c3
|
2008-11-17 23:58:46 +00:00 |
patacongo
|
dbda581f26
|
Add infrastructure to support poll()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1258 42af7a65-404d-4744-a932-0658087f49c3
|
2008-11-16 18:48:29 +00:00 |
patacongo
|
f2b7c5e6b4
|
Flush dirty cache on close
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1250 42af7a65-404d-4744-a932-0658087f49c3
|
2008-11-16 01:57:16 +00:00 |
patacongo
|
d6aa80bbd0
|
NSH dd command test with block devices
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1242 42af7a65-404d-4744-a932-0658087f49c3
|
2008-11-15 16:36:32 +00:00 |
patacongo
|
9f05f24615
|
Block-to-character driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1235 42af7a65-404d-4744-a932-0658087f49c3
|
2008-11-15 00:14:05 +00:00 |