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
| cmake -DCMAKE_MAKE_PROGRAM=ninja.exe -G "Ninja" .. | |
| Using PICO_SDK_PATH from environment ('C:\Users\kunic\source\repos\pico\pico-sdk') | |
| PICO_SDK_PATH is C:/Users/kunic/source/repos/pico/pico-sdk | |
| Defaulting PICO_PLATFORM to rp2040 since not specified. | |
| Defaulting PICO platform compiler to pico_arm_gcc since not specified. | |
| -- Defaulting build type to 'Release' since not specified. | |
| PICO compiler is pico_arm_gcc | |
| -- The C compiler identification is GNU 10.3.1 | |
| -- The CXX compiler identification is GNU 10.3.1 |
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
| #define GPIO_KEY_DOWN GPIO_PIN_RESET | |
| #define GPIO_KEY_RELEASE GPIO_PIN_SET | |
| #define KEY_DEBOUNCE_TIME (20UL) | |
| #define KEY_LONG_PRESS_TIME (500UL) | |
| enum { | |
| RELEASE, | |
| DEBOUNCE, | |
| PRESSED, | |
| LONG_PRESSED, |
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
| 0: kd> !amli p | |
| 0: kd> g | |
| AMLI(? for help)-> ? | |
| ? | |
| Help - ? [<Cmd>] | |
| Clear Breakpoints - bc <bp list> | * | |
| Disable Breakpoints - bd <bp list> | * |
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
| /* | |
| * add the below code snippt into your project | |
| */ | |
| #include <stdio.h> | |
| #pragma import(__use_no_semihosting) | |
| struct __FILE | |
| { | |
| int handle; |
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
| U-Boot SPL 2021.04-5.10.35-2.0.0+g79943c815e (Aug 26 2021 - 10:28:03 +0000) | |
| DDRINFO: start DRAM init | |
| DDRINFO: DRAM rate 3000MTS | |
| U-Boot SPL 2021.04-5.10.35-2.0.0+g79943c815e (Aug 26 2021 - 10:28:03 +0000) | |
| DDRINFO: start DRAM init | |
| DDRINFO: DRAM rate 3000MTS | |
| DDRINFO:ddrphy calibration done | |
| DDRINFO: ddrmix config done |
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
| U-Boot SPL 2021.04-5.10.35-2.0.0+g79943c815e (Aug 26 2021 - 10:28:03 +0000) | |
| DDRINFO: start DRAM init | |
| DDRINFO: DRAM rate 3000MTS | |
| DDRINFO:ddrphy calibration done | |
| DDRINFO: ddrmix config done | |
| SEC0: RNG instantiated | |
| Normal Boot | |
| WDT: Not found! | |
| Trying to boot from BOOTROM | |
| image offset 0x0, pagesize 0x200, ivt offset 0x0 |
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
| U-Boot SPL 2021.04-5.10.35-2.0.0+g79943c815e (Aug 26 2021 - 10:28:03 +0000) | |
| DDRINFO: start DRAM init | |
| DDRINFO: DRAM rate 3000MTS | |
| DDRINFO:ddrphy calibration done | |
| DDRINFO: ddrmix config done | |
| SEC0: RNG instantiated | |
| Normal Boot | |
| WDT: Not found! | |
| Trying to boot from BOOTROM |
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
| U-Boot SPL 2021.04-5.10.35-2.0.0+g79943c815e (Aug 26 2021 - 10:28:03 +0000) | |
| DDRINFO: start DRAM init | |
| DDRINFO: DRAM rate 3000MTS | |
| DDRINFO:ddrphy calibration done | |
| DDRINFO: ddrmix config done | |
| SEC0: RNG instantiated | |
| Normal Boot | |
| WDT: Not found! | |
| Trying to boot from BOOTROM |
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
| { | |
| "software": { | |
| "version": "@@ADU_SOFTWARE_VERSION@@", | |
| "@@MODEL_NAME@@": { | |
| "hardware-compatibility": [ | |
| "1.0" | |
| ], | |
| "stable": { | |
| "rootA": { | |
| "images": [ |
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
| $ docker run -p 8080:8080 hawkbit/hawkbit-update-server:latest --hawkbit.dmf.rabbitmq.enabled=false --hawkbit.server.ddi.security.authentication.anonymous.enabled=true | |
| ______ _ _ _ _ ____ _ _ | |
| | ____| | (_) | | | | | _ \(_) | | |
| | |__ ___| |_ _ __ ___ ___ | |__ __ ___ _| | _| |_) |_| |_ | |
| | __| / __| | | '_ \/ __|/ _ \ | '_ \ / _` \ \ /\ / / |/ / _ <| | __| | |
| | |___| (__| | | |_) \__ \ __/ | | | | (_| |\ V V /| <| |_) | | |_ | |
| |______\___|_|_| .__/|___/\___| |_| |_|\__,_| \_/\_/ |_|\_\____/|_|\__| | |
| | | | |
| |_| |