cleared cache because workspace.json is abnoxious

This commit is contained in:
2026-02-03 16:06:53 +01:00
parent c7a38e5b40
commit c50d6e3fa5
288 changed files with 0 additions and 226732 deletions

View File

@@ -1,36 +0,0 @@
<html>
<body>
<pre>
<h1>µVision Build Log</h1>
<h2>Tool Versions:</h2>
IDE-Version: µVision V5.38.0.0
Copyright (C) 2022 ARM Ltd and ARM Germany GmbH. All rights reserved.
License Information: Mathys Touzet, -, LIC=----
Tool Versions:
Toolchain: PK51 Prof. Develpers Kit Version: 9.60.7.0
Toolchain Path: C:\Keil_v5\C51\BIN
C Compiler: C51.exe V9.60.7.0
Assembler: A51.exe V8.2.7.0
Linker/Locator: BL51.exe V6.22.4.0
Library Manager: LIB51.exe V4.30.1.0
Hex Converter: OH51.exe V2.7.0.0
CPU DLL: S8051.DLL V3.125.1.0
Dialog DLL: D500.DLL V2.52.1.0
<h2>Project:</h2>
C:\Users\chemical\Documents\BredisLieblingsOrdner\ZickZack\ZickZack.uvproj
Project File Date: 05/22/2024
<h2>Output:</h2>
Build target 'Target 1'
linking...
*** WARNING L16: UNCALLED SEGMENT, IGNORED FOR OVERLAY PROCESS
SEGMENT: ?PR?SERWAITIN?SERIO
*** WARNING L16: UNCALLED SEGMENT, IGNORED FOR OVERLAY PROCESS
SEGMENT: ?PR?_SERSTRINGOUT?SERIO
Program Size: data=25.0 xdata=0 code=333
".\Objects\ZickZack" - 0 Error(s), 2 Warning(s).
Build Time Elapsed: 00:00:00
</pre>
</body>
</html>

View File

@@ -1,5 +0,0 @@
".\Objects\STARTUP.obj",
".\Objects\main.obj",
".\Objects\serIO.obj"
TO ".\Objects\ZickZack"
PRINT(".\Listings\ZickZack.m51") RAMSIZE(256)

View File

@@ -1 +0,0 @@
"main.c" OPTIMIZE (8,SPEED) BROWSE DEBUG OBJECTEXTEND PRINT(.\Listings\main.lst) TABS (2) OBJECT(.\Objects\main.obj)

View File

@@ -1 +0,0 @@
"serIO.c" OPTIMIZE (8,SPEED) BROWSE DEBUG OBJECTEXTEND PRINT(.\Listings\serIO.lst) TABS (2) OBJECT(.\Objects\serIO.obj)