Skip to content

Commit

Permalink
Enable (t)rng support for NANO RP2040
Browse files Browse the repository at this point in the history
  • Loading branch information
pennam committed Jun 28, 2024
1 parent d7d5515 commit 447062f
Show file tree
Hide file tree
Showing 2 changed files with 727 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cores/arduino/WMath.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ extern "C" {
#include "stdlib.h"
#include "hal/trng_api.h"
}

#if defined(ARDUINO_PORTENTA_H7_M7) || \
#if defined(ARDUINO_NANO_RP2040_CONNECT) || \
defined(ARDUINO_PORTENTA_H7_M7) || \
defined(ARDUINO_NICLA_VISION) || \
defined(ARDUINO_OPTA) || \
defined(ARDUINO_GIGA)
Expand Down
Loading

0 comments on commit 447062f

Please sign in to comment.