-
Notifications
You must be signed in to change notification settings - Fork 1.3k
NRF: Minor Simmel fixes #2869
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NRF: Minor Simmel fixes #2869
Conversation
tannewt
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Thank you!
|
I've tried to rerun the checks. It looks like some of the larger translations were failing for the simmel build. |
|
Which are failing? |
|
Looks like de_DE, pl, fr, it_IT, es, ko, fil, and zh_Latn_pinyin: https://github.com/adafruit/circuitpython/pull/2869/checks?check_run_id=657239982 |
The CSn pin is pin 6 on bank 1, not bank 0. Signed-off-by: Sean Cross <[email protected]>
This adds AES support to simmel. Signed-off-by: Sean Cross <[email protected]>
SPIM3 is faster than all other SPI blocks, and is capable of generating a 32 MHz clock. However, it cannot be used at the same time as the BLE radio without dedicating an additional 8 kB of RAM to it. Therefore, some boards may want to disable this. Support pre-defining NRFX_SPIM3_ENABLED on the command line to disable it on some bords. Signed-off-by: Sean Cross <[email protected]>
Disable the SPIM3 controller to avoid needing to dedicate 8 kB to the SPIM3 block. Signed-off-by: Sean Cross <[email protected]>
The flash filesystem must be reduced in order to allow the current build to fit. Signed-off-by: Sean Cross <[email protected]>
|
Thanks, I didn't notice that among the other build failures. I've reduced the flash filesystem by one block. Incidentally, I opened up #2884 which I've run into several times while figuring the optimal internal filesystem size. We'll probably enable SPI flash at some point soon, but for now I'll be doing the flash filesystem dance. |
tannewt
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Thank you!
This patchset includes several minor fixes to Simmel fixes:
CIRCUITPY_AESIOon Simmel