Neil Armstrong 2a391feee2 Add SM8350/SM8450 PMICs
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
2023-03-24 16:15:29 +01:00
2023-02-24 13:19:15 +02:00
2023-02-23 15:53:31 +00:00
2023-03-24 16:15:29 +01:00
2023-03-24 15:52:36 +01:00
2023-01-20 07:01:47 +02:00
2023-01-20 07:01:47 +02:00
2023-02-23 15:53:31 +00:00
2023-02-23 15:53:31 +00:00
2023-02-23 23:25:53 +02:00

A set of GitHub pages describing the status of various Qualcomm platforms.

Testing it locally

  • Install Ruby and bundler:
sudo apt install bundler
  • Setup bundler to use user path for all the storage:
bundle config set --local path ~/.local/lib/
  • Install all the dependencies:
bundle install
  • Just rebuild the data:
bundle exec jekyll build

Now you can check the HTML data built in ./_site/.

  • Or execute a local Jekyll server, providing an ongoing preview:
bundle exec jekyll serve

Now you can open localhost:4000 with your Web browser. Jekyll will automatically regenerate the pages if any of the source files changes.

Description
No description provided
Readme MIT 492 KiB
Languages
Python 58%
SCSS 15.6%
Ruby 14.9%
Liquid 6.9%
HTML 4.6%