Xiang Xiao
3cb259daa6
drivers/Kconfig: Move if/endif to subfolder Kconfig
...
Move if/endif to subfolder Kconfig and make ARCH_HAVE_XXX option always selectable by moving out of if/endif
2020-02-08 08:04:05 -06:00
Xiang Xiao
ac2aec96e0
Refine Kconfig under drivers folder
...
1.Move subsystem config into sub folder
2.Remove the duplicated if/endif
Change-Id: I0b96ac0570ee1ba62bbb95586381f5410b90bcf0
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2020-02-06 08:47:30 -03:00
Xiang Xiao
3bc62f1ccc
Change space to tab and help to ---help--- in Kconfig files.
2019-10-05 21:39:12 -06:00
David Alessio
885bf254e9
Merged in david_alessio/nuttx/feature/devc-at24cs-uuid (pull request #1013 )
...
register a character driver for UUID of AT24CSxx chips
Allows the UUID to read as a file or displayed from an nsh prompt
with: hexdump /dev/eeprom.uuid
Approved-by: Alan Carvalho de Assis <acassis@gmail.com>
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2019-08-21 13:41:16 +00:00
Valmantas Paliksa
b5018bd9db
drivers/eeprom/spi_xx25xx.c: Add configurable SPI eeprom frequency.
2019-03-20 06:54:08 -06:00
Sebastien Lorquet
abd3c4a7ea
drivers/eeprobom: EEPROM driver for AT24xx compatible EEPROMs.
2018-02-14 07:53:01 -06: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
f2603866e0
Widen the name space: Rename CONFIG_SPI_EEPROM to CONFIG_EEPROM so that I2C EEPROMs can live there too
2014-11-27 11:08:27 -06:00
Gregory Nutt
40b27115cc
Add support for generic EEPROM access via a character driver. Add also the EEPROM driver itself. From Sebastien Lorquet
2014-11-26 13:55:34 -06:00