-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add zffs #11026
Add zffs #11026
Commits on Nov 14, 2018
-
dts: mtd: Refine flash classification
Different flash devices will rely on different buses, so use different .yaml files. Signed-off-by: Findlay Feng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 64707cc - Browse repository at this point
Copy the full SHA 64707ccView commit details
Commits on Nov 15, 2018
-
drivers: flash: add Nordic qspi flash controller.
Qspi with nrf52840 enabled and Added driver code(block only). Signed-off-by: Findlay Feng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ae77e8a - Browse repository at this point
Copy the full SHA ae77e8aView commit details -
samples: drivers: add qspi_flash_nrf.
Updated the dts configuration of pca10056. Added an example of qspi flash controller. Signed-off-by: Findlay Feng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4e79e7d - Browse repository at this point
Copy the full SHA 4e79e7dView commit details -
dts: flash_map: Make dts automatically generate a list of flash devices
Add zephyr,flash_map to choose, accept values or lists, default is zephyr,flash zephyr,flash_map is used to generate flash_drivers_map Signed-off-by: Findlay Feng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ed66f40 - Browse repository at this point
Copy the full SHA ed66f40View commit details -
dts: flash_map: Make dts automatically generate a list of flash area
generate default_flash_map Signed-off-by: Findlay Feng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b59736c - Browse repository at this point
Copy the full SHA b59736cView commit details -
subsys: mcuboot: Introduces flash_map subsystem
It introduces flash_map subsystem to operate on flash footprint instead of flash_driver. Use flash_area ID index image, not offset. Select FLASH_MAP. Update tests. Signed-off-by: Findlay Feng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for acbf486 - Browse repository at this point
Copy the full SHA acbf486View commit details -
subsys: flash_img: Involvew flash map
Now flash img uses the flash area id to determine which flash partition is being operated. Update tests. Signed-off-by: Findlay Feng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for edeec34 - Browse repository at this point
Copy the full SHA edeec34View commit details -
ext: img_mgmt: update api about dfu
update flash img api update mcuboot api Signed-off-by: Findlay Feng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 65a059e - Browse repository at this point
Copy the full SHA 65a059eView commit details -
subsys: usb_dfu: update api about dfu
update flash img api update mcuboot api Signed-off-by: Findlay Feng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 414251d - Browse repository at this point
Copy the full SHA 414251dView commit details -
samples: flash_map: add sample for nrf52840_pca10056
Added flash_map example Signed-off-by: Findlay Feng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0897a62 - Browse repository at this point
Copy the full SHA 0897a62View commit details -
flash_map: Add some functions to get the sector information
flash_area_get_sector_info_by_offs(), flash_area_get_sector_info_by_idx() Get sector information flash_area_get_sector_count() Get sector information Signed-off-by: Findlay Feng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6cebcc2 - Browse repository at this point
Copy the full SHA 6cebcc2View commit details -
todo Signed-off-by: Findlay Feng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6d81b40 - Browse repository at this point
Copy the full SHA 6d81b40View commit details