oclyke

Results 25 issues of oclyke

It would greatly benefit library developers if libraries could specify additions to the include path used in their compilation. Developers could then create work that is much easier to maintain....

type: enhancement
topic: code

Using python 3.7.2 on Windows 10 (version 1803, build 17134.472, and running in Bootcamp) I repeatedly got the following error: ``` Converting to uf2, output size: 50176, start address: 0x8000000...

I was investigating [this comment](https://learn.sparkfun.com/tutorials/artemis-development-with-arduino/discuss#comment-5df792f72079b449cb50e034): > Just so you know, installing the tiny branch for the Atto84 (as per your instructions) will cause Arduino IDE 1.8.10 to overwrite the file...

This library uses some outdated concepts / AVR-specific code. It **CAN** (haha) be updated to work on many more Arduino platforms. See this forum post for more details: https://forum.sparkfun.com/viewtopic.php?f=169&t=53206&p=216453#p216408

This is a small update for the core SPI library for AVRs (only one SPI peripheral). The concepts can be applied to other cores so that ultimately these functions could...

As evidenced by changes required for this [PR in the mbed port](https://github.com/sparkfun/mbed-os-ambiq-apollo3/pull/31) it is difficult to fully disable the FIFO on UART while using HAL configuration. branch [2.4.2-patch-uart-fifo-config](https://github.com/sparkfun/AmbiqSuiteSDK/tree/2.4.2-patch-uart-fifo-config) adds an...

2.5.1

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 use this ```FreeRTOSConfig.h``` preprocessor definition of clock speed: ``` #ifdef AM_PART_APOLLO2...

2.5.1

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: ```error:...

2.5.1

Several times the need to enable interrupts on a pin without removing the existing configuration has arisen. The pin configuration functions currently available in the SDK will wipe out the...

hal-functionality
2.5.1