Skip to content
Snippets Groups Projects
  1. Dec 21, 2023
  2. Dec 15, 2023
  3. Dec 14, 2023
  4. Dec 06, 2023
  5. Dec 05, 2023
  6. Nov 30, 2023
    • Felix Gerking's avatar
      arm64:dts:dual-espresso: Add cap1293 touch controller · c0c92ee8
      Felix Gerking authored
      The led_button lable is now set to the virtual gpio that simulates the
      behavior of the old at42qt1011 cap. touch sensor.
      The properties are selected for the dual-espresso board.
      To remain compatible for devices with the old at42qt1011 sensors, a
      corresponding overlay is added that can be applied during installation.
      
      BCS 746-001576
      c0c92ee8
  7. Nov 23, 2023
    • Felix Gerking's avatar
      drivers:cap11xx-gpio: Add new gpiochip driver for the cap1293 tc · fecfeae6
      Felix Gerking authored
      The driver is derived from the input cap11xx.c driver:
      drivers/input/keyboard/cap11xx.c
      Instead of providing an input device, the driver registers a gpiochip
      with a read-only line for each sensor-input.
      The led handling was kept commented in source so that it can be
      implemented if required.
      The driver has so far only been tested with the cap1293 chip.
      
      Additional dt properties:
      disable-rf-filter: If set disables the RF noise filter
      delta-sense: Allows to set sensivity for all inputs, the value should be
                   in range 0x00 to 0x07 (see reg 0x1f in datasheet)
      invert-gpio-output: If set inverts the gpioget output.
      
      BCS 746-001576
      fecfeae6
  8. Nov 20, 2023
  9. Nov 17, 2023
  10. Nov 16, 2023
    • Felix Gerking's avatar
      arm64:dts: Add DT for the trizeps8plus pconxs with new AUO G156HAN02 display · a84bf92b
      Felix Gerking authored
      The display uses dual LVDS, so the clock-frequency property in the panel
      node must be set to a value twice as high as the typical display freq.
      Overall the output visually looks good and the frequency is within the
      specified range. However, the power sequence and porches have not yet
      been measured.
      In addition, the auo-g156han02.dtsi file contains some information on how
      to achieve the desired display clock via the native LVDS interface.
      
      BCS 746-001569
      a84bf92b
  11. Nov 15, 2023
  12. Nov 10, 2023
  13. Nov 07, 2023
  14. Oct 27, 2023
  15. Oct 26, 2023
  16. Oct 24, 2023
  17. Oct 23, 2023
  18. Oct 20, 2023
  19. Oct 19, 2023
    • GitBot's avatar
      Integrate gitlab-ci/reverse-pipeline-cancellation-order and 6 more · 881b7d35
      GitBot authored
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@3697b4ea
      
      cancel_pipelines: reverse order of cancellation
      
      Cancel parent pipeline first before cancelling its children in order not
      to have failed parent pipelines (trigger jobs are failed if their
      downstream pipeline is cancelled).
      
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@5f4ca2fb
      
      cancel_pipelines: list actually cancelled (child-)pipelines
      
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@c80cba84
      
      Cancel all pipelines on newer commit
      
      We already canceled running pipelines before. Gitlab, however, might
      have already canceled previous pipelines automatically, but without
      canceling their child pipelines.
      Remove the "running" status filter when cancelling pipelines, so that
      also already cancelled pipelines will be included.
      
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@84eb6e22
      
      Revert "Cancel all pipelines on newer commit"
      
      This reverts commit f7582b74e7c565d55bb8a0315fe75c4ab4385fa2.
      
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@f7582b74
      
      Cancel all pipelines on newer commit
      
      We already canceled running pipelines before. Gitlab, however, might
      have already canceled previous pipelines automatically, but without
      canceling their child pipelines.
      Extend the mechanism now to cancel all pipelines up to and including
      "running" as well as "canceled" states.
      
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@0ec55c07
      
      Fix list() call in update_submodule
      
      Here we don't just iterate over the results, so we have to use
      "all=True" instead of "as_list=False". See previous commit for
      explaination.
      
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@4b3a517e
      
      Make sure to get all items on Gitlab list() calls
      
      The list() call on Gitlab classes uses pagination per default. If the
      number of items exceeds a certain limit, we only get a part of the
      results. We can pass "all=True" to the calls in order to disable
      pagination and get all results.
      If we're looping over the items, though, the recommended way of getting
      them is to use a generator object, which works calling list() with
      "as_list=False". See documentation for reference:
      
      https://python-gitlab.readthedocs.io/en/v2.10.1/api-usage.html#pagination
      
      Note: the "as_list" argument is deprecated in newer versions of the
      python-gitlab library, in favor of the newer "iterator=True":
      https://python-gitlab.readthedocs.io/en/v3.6.0/changelog.html#feature
      We are using v2.10.1 of the library, though, so this commit also updates
      calls using the new way, which is not working with our version.
      881b7d35
    • GitBot's avatar
      Integrate gitlab-ci/combine-confluence-pages-from-multiple-pipelines and 2 more · fbeb99af
      GitBot authored
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@c292d144
      
      Confluence: combine data from parallel child pipelines
      
      We deploy Yocto image and SDK in different pipelines, which both have
      their Confluence jobs with the same Confluence target. Previously these
      pipelines have been independent, so that running the Confluence job in
      one of them would overwrite the Confluence page if it has been run in
      the other pipeline before. Hence we could either have the image files or
      the SDK files in the Confluence page.
      Combine these now by checking for other parallel child pipelines with
      the same Confluence configuration, so that running the Confluence jobs
      in the Yocto pipeline also includes the information from the SDK build
      and vice versa.
      
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@53106170
      
      Fix ci-test SDK version
      
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@d6d4ab61
      
      Fix ci-test SDK download
      
      Since the implementation of multiple child pipelines we cannot use the
      previous artifacts download links anymore specifying tag and job name,
      because the jobs for image build and SDK build are equal. Use direct
      download links instead via job number.
      fbeb99af
  20. Oct 18, 2023
  21. Oct 16, 2023
  22. Oct 13, 2023
Loading