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

Add target STM32F767 Nucleo #2762

Closed
wants to merge 49 commits into from

Commits on Sep 8, 2023

  1. Add target structure

    Adjust mcuconf
    Adjust cmakepresets
    networkfusion committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    077c08c View commit details
    Browse the repository at this point in the history
  2. Fix names

    networkfusion committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    206eb3b View commit details
    Browse the repository at this point in the history
  3. Further fix for build

    networkfusion committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    257d91a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a6b45f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5be0ddd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0c94e54 View commit details
    Browse the repository at this point in the history
  7. Adjust main with (probably incorrect) values

    Also adjust Serial Driver.
    networkfusion committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    f456bbd View commit details
    Browse the repository at this point in the history
  8. Comment out watchdog (for the moment)

    Remove SPIFFS and SD/MSD.
    networkfusion committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    36253f0 View commit details
    Browse the repository at this point in the history
  9. Turn on LSI for watchdog.

    Align block storage and ld for debug.
    networkfusion committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    13f4c90 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8ebb87d View commit details
    Browse the repository at this point in the history
  11. Fix missing include for mcuconf

    Start adjusting some port configurations
    networkfusion committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    e3e900e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    864e205 View commit details
    Browse the repository at this point in the history
  13. Test nanobooter button

    networkfusion committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    f3fc001 View commit details
    Browse the repository at this point in the history
  14. Turn ports back off.

    networkfusion committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    7096672 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f33b9dd View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ef9203d View commit details
    Browse the repository at this point in the history
  17. Fix port mappings

    networkfusion committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    b157f0f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a30e3d5 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. Work on sensor channels

    networkfusion committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    091a530 View commit details
    Browse the repository at this point in the history
  2. Enable SPI and I2C

    networkfusion committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    b39de3c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a5469d View commit details
    Browse the repository at this point in the history
  4. Try building verbose.

    Add to azure pipelines.
    networkfusion committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    82225bb View commit details
    Browse the repository at this point in the history
  5. Try again.

    networkfusion committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    9606fa9 View commit details
    Browse the repository at this point in the history
  6. And again.

    networkfusion committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    dc9064d View commit details
    Browse the repository at this point in the history
  7. Turn off SPI and I2C

    Correct booter LED
    networkfusion committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    8749af9 View commit details
    Browse the repository at this point in the history
  8. Fix define.

    networkfusion committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    6766dbf View commit details
    Browse the repository at this point in the history
  9. Test SPI on

    networkfusion committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    54f1af4 View commit details
    Browse the repository at this point in the history
  10. SPI off again.

    networkfusion committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    2aa1909 View commit details
    Browse the repository at this point in the history
  11. Minor fixes

    networkfusion committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    0a1d5ef View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. mcuconf adjustments

    wdg, spi, i2c, uart
    networkfusion committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    ba5da42 View commit details
    Browse the repository at this point in the history
  2. Fix I2C2

    turn on CAN1 in mcuconf
    networkfusion committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    503c757 View commit details
    Browse the repository at this point in the history
  3. Turn off ports

    Turn on CAN
    networkfusion committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    3997b64 View commit details
    Browse the repository at this point in the history
  4. Turn on ADC

    networkfusion committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    0350649 View commit details
    Browse the repository at this point in the history
  5. Tuen on ports again

    See if we can discover the issue.
    networkfusion committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    57c52f6 View commit details
    Browse the repository at this point in the history
  6. Fix port definition

    networkfusion committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    401835d View commit details
    Browse the repository at this point in the history
  7. Enable PWM

    networkfusion committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    0d78287 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b4a1302 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a01c497 View commit details
    Browse the repository at this point in the history
  10. Update readme [skip ci]

    networkfusion committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    3420ea8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    03e050c View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. Code style fixes

    networkfusion committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    af92a7d View commit details
    Browse the repository at this point in the history
  2. Further fix

    networkfusion committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    f1c6c3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4edc8a View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    0d26eb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6a35f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95ec52c View commit details
    Browse the repository at this point in the history
  4. Update linker files

    networkfusion committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    eabd4be View commit details
    Browse the repository at this point in the history
  5. Test fix external RAM

    for managed heap
    networkfusion committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    edd2b9d View commit details
    Browse the repository at this point in the history
  6. No external SRAM

    networkfusion committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    b853eb1 View commit details
    Browse the repository at this point in the history