This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <IRremote.h> | |
| // Pins (XIAO ESP32-S3) | |
| #define IR_PIN D8 | |
| #define LED1_PIN D5 | |
| #define LED2_PIN D4 | |
| #define LED3_PIN D3 | |
| #define LED4_PIN D2 | |
| // IR Button Codes (HEX values) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| General configuration for OpenCV 4.5.3 ===================================== | |
| Version control: 4.5.3 | |
| Extra modules: | |
| Location (extra): /home/pi/build_opencv/opencv_contrib/modules | |
| Version control (extra): 4.5.3 | |
| Platform: | |
| Timestamp: 2021-10-16T00:06:17Z | |
| Host: Linux 5.10.63-v7+ armv7l |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/lib/CL/devices/cuda/pocl-cuda.c b/lib/CL/devices/cuda/pocl-cuda.c | |
| index cd9e044..06a9cde 100644 | |
| --- a/lib/CL/devices/cuda/pocl-cuda.c | |
| +++ b/lib/CL/devices/cuda/pocl-cuda.c | |
| @@ -1082,7 +1082,7 @@ pocl_cuda_submit_kernel (CUstream stream, _cl_command_node *cmd, | |
| } | |
| if (constantMemBytes > constant_mem_size) | |
| - POCL_ABORT ("[CUDA] Total constant buffer size %u exceeds %lu allocated\n", | |
| + POCL_ABORT ("[CUDA] Total constant buffer size %u exceeds %u allocated\n", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # 2019 Michael de Gans | |
| set -e | |
| # change default constants here: | |
| readonly PREFIX=/usr/local # install prefix, (can be ~/.local for a user install) | |
| readonly DEFAULT_VERSION=4.5.3 # controls the default version (gets reset by the first argument) | |
| readonly CPUS=$(nproc) # controls the number of jobs |
NewerOlder