csp
csp copied to clipboard
Harmony 3 Chip Support Package
This is unacceptable that a dependency is unavailable.
it is called twice because the flag is cleared before the reading of the data in the user callback ``` void __attribute__((used)) ADC_DF1_InterruptHandler(void) { IFS1CLR = _IFS1_ADCDF1IF_MASK; if (ADCHS_DFCallbackObj[0].callback_fn !=...
In the function: void RTCC_TimeGet( struct tm *Time ) from the harmony library (plib_rtcc.c) The tm_year field according to the standard is: int tm_year; /*the years since 1900*/ However, in...
On an `ATSAME70N19B`, the Harmony 3 USART interrupt handler `USARTx_InterruptHandler( void )` currently discards the `TIMEOUT` interrupt that is generated when the timeout delay period (`US_RTOR.TO`) expires. Commit acc4c82 therefore...
Title states the problem. We can only send and receive data using bool CAN0_MessageTransmitFifo(uint8_t numberOfMessage, CAN_TX_BUFFER *txBuffer); or bool CAN0_MessageReceiveFifo(CAN_RX_FIFO_NUM rxFifoNum, uint8_t numberOfMessage, CAN_RX_BUFFER *rxBuffer); respectively. However in https://github.com/Microchip-MPLAB-Harmony/csp/blob/f6814f5b3f60f7743dad711b866c929169dc0037/peripheral/can_u2003/templates/plib_can_common.h.ftl#L370C3-L370C3 it...
I ran into an issue due to following line: ``` while ((${SDHC_INSTANCE_NAME}_REGS->SDHC_PSR & (SDHC_PSR_CMDINHC_Msk | SDHC_PSR_CMDINHD_Msk)) != 0U) ``` https://github.com/Microchip-MPLAB-Harmony/csp/blob/90adeccd9213d7d66be8a14a17220638f25ef9fd/peripheral/sdhc_u2011/templates/plib_sdhc.c.ftl#L386C25-L386C25 With some specific hardware issues, those bits may never be...
Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 5.3.1 to 5.4.0. Changelog Sourced from dns-packet's changelog. Version 5.4.0 - 2022-06-14 Feature: Added support for the SSHFP record type. Version 5.2.0 - 2019-02-21 Feature: Added support...
Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 5.3.1 to 5.4.0. Changelog Sourced from dns-packet's changelog. Version 5.4.0 - 2022-06-14 Feature: Added support for the SSHFP record type. Version 5.2.0 - 2019-02-21 Feature: Added support...
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Bump loader-utils from 2.0.2 to 2.0.4 in /peripheral/clk_pic32cx_mt/plugins/pic32cxmt_clock_manager
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.2 to 2.0.4. Release notes Sourced from loader-utils's releases. v2.0.4 2.0.4 (2022-11-11) Bug Fixes ReDoS problem (#225) (ac09944) v2.0.3 2.0.3 (2022-10-20) Bug Fixes security: prototype pollution exploit...