aboutsummaryrefslogtreecommitdiffstats
path: root/host/examples/gpio.cpp
Commit message (Expand)AuthorAgeFilesLines
* examples: gpio: output before end of streammattprost2022-07-201-1/+1
* fixup! examples: gpio: Refactor exampleMartin Braun2022-06-101-14/+32
* fixup! examples: gpio: Refactor exampleMartin Braun2022-06-101-4/+13
* examples: gpio: Refactor exampleMartin Braun2022-06-101-286/+368
* example: gpio: Separate bank and port argumentsLane Kolbly2021-11-031-10/+18
* host: Update code base using clang-tidyMartin Braun2021-03-041-2/+2
* examples: Update gpio exampleMichael West2020-04-301-92/+117
* uhd: Apply clang-format against all .cpp and .hpp files in host/Martin Braun2020-03-031-1/+1
* examples: Wrap get_gpio_src() with try/catch blocksteviez2020-02-191-7/+14
* x300: add front-panel GPIO source controleklai2020-02-181-4/+44
* examples: gpio: Replace get_time_now() with steady_clock::now()Martin Braun2019-11-261-12/+17
* examples: gpio: Fix minor issuesMartin Braun2019-11-261-3/+3
* examples: gpio: Add note on which bank is being usedMartin Braun2019-11-261-0/+1
* examples: gpio: Add --list-banks optionMartin Braun2019-11-261-0/+9
* examples: remove thread priority elevationCiro Nishiguchi2019-10-221-2/+0
* uhd: mpm: apply clang-format to all filesBrent Stapleton2019-01-161-129/+117
* examples: utils: skip formatting program optionsBrent Stapleton2019-01-161-0/+2
* example: Refactor gpio.cppMartin Braun2018-03-301-12/+22
* uhd: Update license headersMartin Braun2018-02-191-1/+2
* Move all license headers to SPDX format.Martin Braun2017-12-221-12/+1
* utils: add set_thread_name API call, move thread_priority to threadAndrej Rode2017-06-291-1/+1
* uhd: replace BOOST_FOREACH with C++11 range-based for loopAndrej Rode2017-02-101-1/+1
* GPIO: Set CTRL register before OUT register in GPIO example.michael-west2016-12-091-3/+3
* fixup! Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-...Martin Braun2016-11-151-12/+12
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width t...Martin Braun2016-11-081-1/+1
* B200: UHD support for FPGPIO connector on REV6+ boards.Ian Buckley2015-03-091-0/+462