Earle F. Philhower, III
0061d3f97f
Enable gprof onboard profiling ( #2669 )
...
Adds a menu item to enable onboard profiling. This requires significant
RAM and really only makes sense on devices with PSRAM to store the state.
When the menu item is selected, allocates RAM and tracks function calls and
periodically samples the PC to generate a histogram of application usage.
The onboard gmon.out file can be written over Semihosting or
some other way to transfer to a PC for analysis.
Adds a profiling example with command lines.
2024-12-05 17:30:45 -08:00
Earle F. Philhower, III
8dc44b5e0d
Astyle format variants format ( #1295 )
2023-03-10 13:00:04 -08:00
Khoi Hoang
1303ef55b2
Add Serial3 for Arduino Nano Connect RP2040. Fix #807 ( #838 )
2022-09-06 12:34:49 -07:00
Earle F. Philhower, III
061b38f0b8
Add RTS/CTS to Arduino Nano Connect Serial2(NINA) ( #525 )
...
Fixes #524
2022-03-30 14:12:24 -07:00
Juraj Andrássy
1fdc0ab7c1
Arduino Nano R2040 Connect Nina pins access with WiFiNINA lib ( #404 )
2022-01-09 09:11:27 -08:00
Khoi Hoang
9408b7e2c4
Fix WiFiNINA issue for Arduino Nano Connect ( #403 )
...
Fixes #373
2022-01-09 08:03:53 -08:00
Khoi Hoang
52a22e5185
Fix Nano_RP2040_Connect pinout issue ( #400 )
...
Fix issues with [WiFiNINA](https://github.com/arduino-libraries/WiFiNINA ) and [WiFiNINA_Generic](https://github.com/khoih-prog/WiFiNINA_Generic ) libraries
Fixes #373
Fixes #375
Fixes #376
2022-01-01 13:05:25 -08:00
Earle F. Philhower, III
b02b9c4be8
Add PDM library for Arduino Nano RP2040 Connect ( #213 )
...
* Add PDM library for Arduino Nano RP2040 Connect
* No PDM test in CI, only works on Arduino Nano RP2040
2021-06-16 08:17:09 -07:00
Earle F. Philhower, III
6afcf5881d
Initial Arduino Nano RP2040 Connect support ( #212 )
...
Thanks to @Claupio for the bringup!
Reference #208
2021-06-14 08:59:52 -07:00