-
I think the hal-i2c.ads lacks some comments on how to use it. Here are some ideas for modifications:
```ada
package HAL.I2C is
type I2C_Status is
(Ok,
Error, -- Err_Er…
-
### Summary
Currently, SPARK RM does not allow generic formal parameters. In particular, it is not possible to pass ghost subprograms as generic actual parameters in a generic instantiation. The fo…
-
### Describe the feature would like to see added to OpenZFS
Despite all the hard work and review possible data loss bugs seem to creep into the codebase.
I'd love to see the introduction of…
-
### Environment
- OS and Version: Linux pop-os 6.9.3 generic
- IDE Version: None
- Ada & SPARK Extension Version: GNAT 12.3.0 (FSF)
- Alire Version 2.0.1
alr show output:
````
alr show
ada_l…
-
In some message specifications fields have a default value, if they are not used, or a constant value (#22). One such message is the DHCP message, which contains the `sname` and `file` field that are …
-
Is anyone interested in porting FastLED to a Cypress component?
I've recently started working with Cypress's PSoC devices, especially since the CY8CKIT-059 is available for $10 (M3 CPU; the M0-based …
-
This is a long discussion from the ARG mailing list, which seems more appropriate for an ARG "Issue" that is open to wider discussion. Bob kicked off the email chain by asking for a better subject li…
-
Nim currently has the concept of the range type that is used actively to express
entities like positive number and strictly positive number. Unfortunately, it is
restricted only to ordinal and float…
-
When creating overlays with the `Address` attribute, default values might become an issue. For example, let's say we have the following type declaration:
```
type Unsigned_8 is mod 2 ** 8 wi…
-
Are there any plans to add command for running unit tests? `alr test` exists, but it `Tests the compilation of all or some releases`.
m-kru updated
4 months ago