Skip to content
Snippets Groups Projects
Select Git revision
  • main default protected
  • blm_dev_chan
  • release/1.4.0 protected
  • widgets_draw
  • return_of_melodic_demo
  • task_cleanup
  • mixer2
  • dx/fb-save-restore
  • dx/dldldld
  • fpletz/flake
  • dx/jacksense-headset-mic-only
  • release/1.3.0 protected
  • fil3s-limit-filesize
  • allow-reloading-sunmenu
  • wifi-json-error-handling
  • app_text_viewer
  • shoegaze-fps
  • media_has_video_has_audio
  • fil3s-media
  • more-accurate-battery
  • v1.4.0
  • v1.3.0
  • v1.2.0
  • v1.2.0+rc1
  • v1.1.1
  • v1.1.0
  • v1.1.0+rc1
  • v1.0.0
  • v1.0.0+rc6
  • v1.0.0+rc5
  • v1.0.0+rc4
  • v1.0.0+rc3
  • v1.0.0+rc2
  • v1.0.0+rc1
34 results

main.c

Blame
    • dos's avatar
      f76a6500
      micropython: Change mp_task's priority back to 1 · f76a6500
      dos authored and pippin's avatar pippin committed
      Our fork has bumped the priority up by one, but it failed to also
      adjust the priorities of other tasks that may get spawned by
      micropython (such as RMT, I2S or _thread). The change seems to have
      been made to make its priority higher than the graphics task's, but
      the graphics task is pinned to another core these days (the blit task
      remains unpinned at priority 2).
      
      Change the mp_task's priority back to the one used by upstream.
      f76a6500
      History
      micropython: Change mp_task's priority back to 1
      dos authored and pippin's avatar pippin committed
      Our fork has bumped the priority up by one, but it failed to also
      adjust the priorities of other tasks that may get spawned by
      micropython (such as RMT, I2S or _thread). The change seems to have
      been made to make its priority higher than the graphics task's, but
      the graphics task is pinned to another core these days (the blit task
      remains unpinned at priority 2).
      
      Change the mp_task's priority back to the one used by upstream.