Skip to content

Commit

Permalink
Add self-build & Readme, Remove build files from repo
Browse files Browse the repository at this point in the history
  • Loading branch information
HDR committed Jul 26, 2023
1 parent 7aa9637 commit 4283639
Show file tree
Hide file tree
Showing 111 changed files with 41 additions and 16,267 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: Build Firmware
on:
workflow_dispatch:
push:
branches:
- 'main'

jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout Burnmaster-Firmware
uses: actions/checkout@v2
with:
path: Burnmaster-Firmware

- name: Install EmeddedStudio
run: |
wget https://dl.a.segger.com/embedded-studio/Setup_EmbeddedStudio_ARM_v730_linux_x64.tar.gz
tar -xvf Setup_EmbeddedStudio_ARM_v730_linux_x64.tar.gz
cd arm_segger_embedded_studio_v730_linux_x64/
sudo ./install_segger_embedded_studio --minimal-install --accept-license --copy-files-to .
- name: Compile Firmware
run: |
cd arm_segger_embedded_studio_v730_linux_x64/bin
./emBuild -config "Release" ${{ github.workspace }}//Burnmaster-Firmware/GDCartReader.emProject
- uses: actions/upload-artifact@v3
with:
name: Burnmaster-Firmware
path: ${{ github.workspace }}//Burnmaster-Firmware/Output/Release/Exe/GDCartReader.bin
Binary file removed Output/Debug/Exe/2022.7.27.rar
Binary file not shown.
Binary file removed Output/Debug/Exe/2023.2.rar
Binary file not shown.
Binary file removed Output/Debug/Exe/4.27.rar
Binary file not shown.
Binary file removed Output/Debug/Exe/6.6.rar
Binary file not shown.
Binary file removed Output/Debug/Exe/GDCartReader.elf
Binary file not shown.
5,330 changes: 0 additions & 5,330 deletions Output/Debug/Exe/GDCartReader.hex

This file was deleted.

2,722 changes: 0 additions & 2,722 deletions Output/Debug/Exe/GDCartReader.map

This file was deleted.

Binary file removed Output/Debug/Exe/update.bin
Binary file not shown.
Empty file.
Empty file.
45 changes: 0 additions & 45 deletions Output/Debug/Obj/GDCartReader/Common.d

This file was deleted.

Binary file removed Output/Debug/Obj/GDCartReader/Common.o
Binary file not shown.
45 changes: 0 additions & 45 deletions Output/Debug/Obj/GDCartReader/Display.d

This file was deleted.

Binary file removed Output/Debug/Obj/GDCartReader/Display.o
Binary file not shown.
50 changes: 0 additions & 50 deletions Output/Debug/Obj/GDCartReader/GB.d

This file was deleted.

Binary file removed Output/Debug/Obj/GDCartReader/GB.o
Binary file not shown.
49 changes: 0 additions & 49 deletions Output/Debug/Obj/GDCartReader/GBA.d

This file was deleted.

Binary file removed Output/Debug/Obj/GDCartReader/GBA.o
Binary file not shown.
Loading

0 comments on commit 4283639

Please sign in to comment.