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

New QL LED driver #3

Open
wants to merge 20 commits into
base: eos-s3-support
Choose a base branch
from

Commits on May 27, 2020

  1. Configuration menu
    Copy the full SHA
    8bc4dfe View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from QuickLogic-Corp/manifest_changes

    Modified eos-s3-hal remote path
    spingaliQL authored May 27, 2020
    Configuration menu
    Copy the full SHA
    e0d1cd8 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. added new led driver for S3. Added qf_helloworldhw sample. The led dr…

    …iver loads FPGA IP to blink an LED
    spingaliQL committed May 29, 2020
    Configuration menu
    Copy the full SHA
    c6d0b60 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from QuickLogic-Corp/qf_helloworldhw

    added new led driver for S3. Added qf_helloworldhw sample. The led dr…
    spingaliQL authored May 29, 2020
    Configuration menu
    Copy the full SHA
    23a41e9 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. Configuration menu
    Copy the full SHA
    a41c59c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from QuickLogic-Corp/eos_s3_pwm_loader

    Load litex PWM FPGA from M4
    spingaliQL authored Jun 5, 2020
    Configuration menu
    Copy the full SHA
    4fd38e5 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

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

Commits on Jun 15, 2020

  1. Merge pull request #4 from QuickLogic-Corp/eos_s3_led_sample1

    moved qf_hellowworld sample to led driver samples
    spingaliQL authored Jun 15, 2020
    Configuration menu
    Copy the full SHA
    a4d3c29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6482500 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5 from QuickLogic-Corp/eos_s3_led_sample1

    Fix:Removed Hello world print.
    spingaliQL authored Jun 15, 2020
    Configuration menu
    Copy the full SHA
    b79b107 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

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

Commits on Jun 25, 2020

  1. Changes for flash samples

    -Change QF dts file with new partitions
    -Removed sleep which was added for testing
    -Reinitialize C02 clock divider so that it will not change after running
    boot loader
    spingaliQL committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    a2f81ec View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. Configuration menu
    Copy the full SHA
    bebbda4 View commit details
    Browse the repository at this point in the history
  2. Changes for Antmicro code review

    -Added new config EOS_S3_PWM which loads litex pwm ip bit stream and then uses litex pwm driver
    -Renamed EOS_S3_LED1 as EOS_S3_LED_BASIC; in configuration files, driver files and sample files
    -Cleanup in fpga_loader.c file. Instead of using hardcoded register addresses using HAL defined macros
    -Moved the common code used in soc.c and fpga_loader.c to a common function enable_fpga_clocks()
    -Resolved coding style related issues in all .c files
    spingaliQL committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    ef50ce5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d734cd4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #6 from QuickLogic-Corp/code_review_changes1

    Antmicro Code review changes
    spingaliQL authored Jun 26, 2020
    Configuration menu
    Copy the full SHA
    077d7dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0a68171 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #7 from QuickLogic-Corp/spi_flash_samples

    Spi flash samples
    spingaliQL authored Jun 26, 2020
    Configuration menu
    Copy the full SHA
    be93005 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. spi flash sample offset fix

    Kept the original offset as it is. For quick feather board offset is
    changed to 0x100000
    Corrected the image-3 size in quick feather dts file
    spingaliQL committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    4c72824 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from QuickLogic-Corp/spi_flash_sample_fix

    spi flash sample offset fix
    spingaliQL authored Jul 7, 2020
    Configuration menu
    Copy the full SHA
    09ce621 View commit details
    Browse the repository at this point in the history