This website requires JavaScript.
Explore
Help
Sign In
joris
/
redpitaya-puzzlefw
Watch
1
Star
0
Fork
You've already forked redpitaya-puzzlefw
0
Code
Issues
Pull Requests
Releases
Activity
Rename os to sw
Browse Source
...
This commit is contained in:
Joris van Rantwijk
2024-09-21 18:10:34 +02:00
parent
b269a53ad1
commit
95d94f9ed8
37 changed files
with
0 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
0
os/.gitignore → sw/.gitignore
vendored
Unescape
Escape
View File
0
os/01_get_buildroot.sh → sw/01_get_buildroot.sh
Unescape
Escape
View File
0
os/02_get_uboot.sh → sw/02_get_uboot.sh
Unescape
Escape
View File
0
os/03_get_kernel.sh → sw/03_get_kernel.sh
Unescape
Escape
View File
0
os/11_build_buildroot.sh → sw/11_build_buildroot.sh
Unescape
Escape
View File
0
os/12_build_uboot.sh → sw/12_build_uboot.sh
Unescape
Escape
View File
0
os/13_build_kernel.sh → sw/13_build_kernel.sh
Unescape
Escape
View File
0
os/14_build_devicetree.sh → sw/14_build_devicetree.sh
Unescape
Escape
View File
0
os/15_build_driver.sh → sw/15_build_driver.sh
Unescape
Escape
View File
0
os/16_build_userspace.sh → sw/16_build_userspace.sh
Unescape
Escape
View File
0
os/21_build_bootimg.sh → sw/21_build_bootimg.sh
Unescape
Escape
View File
0
os/22_prepare_sdcard.sh → sw/22_prepare_sdcard.sh
Unescape
Escape
View File
0
os/buildroot_overlay/etc/chrony.conf → sw/buildroot_overlay/etc/chrony.conf
Unescape
Escape
View File
0
os/buildroot_overlay/etc/chrony_dhcp.conf → sw/buildroot_overlay/etc/chrony_dhcp.conf
Unescape
Escape
View File
0
os/buildroot_overlay/etc/init.d/S03set_ethaddr.sh → sw/buildroot_overlay/etc/init.d/S03set_ethaddr.sh
Unescape
Escape
View File
0
os/buildroot_overlay/etc/init.d/S10prepare_dropbear.sh → sw/buildroot_overlay/etc/init.d/S10prepare_dropbear.sh
Unescape
Escape
View File
0
os/buildroot_overlay/etc/network/interfaces → sw/buildroot_overlay/etc/network/interfaces
Unescape
Escape
View File
0
os/buildroot_overlay/usr/share/udhcpc/default.script.d/ntp_chrony.script → sw/buildroot_overlay/usr/share/udhcpc/default.script.d/ntp_chrony.script
Unescape
Escape
View File
0
os/config/buildroot_puzzlefw_defconfig → sw/config/buildroot_puzzlefw_defconfig
Unescape
Escape
View File
0
os/config/linux_redpitaya_puzzlefw_defconfig → sw/config/linux_redpitaya_puzzlefw_defconfig
Unescape
Escape
View File
0
os/config/uboot_redpitaya_puzzlefw_defconfig → sw/config/uboot_redpitaya_puzzlefw_defconfig
Unescape
Escape
View File
0
os/config/uboot_script.txt → sw/config/uboot_script.txt
Unescape
Escape
View File
0
os/devicetree/redpitaya_puzzlefw.dts → sw/devicetree/redpitaya_puzzlefw.dts
Unescape
Escape
View File
0
os/fsbl/fsbl.elf → sw/fsbl/fsbl.elf
Unescape
Escape
View File
0
os/script_env → sw/script_env
Unescape
Escape
View File
0
os/src/linux_driver/.gitignore → sw/src/linux_driver/.gitignore
vendored
Unescape
Escape
View File
0
os/src/linux_driver/Makefile → sw/src/linux_driver/Makefile
Unescape
Escape
View File
0
os/src/linux_driver/puzzlefw.c → sw/src/linux_driver/puzzlefw.c
Unescape
Escape
View File
0
os/src/userspace/.gitignore → sw/src/userspace/.gitignore
vendored
Unescape
Escape
View File
0
os/src/userspace/Makefile → sw/src/userspace/Makefile
Unescape
Escape
View File
0
os/src/userspace/data_server.hpp → sw/src/userspace/data_server.hpp
Unescape
Escape
View File
0
os/src/userspace/interrupt_manager.hpp → sw/src/userspace/interrupt_manager.hpp
Unescape
Escape
View File
0
os/src/userspace/logging.hpp → sw/src/userspace/logging.hpp
Unescape
Escape
View File
0
os/src/userspace/puzzlecmd.cpp → sw/src/userspace/puzzlecmd.cpp
Unescape
Escape
View File
0
os/src/userspace/puzzlefw.cpp → sw/src/userspace/puzzlefw.cpp
Unescape
Escape
View File
0
os/src/userspace/puzzlefw.hpp → sw/src/userspace/puzzlefw.hpp
Unescape
Escape
View File
0
os/src/userspace/testje.c → sw/src/userspace/testje.c
Unescape
Escape
View File
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
joris/redpitaya-puzzlefw
Title
Body
Create Issue