This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from f1506c6212c fiq: fix some FIQ config in arm64/armv7-r/armv8-r
add 934dfdf6451 drivers/eeprom: Retrieve the geometry
add 23de88e70ec fs/fs.h: Add register_driver_with_size function
add d996c2e7580 mtd/at25ee.c: Fix write check condition
No new revisions were added by this update.
Summary of changes:
Documentation/components/drivers/block/eeprom.rst | 97 ----------
Documentation/components/drivers/block/index.rst | 1 -
.../components/drivers/character/eeprom.rst | 169 +++++++++++++++++
.../components/drivers/character/index.rst | 1 +
Documentation/components/drivers/index.rst | 18 +-
Documentation/components/drivers/special/mtd.rst | 28 +--
drivers/eeprom/i2c_xx24xx.c | 35 +++-
drivers/eeprom/spi_xx25xx.c | 211 ++++++++++++---------
drivers/mtd/at25ee.c | 8 +-
fs/driver/fs_registerdriver.c | 47 ++++-
fs/vfs/fs_stat.c | 2 +-
.../tiva_ddi.h => include/nuttx/eeprom/eeprom.h | 70 +++----
include/nuttx/eeprom/spi_xx25xx.h | 11 +-
include/nuttx/fs/fs.h | 31 ++-
include/nuttx/fs/ioctl.h | 10 +-
15 files changed, 471 insertions(+), 268 deletions(-)
delete mode 100644 Documentation/components/drivers/block/eeprom.rst
create mode 100644 Documentation/components/drivers/character/eeprom.rst
copy arch/arm/src/tiva/hardware/tiva_ddi.h => include/nuttx/eeprom/eeprom.h
(51%)