]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/pdk.git/commit
PDK-12496: Board: Fix for NAND flash read API
authorM V Pratap Reddy <x0257344@ti.com>
Mon, 6 Feb 2023 16:54:46 +0000 (22:24 +0530)
committerRishabh Garg <rishabh@ti.com>
Tue, 7 Feb 2023 05:15:09 +0000 (23:15 -0600)
commit1463782b52a29d05592f41a113eec8dc8a72d50c
tree9e7758a90b2bba5a11db7b4a134598cbddb236e3
parent81e8c24c632d9c4c05b05ed47aa85fb515d706d9
PDK-12496: Board: Fix for NAND flash read API

 - NAND flash read API is restricting the read size to multiples of page
   size which will make the API not suitable for use-cases which read the
   data in variable sizes.
   Updated the flash library to allow read which are not multiples of page
   size.
packages/ti/board/src/flash/nand/device/w35n01jwtbag.h
packages/ti/board/src/flash/nand/ospi/nand_ospi.c