-
**Is your feature request related to a problem? Please describe.**
I want to have my code in one place, including custom shield configurations
**Describe the solution you'd like**
I want the boar…
-
It would be great if Dart could be compiled in a "freestanding" way, this means compile without any OS assumptions. It could make it easier to embed Dart into unique places like UEFI without patching …
-
I managed to get snitch to run properly on a freestanding C++ environment, namely the Sony PlayStation 1:
![image](https://github.com/user-attachments/assets/fde29789-de2c-432e-bad7-b44835a7c169)
…
-
Based on the documentation here: https://docs.zephyrproject.org/latest/develop/application/index.html
Is it possible to create a freestanding application using meta-zephyr?
Could an example be p…
-
### Zig Version
0.13.0
### Steps to Reproduce and Observed Behavior
In a freestanding platform, I'm trying to set the global pointer to some memory location, which I can reuse later in code. This i…
-
Opening this issue as a narrowed-down version of https://github.com/WebAssembly/wabt/issues/1949 to track freestanding-related questions.
I didn't end up using wasm2c in the original use case menti…
-
Macros were added in Swift 5.9 https://www.swift.org/blog/swift-5.9-released/#language-and-standard-library, and include:
- Freestanding macros
- Attached macros
Attached macros look the same as …
-
This issue tracks the work required to make libc++ conforming to the notion of "Freestanding" as specified in the Standard.
At a high level, this means that `clang++ -ffreestanding -stdlib=libc++` …
-
At the moment, you construct a delegate with a freestanding function like this: `my_delegate_type::create()`, and use it like this: `add_callback(my_delegate_type::create())`.
It would be nice to …
-
**Link:** https://wg21.link/p1855r0
cjdb updated
4 months ago