aboutsummaryrefslogtreecommitdiffstats
path: root/package/button-hotplug/src/button-hotplug.c
Commit message (Collapse)AuthorAgeFilesLines
* package/button-hotplug: use brodcast_ueventGabor Juhos2010-08-311-7/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22859 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/button-hotplug: handle KEY_RESTART and KEY_WPS_BUTTON codes as wellGabor Juhos2010-04-211-21/+52
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21074 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix button-hotplug build on kernel versions where BIT_MASK is not defined (< ↵Nicolas Thill2008-09-241-0/+4
| | | | | | 2.6.24) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12682 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] button-hotplug: fix compile warningsGabor Juhos2008-07-261-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11937 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] add button-hotplug driver, will be usable to check status of ↵Gabor Juhos2008-06-071-0/+318
buttons connected to GPIO lines git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11401 3c298f89-4303-0410-b956-a3cf2f4a3e73
kground-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
name: Emscripten Build

on: [push, pull_request]

jobs:
  emcc:
    runs-on: ubuntu-latest
    steps:
      - uses: mymindstorm/setup-emsdk@v11
      - uses: actions/checkout@v3
      - name: Cache sources
        id: cache-sources
        uses: actions/cache@v3
        with:
          path: .
          key: cache-yosys
      - name: Build
        run: |
          make config-emcc
          make YOSYS_VER=latest
      - uses: actions/upload-artifact@v3
        with:
          name: yosysjs
          path: yosysjs-latest.zip