-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
96 changed files
with
781 additions
and
782 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# **Zig•EM** | ||
## v25.0.2 | ||
- initial **VS Code** support through `vscode-zigem` extension | ||
- new overall workspace organization | ||
- renamed `em.test` bundle as `examples` | ||
- critical bug-fix in `em.utils/FiberMgr` | ||
- `em.examples.basic/TickerP` not fully operational | ||
- additional information at [blog.zigem.tech/post-003](https://blog.zigem.tech/post-003/) | ||
|
||
## v25.0.1 | ||
- first public release of the **Zig•EM** programming framework | ||
- support for `windows-x86_64`, `linux-x86_64`, and `macos-x86_64` as development hosts | ||
- support for the [TI CC2340R5](https://www.ti.com/product/CC2340R5) wireless MCU as an embedded hardware target | ||
- a suite of basic programming examples, first introduced in EM and now re-written in Zig | ||
- additional information at [blog.zigem.tech/post-002](https://blog.zigem.tech/post-002/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# **Zig•EM** | ||
|
||
Visit [blog.zigem.tech](https://blog.zigem.tech/post-001/) to learn more about this novel programming framework targeting resource-constrained embedded systems, where every byte of memory and μJoule of energy matters. | ||
Visit [blog.zigem.tech](https://blog.zigem.tech/post-001/) to learn more about this novel programming framework targeting resource-constrained embedded systems, where every byte of memory and μJoule of energy matters. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.