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

Longer3D: STM32 boot fix, keep tests on maple env #22473

Merged
merged 12 commits into from
Aug 4, 2021

Commits on Jul 31, 2021

  1. Longer3D: run tests on maple env

    STM32 env is not yet booting, so run tests on the fully working env
    tpruvot committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    e6f5ab0 View commit details
    Browse the repository at this point in the history
  2. Longer3D: Fix STM32 framework builds boot

    Hard to explain why for now, but after OpenOCD setup, i was able to isolate
    the problem, working now... something in the framework seems to disable
    the JTAG feature several times on gpio pinmode. seems to crash the same way with any of these 3 pins...
    tpruvot committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    2d8e675 View commit details
    Browse the repository at this point in the history
  3. Longer3D STM32 specific variant...

    - Wrong SPI SS pin, disable SPI2 def (manual+INT pin for our touchscreen)
    - Disable all possible PWM/timer pin mode changes
    - Select & Unselect STM32 HAL modules in hal_conf_custom.h
    
    Board is now booting with the STM32 HAL... (framework-arduinoststm32)
    
    To note: a problem remains with endstops on G28 X Y (they are ignored)
    tpruvot committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    e655e4b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8f95fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1377878 View commit details
    Browse the repository at this point in the history
  6. variant final touch

    tpruvot committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    37c5514 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2021

  1. Configuration menu
    Copy the full SHA
    f50dc5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1b4bb1 View commit details
    Browse the repository at this point in the history
  3. Update stm32f1.ini

    thinkyhead authored Aug 1, 2021
    Configuration menu
    Copy the full SHA
    507a27f View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. Configuration menu
    Copy the full SHA
    e6af5c6 View commit details
    Browse the repository at this point in the history
  2. More variant cleanup

    tpruvot committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    99b11ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e88f2f3 View commit details
    Browse the repository at this point in the history