A Source engine map decompiler. Contribute to ata4/bspsrc development by creating an account on GitHub.
BSPSource on GitHub Latest Java(optional, for 1.4.4 or later. This is only required if you are usingbspsrc-jar-only.zip(which does not have Java bundled in.) After installing, try to run thebspsrc.jarexecutable, or typejavaw -jar "C:\your-bspsrc-folder\bspsrc.jar"in Command Prompt...
.github Use jlink in maven and update github pipeline Oct 1, 2024 .mvn Convert project to maven multi module Aug 29, 2023 bspsrc-app Don't strip debug symbols in runtime image Oct 14, 2024 bspsrc-common Convert more files to spaces Sep 30, 2024 bspsrc-decompiler Merge branch 'release...
源码:https://github.com/jimingkang/STM32L476_BSPIDE里代码结构1)stm32l4xx_it.c设置NVIC的串口中断处理程序extern... */ /* USER CODE ENDUSART2_IRQn1*/ } 2)uart.c设置硬件,以及中断模式收发 voidUART2_Init(void) { // Enable the clock of ...
ANDROID: drop KERNEL_DIR setting in build.config.common build.config.allmodconfig.arm ANDROID: drop KERNEL_DIR setting in build.config.common build.config.allmodconfig.x86_64 ANDROID: drop KERNEL_DIR setting in build.config.common build.config.amlogic ANDROID: GKI: amlogic: add DTB overlays ...
BSP kernel source. Contribute to radxa/kernel development by creating an account on GitHub.
Example: kernel source code: /usr/src/linux-4.X build directory: /home/name/build/kernel To configure and build the kernel, use: cd /usr/src/linux-4.X make O=/home/name/build/kernel menuconfig make O=/home/name/build/kernel sudo make O=/home/name/build/kernel modules_install install...
Example: kernel source code: /usr/src/linux-4.X build directory: /home/name/build/kernel To configure and build the kernel, use: cd /usr/src/linux-4.X make O=/home/name/build/kernel menuconfig make O=/home/name/build/kernel sudo make O=/home/name/build/kernel modules_install install...
Example: kernel source code: /usr/src/linux-4.X build directory: /home/name/build/kernel To configure and build the kernel, use: cd /usr/src/linux-4.X make O=/home/name/build/kernel menuconfig make O=/home/name/build/kernel sudo make O=/home/name/build/kernel modules_install install...
This branch is up to date with radxa/kernel:release-4.4-rockpi4.Folders and files Latest commit Cannot retrieve latest commit at this time. History611,854 Commits Documentation drm/rockchip: add RGB support for rk618 Sep 26, 2018 android/configs ANDROID: add script to fetch android kernel con...