-
When trying to record responses when using the Apollo Kotlin client, if the response body is over a certain size then a gzip compression is applied. When this gzip compression is applied, Servirti…
-
Some type definitions in ```apollo3.h``` use the identifier ```OVERFLOW``` however when it has already been defined as a numeric constant (for example by math library headers) this error arises:
``…
-
**Summary**
Kotlin classes generated from apollo3 gradle plugin have cyclic dependencies.
**Version**
3.0.0
**Description**
The kotlin classes generated have cyclic dependencies.
We use the…
-
Originally raised by a user of the SparkFun BSPs repo: [FreeRTOS example code clock-rate error?](https://github.com/sparkfun/SparkFun_Apollo3_AmbiqSuite_BSPs/issues/32)
Many FreeRTOS example files …
-
The header file **hci_drv_apollo3.h** (located in ```third_party/exactle/ble-host/sources/hci/ambiq/apollo3/```) is missing C++ ```extern "C"``` guards. This makes it more difficult to use this interf…
-
For maven consumers or kotlin scripts, that do not understand Gradle metadata format, support a fallback mode like [kotlinx-serialization](https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/ko…
-
The only major change that I'm seeing is that the definition of `am_hal_adc_samples_read` has changed.
extern uint32_t am_hal_adc_samples_read(void *pHandle, bool bFullSample,
…
-
Now that we have deployment documentation in #372, we need to document (and also in some cases do some development) how users add assemblies, annotations, and evidence tracks. We'll need to document t…
-
The following code:
```kotlin
class FooBar private constructor(val id: String) {
class Builder {
fun build() = FooBar("")
}
}
```
dumps the following API:
```
public final clas…
-
[sandeepmistry](https://github.com/sandeepmistry) provides a great [DA16200-WiFi-Library-for-Arduino](https://github.com/ArmDeveloperEcosystem/DA16200-WiFi-Library-for-Arduino). In principle, this sho…