Rp2 general#7461
Closed
NitiKaur wants to merge 7 commits intomicropython:masterfrom
NitiKaur:rp2-general
Closed
Conversation
git conflict resolution marker removed with updated paragraphs
changed bullet points into sentences
changed bullet points into sentences
dpgeorge
reviewed
Jul 8, 2021
| Datasheets! | ||
| For detailed technical specifications, please refer to the `datasheet <https://datasheets.raspberrypi.org/rp2040/rp2040-datasheet.pdf>`_ | ||
|
|
||
| The RP2040 microcontroller a 40 nm silicon in a 7X7mm QFN-56 SMD package.The key features include 133 MHz dual ARM Cortex-M0+ cores (overclockable to over 400 MHz), 264KB SRAM in six independent banks, No internal Flash or EEPROM memory (after reset, the bootloader loads firmware from either the external flash memory or USB bus into internal SRAM), QSPI bus controller, which supports up to 16 MB of external Flash memory, On-chip programmable LDO to generate core voltage, 2 on-chip PLLs to generate USB and core clocks, 30 GPIO pins, of which 4 can optionally be used as analog inputs. The peripherals include 2 UARTs, 2 SPI controllers, 2 I2C contollers, 16 PWM channels, USB 1.1 controller and PHY, with host and device support, 8 PIO state machines. |
Member
There was a problem hiding this comment.
I think this would be easier to read if it were in a dot-point list.
| Short summary of tech specs! | ||
|
|
||
| Description of general structure of the port (it's built on top of the APIs | ||
| provided by the Raspberry Pi SDK). |
Member
There was a problem hiding this comment.
Let's leave these lines here until such text is added.
|
|
||
| Getting started with MicroPython on the RP2xxx | ||
| ============================================== | ||
| 1.Getting started with MicroPython on the RP2xxx |
Member
There was a problem hiding this comment.
It looks like a lot of the text in this file is copied from the RPi PDF.
RetiredWizard
pushed a commit
to RetiredWizard/micropython
that referenced
this pull request
Jan 18, 2023
Add comments for MDNS code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.