File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2222 run : |
2323 brew install --force ninja
2424 brew install --force sdl2
25+ brew install --force doxygen
2526 git submodule update --init -- lib/pycparser
2627 git submodule update --init --jobs 4 -- lib/micropython
2728 git submodule update --init --jobs 4 -- lib/lvgl
Original file line number Diff line number Diff line change 2424
2525 - name : Install Deps
2626 run : |
27- sudo apt-get update && sudo apt-get install --assume-yes --allow-downgrades --allow-remove-essential --allow-change-held-packages build-essential pkg-config cmake ninja-build libffi-dev gnome-desktop-testing libasound2-dev libpulse-dev libaudio-dev libjack-dev libsndio-dev libx11-dev libxext-dev libxrandr-dev libxcursor-dev libxfixes-dev libxi-dev libxss-dev libxkbcommon-dev libdrm-dev libgbm-dev libgl1-mesa-dev libgles2-mesa-dev libegl1-mesa-dev libdbus-1-dev libibus-1.0-dev libudev-dev fcitx-libs-dev libpipewire-0.3-dev libwayland-dev libdecor-0-dev ccache
27+ sudo apt-get update && sudo apt-get install --assume-yes --allow-downgrades --allow-remove-essential --allow-change-held-packages build-essential pkg-config cmake ninja-build libffi-dev gnome-desktop-testing libasound2-dev libpulse-dev libaudio-dev libjack-dev libsndio-dev libx11-dev libxext-dev libxrandr-dev libxcursor-dev libxfixes-dev libxi-dev libxss-dev libxkbcommon-dev libdrm-dev libgbm-dev libgl1-mesa-dev libgles2-mesa-dev libegl1-mesa-dev libdbus-1-dev libibus-1.0-dev libudev-dev fcitx-libs-dev libpipewire-0.3-dev libwayland-dev libdecor-0-dev doxygen ccache
2828 git submodule update --init -- lib/pycparser
2929 git submodule update --init --jobs 4 -- lib/micropython
3030 git submodule update --init --jobs 4 -- lib/lvgl
Original file line number Diff line number Diff line change 77# - Implement inheritance instead of embed base methods (how? seems it's not supported, see https://github.com/micropython/micropython/issues/1159)
88# - When converting mp to ptr (and vice versa), verify that types are compatible. Now all pointers are casted to void*.
99
10- from __future__ import print_function
1110
1211import collections
1312import copy
You can’t perform that action at this time.
0 commit comments