Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wa1tnr/ch552-a
CH552 8051 - first git repository - June 2024
https://github.com/wa1tnr/ch552-a
8051 c-language-programming ch552 ch55xduino forth forth-like-interpreter
Last synced: 17 days ago
JSON representation
CH552 8051 - first git repository - June 2024
- Host: GitHub
- URL: https://github.com/wa1tnr/ch552-a
- Owner: wa1tnr
- Created: 2024-06-21T14:13:09.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-03T16:07:36.000Z (6 months ago)
- Last Synced: 2024-07-05T04:12:06.451Z (6 months ago)
- Topics: 8051, c-language-programming, ch552, ch55xduino, forth, forth-like-interpreter
- Language: C
- Homepage:
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CH552-a
Adafruit's new board.
Arduino IDE (sort-of).
Primarily for the C programming Language.
#### Sun 23 Jun 13:21:55 UTC 2024
* imported shattuck's forth like interpreter code
initially with a git submodule* modded it severely for clean compile non-functioning
* omitted both submodule dependencies but kept the
compiler toolchain submodule available hereREPEAT: no `'git submodule update --init'` used at all,
except *electively* for detailed *informational*
purposes. Nothing there is compiled-against.#### Sun 23 Jun 09:48:49 UTC 2024
##### update: successThe board receives firmware and executes it.
Do use Arduino IDE 2.x to do the firmware upload - arduino-cli
did not 'work' and is unknown (in this one git repository) to
'work' completely (it will kick out messages that indicate a
conversation has taken place but that's not enough).Or .. something was overlooked.
* blink LED on GPIO
* print to the USB serial, messages in English
* operate the NeoPixelEach of those hit on success yesterday. Did not focus on making
gains good (saving code).#### Sat 22 Jun 15:52:23 UTC 2024
Shipment arrived Saturday.
#### Fri Jun 21 02:02:43 PM UTC 2024
initialize repository, create minimal application, compile (no testing).
#### end.