From 4952dec36d49df415d96b495c853cf2786c7064f Mon Sep 17 00:00:00 2001 From: ckormanyos Date: Tue, 9 Jul 2024 05:52:57 +0200 Subject: [PATCH 1/2] Update docs --- readme.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/readme.md b/readme.md index 3caeaea..00ff5a5 100644 --- a/readme.md +++ b/readme.md @@ -114,7 +114,7 @@ make TYP_OS=WIN all ### Build on `*nix` Prerequisites: - - Install [`sdcc`](https://sdcc.sourceforge.net) version 4.3 or higher. + - Install [`sdcc`](https://sdcc.sourceforge.net) version 4.4 or higher. Then build in the bash shell with: @@ -140,8 +140,8 @@ builds the application and verifies the presence of `bin/refapp.8xp`. - This project has been inspired by and influenced by numerous previous works, including (but not limited to) the [azertyfun/LibTI](https://github.com/azertyfun/LibTI) project. - The aforementioned [project](https://github.com/azertyfun/LibTI) was ground-breaking and excellent. -Please do, however, use at your own discretion and observe also -the [license](./LICENSE) details. This project is not in any way +Please do, however, use this project at your own discretion and observe +also the [license](./LICENSE) details. This project is not in any way affiliated with Texas Instruments Inc, or any of its subsidiaries, including the educational products division. @@ -149,14 +149,14 @@ Some of this software has been reverse engineered from other projects or terse technical notes. In addition, the software actively writes to calculator _ports_, such as port `0x40` and port `0x41`. -Personally. I do not consider this to be a $100\\%$ sound basis +Personally, I do not consider this to be a $100\\%$ sound basis for project reliability and/or stability. -Nonetheless, empirical evidence shows a working, +Empirical evidence does, nonetheless, show a working, and fully/properly initialized C-language, non-trivial application. It provides a basis that seems to adhere to the established, -common rules of modern C. Larger projects could be built or modelled -from this. +common rules of modern C. Larger projects could potentially +be built upon or modelled from this one. ### References From 2c133d8d2e072e993ec3f60d39014aa9031db1c0 Mon Sep 17 00:00:00 2001 From: ckormanyos Date: Tue, 9 Jul 2024 05:55:06 +0200 Subject: [PATCH 2/2] Improve CI job names --- .github/workflows/ti84-ref_app.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ti84-ref_app.yml b/.github/workflows/ti84-ref_app.yml index 99220b5..a4a1644 100644 --- a/.github/workflows/ti84-ref_app.yml +++ b/.github/workflows/ti84-ref_app.yml @@ -9,7 +9,7 @@ on: - '**' pull_request: jobs: - gcc-build-native: + sdcc-build-native: runs-on: ubuntu-latest defaults: run: @@ -32,7 +32,7 @@ jobs: make TYP_OS=UNIX all echo 'build-and-verify-refapp partial verify result' ls -la ../bin/refapp.8xp - gcc-build-native-macos: + sdcc-build-native-macos: runs-on: macos-latest defaults: run: