Skip to content
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

Chip2chip #43

Open
wants to merge 48 commits into
base: driver_chip2chip
Choose a base branch
from
Open

Commits on May 4, 2023

  1. Configuration menu
    Copy the full SHA
    089c9f7 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Configuration menu
    Copy the full SHA
    52791a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    767afca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e06929 View commit details
    Browse the repository at this point in the history
  4. fixed errors

    yunekorea committed May 8, 2023
    Configuration menu
    Copy the full SHA
    9bad04d View commit details
    Browse the repository at this point in the history
  5. fixed error

    yunekorea committed May 8, 2023
    Configuration menu
    Copy the full SHA
    bb3560c View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. fixed Makefile

    yunekorea committed May 9, 2023
    Configuration menu
    Copy the full SHA
    79e8c87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed28e2e View commit details
    Browse the repository at this point in the history
  3. added chip2chip_base.c

    yunekorea committed May 9, 2023
    Configuration menu
    Copy the full SHA
    69c5656 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2901266 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e2f4a80 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c78179a View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Configuration menu
    Copy the full SHA
    a6ffc36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5dfb9b1 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Modified chip2chip-test.c for more adequate testing. Disabled chip2ch…

    …ip_clear() in chip2chip_open()
    yunekorea committed May 17, 2023
    Configuration menu
    Copy the full SHA
    33db2bf View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. fixed typos

    yunekorea committed May 18, 2023
    Configuration menu
    Copy the full SHA
    dddd4b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06061ce View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Changed the optimization option in CFLAGS, which has fixed an local v…

    …ar error in wait_flash_operation function.
    yunekorea committed May 26, 2023
    Configuration menu
    Copy the full SHA
    eb08ad3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    956559e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6eb0f2f View commit details
    Browse the repository at this point in the history

Commits on May 27, 2023

  1. Configuration menu
    Copy the full SHA
    4ff8b8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01221c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5328dc View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Configuration menu
    Copy the full SHA
    fd53d99 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Size of buffer allocation in chip2chip_device_init is fixed set to 81…

    …92 from page_size/2. This is temporary solution and needs to be rollbacked.
    yunekorea committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    c621b1f View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    f539f8c View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    b788eed View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    c77e27f View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Fixed 'test_full_write' function in chip2chip-test.c. Now does write …

    …operation at proper page.
    yunekorea committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    2cc1354 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    e3daa35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5157dd3 View commit details
    Browse the repository at this point in the history
  3. chip2chip.c : test_full_write does the test writing with numbers star…

    …ting from 0 in ascending order.
    yunekorea committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    8bf9001 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    0629d08 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Moved the optimization parameter so that it would be set as O0 only w…

    …hen using chip2chip device.
    yunekorea committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    ebd3bf4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5de108 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd4491d View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    99a7842 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b57208b View commit details
    Browse the repository at this point in the history
  3. Page size will be 8224 only when using chip2chip device which utilize…

    …s OOB area for additional data storage. Otherwise, page size will be 8192.
    yunekorea committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    4812029 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    2c7244f View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. chip2chip-test will test read,write functionality in a block unit whi…

    …ch consists of 128 pages.
    yunekorea committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    a667412 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    d706b21 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    9d4cf4a View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    3194b76 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    4c92bd3 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    91f5452 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    9e96373 View commit details
    Browse the repository at this point in the history
  2. Moved the set_badseg_bitmap function so that it will be called after …

    …the dirtyseg_bitmap open.
    yunekorea committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    e91c970 View commit details
    Browse the repository at this point in the history