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

S60 Support #1692

Merged
merged 54 commits into from
Jun 3, 2023
Merged

S60 Support #1692

merged 54 commits into from
Jun 3, 2023

Commits on May 28, 2023

  1. Mock S60

    Ralim committed May 28, 2023
    Configuration menu
    Copy the full SHA
    c16347e View commit details
    Browse the repository at this point in the history
  2. cleanup

    Ralim committed May 28, 2023
    Configuration menu
    Copy the full SHA
    638b081 View commit details
    Browse the repository at this point in the history
  3. Start refactor of OLED init

    Ralim committed May 28, 2023
    Configuration menu
    Copy the full SHA
    52efe82 View commit details
    Browse the repository at this point in the history
  4. Setup timers roughly

    Ralim committed May 28, 2023
    Configuration menu
    Copy the full SHA
    5587f10 View commit details
    Browse the repository at this point in the history
  5. Set Vector table offset correctly

    Update system_stm32f1xx.c
    Ralim committed May 28, 2023
    Configuration menu
    Copy the full SHA
    664d9b2 View commit details
    Browse the repository at this point in the history
  6. Update OLED.cpp

    Ralim committed May 28, 2023
    Configuration menu
    Copy the full SHA
    8187946 View commit details
    Browse the repository at this point in the history
  7. Update stm32f1xx_hal_msp.c

    Ralim committed May 28, 2023
    Configuration menu
    Copy the full SHA
    d528104 View commit details
    Browse the repository at this point in the history
  8. Update configuration.h

    Ralim committed May 28, 2023
    Configuration menu
    Copy the full SHA
    3c066e0 View commit details
    Browse the repository at this point in the history
  9. I2C init before GPIO

    From Errata
    
    Update stm32f1xx_hal_msp.c
    
    Update Software_I2C.h
    
    Allow no hardware I2C
    Ralim committed May 28, 2023
    Configuration menu
    Copy the full SHA
    027abd9 View commit details
    Browse the repository at this point in the history
  10. I2C BB run bus unlock at init

    Ralim committed May 28, 2023
    Configuration menu
    Copy the full SHA
    1d6528b View commit details
    Browse the repository at this point in the history
  11. cleanups

    Ralim committed May 28, 2023
    Configuration menu
    Copy the full SHA
    0d642a1 View commit details
    Browse the repository at this point in the history
  12. Software I2C for now

    Ralim committed May 28, 2023
    Configuration menu
    Copy the full SHA
    a5972e7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f02bb50 View commit details
    Browse the repository at this point in the history
  14. Handle is powered by DC

    Update Power.cpp
    
    Update drawPowerSourceIcon.cpp
    
    Update configuration.h
    
    Update Setup.cpp
    Ralim committed May 28, 2023
    Configuration menu
    Copy the full SHA
    d2cf8b2 View commit details
    Browse the repository at this point in the history
  15. Cleanup HomeScreen

    Ralim committed May 28, 2023
    Configuration menu
    Copy the full SHA
    a903aa8 View commit details
    Browse the repository at this point in the history
  16. Segment remap oled at init

    Ralim committed May 28, 2023
    Configuration menu
    Copy the full SHA
    7c4f7a0 View commit details
    Browse the repository at this point in the history
  17. Cleanup

    Ralim committed May 28, 2023
    Configuration menu
    Copy the full SHA
    5e5d75b View commit details
    Browse the repository at this point in the history
  18. Update MOVThread.cpp

    Ralim committed May 28, 2023
    Configuration menu
    Copy the full SHA
    d32561d View commit details
    Browse the repository at this point in the history
  19. Fix PWM Init

    Ralim committed May 28, 2023
    Configuration menu
    Copy the full SHA
    d0c0398 View commit details
    Browse the repository at this point in the history
  20. Fix adc2 trigger

    Ralim committed May 28, 2023
    Configuration menu
    Copy the full SHA
    f1cae69 View commit details
    Browse the repository at this point in the history
  21. Update configs

    Ralim committed May 28, 2023
    Configuration menu
    Copy the full SHA
    86cb851 View commit details
    Browse the repository at this point in the history
  22. Fixup warning

    Ralim committed May 28, 2023
    Configuration menu
    Copy the full SHA
    e4cff7a View commit details
    Browse the repository at this point in the history
  23. Saner default config

    Ralim committed May 28, 2023
    Configuration menu
    Copy the full SHA
    07851d9 View commit details
    Browse the repository at this point in the history
  24. Update ThermoModel.cpp

    Ralim committed May 28, 2023
    Configuration menu
    Copy the full SHA
    a3981da View commit details
    Browse the repository at this point in the history
  25. Util for current@voltage

    Ralim committed May 28, 2023
    Configuration menu
    Copy the full SHA
    6c85221 View commit details
    Browse the repository at this point in the history
  26. Hub238 warning

    Ralim committed May 28, 2023
    Configuration menu
    Copy the full SHA
    050f37c View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    f4676c4 View commit details
    Browse the repository at this point in the history
  28. Update USBPDDebug_FUSB.cpp

    Ralim committed May 28, 2023
    Configuration menu
    Copy the full SHA
    99e5b1b View commit details
    Browse the repository at this point in the history
  29. HUSB238 debug

    Ralim committed May 28, 2023
    Configuration menu
    Copy the full SHA
    cd2853f View commit details
    Browse the repository at this point in the history
  30. Hook PSU Limit

    Ralim committed May 28, 2023
    Configuration menu
    Copy the full SHA
    6f7d13a View commit details
    Browse the repository at this point in the history
  31. Use wrapping section of GRAM for scroll

    Update OLED.hpp
    Ralim committed May 28, 2023
    Configuration menu
    Copy the full SHA
    5e43865 View commit details
    Browse the repository at this point in the history
  32. Update NTC table

    Ralim committed May 28, 2023
    Configuration menu
    Copy the full SHA
    6b84717 View commit details
    Browse the repository at this point in the history
  33. Fix HUB voltage picker

    Ralim committed May 28, 2023
    Configuration menu
    Copy the full SHA
    6ac8edd View commit details
    Browse the repository at this point in the history
  34. Cleanup

    Ralim committed May 28, 2023
    Configuration menu
    Copy the full SHA
    9e9dde8 View commit details
    Browse the repository at this point in the history
  35. Larger tip filter

    Ralim committed May 28, 2023
    Configuration menu
    Copy the full SHA
    55d2250 View commit details
    Browse the repository at this point in the history
  36. Calibrate in a bunch closer

    Update ThermoModel.cpp
    Ralim committed May 28, 2023
    Configuration menu
    Copy the full SHA
    b3ac739 View commit details
    Browse the repository at this point in the history
  37. Update configuration.h

    Ralim committed May 28, 2023
    Configuration menu
    Copy the full SHA
    afb0452 View commit details
    Browse the repository at this point in the history
  38. Update HUB238.cpp

    Ralim committed May 28, 2023
    Configuration menu
    Copy the full SHA
    07941b5 View commit details
    Browse the repository at this point in the history
  39. Update configuration.h

    Ralim committed May 28, 2023
    Configuration menu
    Copy the full SHA
    ddf9d69 View commit details
    Browse the repository at this point in the history
  40. Movement Pin

    Ralim committed May 28, 2023
    Configuration menu
    Copy the full SHA
    e6de4cc View commit details
    Browse the repository at this point in the history
  41. Update BSP.cpp

    Ralim committed May 28, 2023
    Configuration menu
    Copy the full SHA
    2e90cfe View commit details
    Browse the repository at this point in the history
  42. tim2 irq

    Ralim committed May 28, 2023
    Configuration menu
    Copy the full SHA
    d7a2e9a View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    d8bec6c View commit details
    Browse the repository at this point in the history
  44. Fix tim2 start

    Ralim committed May 28, 2023
    Configuration menu
    Copy the full SHA
    ce72857 View commit details
    Browse the repository at this point in the history
  45. Faster base PWM

    Ralim committed May 28, 2023
    Configuration menu
    Copy the full SHA
    607782e View commit details
    Browse the repository at this point in the history
  46. Ensure utils grabs config

    Ralim committed May 28, 2023
    Configuration menu
    Copy the full SHA
    f99bc5f View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    6bda52c View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    5fff595 View commit details
    Browse the repository at this point in the history
  49. tune for 12v

    Ralim committed May 28, 2023
    Configuration menu
    Copy the full SHA
    520e43d View commit details
    Browse the repository at this point in the history
  50. Prevent start until PD done

    Ralim committed May 28, 2023
    Configuration menu
    Copy the full SHA
    f66050f View commit details
    Browse the repository at this point in the history
  51. Update configuration.h

    Ralim committed May 28, 2023
    Configuration menu
    Copy the full SHA
    0590f09 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    04fbbea View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. Merge branch 'dev' into S60

    Ralim committed May 29, 2023
    Configuration menu
    Copy the full SHA
    1a97569 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

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