all: Fix spelling mistakes based on codespell check.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -172,7 +172,7 @@ void BOARD_BootClockRUN(void) {
|
||||
(ANADIG_OSC->OSC_24M_CTRL & ANADIG_OSC_OSC_24M_CTRL_OSC_24M_STABLE_MASK)) {
|
||||
}
|
||||
|
||||
/* Swicth both core, M7 Systick and Bus_Lpsr to OscRC48MDiv2 first */
|
||||
/* Switch both core, M7 Systick and Bus_Lpsr to OscRC48MDiv2 first */
|
||||
rootCfg.mux = kCLOCK_M7_ClockRoot_MuxOscRc48MDiv2;
|
||||
rootCfg.div = 1;
|
||||
#if __CORTEX_M == 7
|
||||
|
||||
@@ -11,7 +11,7 @@ or for Teensy 4.1:
|
||||
teensy_loader_cli --mcu=imxrt1062 -v -w TEENSY41-<date_version_tag>.hex
|
||||
```
|
||||
|
||||
Instead of imxrt1062 with the --mcu option, you can as well use the board specic names
|
||||
Instead of imxrt1062 with the --mcu option, you can as well use the board specific names
|
||||
TEENSY40, TEENSY41 or TEENSY_MICROMOD. When loading the firmware the PJRC boot loader
|
||||
will erase the board file system.
|
||||
|
||||
|
||||
@@ -123,7 +123,7 @@ enum
|
||||
kFlexSpiDeviceType_SerialNAND = 2, // !< Flash devices are Serial NAND
|
||||
kFlexSpiDeviceType_SerialRAM = 3, // !< Flash devices are Serial RAM/HyperFLASH
|
||||
kFlexSpiDeviceType_MCP_NOR_NAND = 0x12, // !< Flash device is MCP device, A1 is Serial NOR, A2 is Serial NAND
|
||||
kFlexSpiDeviceType_MCP_NOR_RAM = 0x13, // !< Flash deivce is MCP device, A1 is Serial NOR, A2 is Serial RAMs
|
||||
kFlexSpiDeviceType_MCP_NOR_RAM = 0x13, // !< Flash device is MCP device, A1 is Serial NOR, A2 is Serial RAMs
|
||||
};
|
||||
|
||||
// !@brief Flash Pad Definitions
|
||||
@@ -184,7 +184,7 @@ typedef struct _FlexSPIConfig
|
||||
// ! details
|
||||
uint8_t deviceType; // !< [0x044-0x044] Device Type: See Flash Type Definition for more details
|
||||
uint8_t sflashPadType; // !< [0x045-0x045] Serial Flash Pad Type: 1 - Single, 2 - Dual, 4 - Quad, 8 - Octal
|
||||
uint8_t serialClkFreq; // !< [0x046-0x046] Serial Flash Frequencey, device specific definitions, See System Boot
|
||||
uint8_t serialClkFreq; // !< [0x046-0x046] Serial Flash Frequency, device specific definitions, See System Boot
|
||||
// ! Chapter for more details
|
||||
uint8_t lutCustomSeqEnable; // !< [0x047-0x047] LUT customization Enable, it is required if the program/erase cannot
|
||||
// ! be done using 1 LUT sequence, currently, only applicable to HyperFLASH
|
||||
@@ -245,7 +245,7 @@ typedef struct _flexspi_nor_config
|
||||
uint8_t serialNorType; // !< Serial NOR Flash type: 0/1/2/3
|
||||
uint8_t needExitNoCmdMode; // !< Need to exit NoCmd mode before other IP command
|
||||
uint8_t halfClkForNonReadCmd; // !< Half the Serial Clock for non-read command: true/false
|
||||
uint8_t needRestoreNoCmdMode; // !< Need to Restore NoCmd mode after IP commmand execution
|
||||
uint8_t needRestoreNoCmdMode; // !< Need to Restore NoCmd mode after IP command execution
|
||||
uint32_t blockSize; // !< Block size
|
||||
uint32_t reserve2[11]; // !< Reserved for future use
|
||||
} flexspi_nor_config_t;
|
||||
|
||||
@@ -97,7 +97,7 @@ typedef struct _boot_data_ {
|
||||
uint32_t start; /* boot start location */
|
||||
uint32_t size; /* size */
|
||||
uint32_t plugin; /* plugin flag - 1 if downloaded application is plugin */
|
||||
uint32_t placeholder; /* placehoder to make even 0x10 size */
|
||||
uint32_t placeholder; /* placeholder to make even 0x10 size */
|
||||
}BOOT_DATA_T;
|
||||
|
||||
#if defined(BOARD_FLASH_SIZE)
|
||||
|
||||
@@ -117,7 +117,7 @@ status_t PHY_DP83825_GetLinkStatus(phy_handle_t *handle, bool *status);
|
||||
* @brief Gets the PHY link speed and duplex.
|
||||
*
|
||||
* @brief This function gets the speed and duplex mode of PHY. User can give one of speed
|
||||
* and duplex address paramter and set the other as NULL if only wants to get one of them.
|
||||
* and duplex address parameter and set the other as NULL if only wants to get one of them.
|
||||
*
|
||||
* @param handle PHY device handle.
|
||||
* @param speed The address of PHY link speed.
|
||||
|
||||
@@ -117,7 +117,7 @@ status_t PHY_DP83848_GetLinkStatus(phy_handle_t *handle, bool *status);
|
||||
* @brief Gets the PHY link speed and duplex.
|
||||
*
|
||||
* @brief This function gets the speed and duplex mode of PHY. User can give one of speed
|
||||
* and duplex address paramter and set the other as NULL if only wants to get one of them.
|
||||
* and duplex address parameter and set the other as NULL if only wants to get one of them.
|
||||
*
|
||||
* @param handle PHY device handle.
|
||||
* @param speed The address of PHY link speed.
|
||||
|
||||
@@ -117,7 +117,7 @@ status_t PHY_KSZ8081_GetLinkStatus(phy_handle_t *handle, bool *status);
|
||||
* @brief Gets the PHY link speed and duplex.
|
||||
*
|
||||
* @brief This function gets the speed and duplex mode of PHY. User can give one of speed
|
||||
* and duplex address paramter and set the other as NULL if only wants to get one of them.
|
||||
* and duplex address parameter and set the other as NULL if only wants to get one of them.
|
||||
*
|
||||
* @param handle PHY device handle.
|
||||
* @param speed The address of PHY link speed.
|
||||
|
||||
@@ -117,7 +117,7 @@ status_t PHY_LAN8720_GetLinkStatus(phy_handle_t *handle, bool *status);
|
||||
* @brief Gets the PHY link speed and duplex.
|
||||
*
|
||||
* @brief This function gets the speed and duplex mode of PHY. User can give one of speed
|
||||
* and duplex address paramter and set the other as NULL if only wants to get one of them.
|
||||
* and duplex address parameter and set the other as NULL if only wants to get one of them.
|
||||
*
|
||||
* @param handle PHY device handle.
|
||||
* @param speed The address of PHY link speed.
|
||||
|
||||
@@ -117,7 +117,7 @@ status_t PHY_RTL8211F_GetLinkStatus(phy_handle_t *handle, bool *status);
|
||||
* @brief Gets the PHY link speed and duplex.
|
||||
*
|
||||
* @brief This function gets the speed and duplex mode of PHY. User can give one of speed
|
||||
* and duplex address paramter and set the other as NULL if only wants to get one of them.
|
||||
* and duplex address parameter and set the other as NULL if only wants to get one of them.
|
||||
*
|
||||
* @param handle PHY device handle.
|
||||
* @param speed The address of PHY link speed.
|
||||
|
||||
@@ -207,7 +207,7 @@ static inline status_t PHY_GetLinkStatus(phy_handle_t *handle, bool *status) {
|
||||
* @brief Gets the PHY link speed and duplex.
|
||||
*
|
||||
* @brief This function gets the speed and duplex mode of PHY. User can give one of speed
|
||||
* and duplex address paramter and set the other as NULL if only wants to get one of them.
|
||||
* and duplex address parameter and set the other as NULL if only wants to get one of them.
|
||||
*
|
||||
* @param handle PHY device handle.
|
||||
* @param speed The address of PHY link speed.
|
||||
|
||||
@@ -60,7 +60,7 @@ Reset_Handler:
|
||||
* linker script.
|
||||
* __etext: End of code section, i.e., begin of data sections to copy from.
|
||||
* __data_start__/__data_end__: RAM address range that data should be
|
||||
* __noncachedata_start__/__noncachedata_end__ : none cachable region
|
||||
* __noncachedata_start__/__noncachedata_end__ : non-cacheable region
|
||||
* __ram_function_start__/__ram_function_end__ : ramfunction region
|
||||
* copied to. Both must be aligned to 4 bytes boundary. */
|
||||
|
||||
@@ -80,7 +80,7 @@ Reset_Handler:
|
||||
str r0, [r2, r3]
|
||||
bgt .LC0
|
||||
.LC1:
|
||||
#else /* code size implemenation */
|
||||
#else /* code size implementation */
|
||||
.LC0:
|
||||
cmp r2, r3
|
||||
ittt lt
|
||||
@@ -103,7 +103,7 @@ Reset_Handler:
|
||||
str r0, [r2, r3]
|
||||
bgt .LC_ramfunc_copy_start
|
||||
.LC_ramfunc_copy_end:
|
||||
#else /* code size implemenation */
|
||||
#else /* code size implementation */
|
||||
.LC_ramfunc_copy_start:
|
||||
cmp r2, r3
|
||||
ittt lt
|
||||
@@ -127,7 +127,7 @@ Reset_Handler:
|
||||
str r0, [r2, r3]
|
||||
bgt .LC2
|
||||
.LC3:
|
||||
#else /* code size implemenation */
|
||||
#else /* code size implementation */
|
||||
.LC2:
|
||||
cmp r2, r3
|
||||
ittt lt
|
||||
|
||||
@@ -826,7 +826,7 @@ STATIC bool i2s_init(machine_i2s_obj_t *self) {
|
||||
|
||||
memset(self->edmaTcd, 0, sizeof(edma_tcd_t));
|
||||
|
||||
// continuous DMA operation is acheived using the scatter/gather feature, with one TCD linked back to itself
|
||||
// continuous DMA operation is achieved using the scatter/gather feature, with one TCD linked back to itself
|
||||
EDMA_TcdSetTransferConfig(self->edmaTcd, &transferConfig, self->edmaTcd);
|
||||
EDMA_TcdEnableInterrupts(self->edmaTcd, kEDMA_MajorInterruptEnable | kEDMA_HalfInterruptEnable);
|
||||
EDMA_InstallTCD(DMA0, self->dma_channel, self->edmaTcd);
|
||||
|
||||
@@ -137,7 +137,7 @@ STATIC uint8_t channel_decode(char channel) {
|
||||
}
|
||||
}
|
||||
|
||||
// decode the AF objects module and Port numer. Returns NULL if it is not a FLEXPWM object
|
||||
// decode the AF objects module and Port number. Returns NULL if it is not a FLEXPWM object
|
||||
STATIC const machine_pin_af_obj_t *af_name_decode_flexpwm(const machine_pin_af_obj_t *af_obj,
|
||||
uint8_t *module, uint8_t *submodule, uint8_t *channel) {
|
||||
const char *str;
|
||||
@@ -171,7 +171,7 @@ STATIC uint8_t qtmr_decode(char channel) {
|
||||
}
|
||||
}
|
||||
|
||||
// decode the AF objects module and Port numer. Returns NULL if it is not a QTMR object
|
||||
// decode the AF objects module and Port number. Returns NULL if it is not a QTMR object
|
||||
STATIC const machine_pin_af_obj_t *af_name_decode_qtmr(const machine_pin_af_obj_t *af_obj, uint8_t *module, uint8_t *channel) {
|
||||
const char *str;
|
||||
size_t len;
|
||||
@@ -558,7 +558,7 @@ void machine_pwm_deinit_all(void) {
|
||||
|
||||
for (int i = 1; i < ARRAY_SIZE(pwm_bases); i++) {
|
||||
PWM_StopTimer(pwm_bases[i], 0x0f); // Stop all submodules
|
||||
pwm_bases[i]->OUTEN = 0; // Disable ouput on all submodules, all channels
|
||||
pwm_bases[i]->OUTEN = 0; // Disable output on all submodules, all channels
|
||||
}
|
||||
|
||||
#ifdef FSL_FEATURE_SOC_TMR_COUNT
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
#define MP_HAL_PIN_FMT "%q"
|
||||
extern ringbuf_t stdin_ringbuf;
|
||||
|
||||
// Define an alias fo systick_ms, because the shared softtimer.c uses
|
||||
// Define an alias for systick_ms, because the shared softtimer.c uses
|
||||
// the symbol uwTick for the systick ms counter.
|
||||
#define uwTick systick_ms
|
||||
|
||||
|
||||
@@ -223,7 +223,7 @@ void sdcard_card_removed_callback(USDHC_Type *base, void *userData);
|
||||
void sdcard_transfer_complete_callback(USDHC_Type *base, usdhc_handle_t *handle, status_t status, void *userData);
|
||||
void sdcard_dummy_callback(USDHC_Type *base, void *userData);
|
||||
|
||||
// SD Card commmands
|
||||
// SD Card commands
|
||||
static bool sdcard_cmd_go_idle_state(mimxrt_sdcard_obj_t *card);
|
||||
static bool sdcard_cmd_oper_cond(mimxrt_sdcard_obj_t *card);
|
||||
static bool sdcard_cmd_app_cmd(mimxrt_sdcard_obj_t *card);
|
||||
|
||||
Reference in New Issue
Block a user