arduino / arduino/ArduinoCore-mbed
F_CPU define is missing
Open
- Dominant language
- C
- Stars
- 411
- Forks
- 225
- PR merge metrics
- No merged PRs in 30d
Description
The preprocessor define for CPU speed, F_CPU, is not defined for RaspberryPi Pico, but seems to be defined for other Arduino boards. Any sketch or library that uses this definition will fail to build.
Thanks!
Contributor guide
No contributing guide indexed for this repository
Research direction
Search the Raspberry Pi Pico board definitions for F_CPU and compare them with the definitions used by other Arduino boards. Verify the affected sketch or library builds with the Raspberry Pi Pico; done means F_CPU is available and the build no longer fails for that reason.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- embedded-iot
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100