Skip to content

Releases: OpenNuvoton/M480BSP

v3.05.001

15 Oct 11:08
Compare
Choose a tag to compare
  1. Added Apache-2.0 license declaration into driver source code.
  2. Added APROM_Loader, CCAP_Packet_JpegEncode, I2C_SMBus, and ISP_UART_SPIFLASH_M487MK sample codes.
  3. Added EPWM_EnableADCTriggerPrescale(), EPWM_DisableADCTriggerPrescale(), EPWM_EnableFaultDetect(), EPWM_DisableFaultDetect(), EPWM_EnableFaultDetectOutput(), EPWM_DisableFaultDetectOutput(), EPWM_EnableFaultDetectDeglitch(), EPWM_DisableFaultDetectDeglitch(), EPWM_EnableFaultDetectMask(), EPWM_DisableFaultDetectMask(), EPWM_EnableFaultDetectInt(), EPWM_DisableFaultDetectInt(), EPWM_ClearFaultDetectInt(), and EPWM_GetFaultDetectInt() APIs.
  4. Added USPI_DISLABE_TX_RX_PDMA() and USPI_ENABLE_TX_RX_PDMA(), QSPI_TRIGGER_TX_RX_PDMA, QSPI_DISABLE_TX_RX_PDMA(), SPI_TRIGGER_TX_RX_PDMA, SPI_DISABLE_TX_RX_PDMA(), UUART_TRIGGER_RX_PDMA(), UUART_TRIGGER_TX_PDMA(), UUART_DISABLE_RX_PDMA(), and UUART_DISABLE_TX_PDMA() macro definitions.
  5. Minor bug fix.

v3.05.000

12 Mar 09:04
Compare
Choose a tag to compare
  1. Added M487KMCAN support.
  2. Added QSPI_Slave3Wire, SPI_HalfDuplex, USBD_Mass_Storage_SD, HSUSBD_Mass_Storage_SD, HSUSBH_USBH_HID_Mouse_Keyboard, HSUSBD_Audio10_Headset, HSUSBD_Audio20_Headset, ISP_SPI, ISP_DFU, and ISP_DFU_20 sample codes.
  3. Added SPIM_WinbondUnlock(),EMAC_FillCamEntry(), EMAC_SendPktWoCopy(), EMAC_ClaimFreeTXBuf(), EMAC_GetAvailRXBufSize(), and EMAC_RecvPktDoneWoRxTrigger() APIs.
  4. Added TIMER_SET_OPMODE(), UART_PDMA_ENABLE(), UART_PDMA_DISABLE(), UUART_PDMA_ENABLE(), UUART_PDMA_DISABLE(), EMAC_ENABLE_INT(), EMAC_DISABLE_INT(), EMAC_GET_INT_FLAG(), and EMAC_CLEAR_INT_FLAG() macro definitions.
  5. Removed static qualifier of EMAC_PhyInit() which must now be called after EMAC_Open().
  6. Updated UsbHostLib to improve USB 2.0 interrupt transfer performance.
  7. Minor bug fix.

v3.04.000

17 Jul 01:55
Compare
Choose a tag to compare
  1. Added M48xGC/M48xG8 support.
  2. Reorganized sample directory for NuMaker-ETM-M487, NuMaker-PFM-M487, and NuMaker-PFM-M487D boards.
  3. Minor bug fix.

v3.03.001

16 Oct 08:07
Compare
Choose a tag to compare
  1. Added emWin quick start guide.
  2. Fixed GCC compilation errors in the Linux environment.

v3.03.000

01 Jun 05:23
Compare
Choose a tag to compare
  1. Added emWin sample codes and library
  2. Updated Eclipse project directory structure
  3. Updated audio sample MFP setting to match current NuMaker board design
  4. Minor bug fix

V3.02.000

11 Apr 06:02
Compare
Choose a tag to compare
  1. Updated sample codes to use PB12(RX) and PB13(TX) instead of PD2(RX) and PD3(TX) as console pins for NuMaker-PFM-M487 v3.0 board.
  2. Updated FatFs to r0.13a.
  3. Updated FreeRTOS to v10.0.0.
  4. Updated lwIP to v2.0.3.
  5. Added a USBH CDC class driver and a CDC class VCOM sample.
  6. Added mbed TLS and test suites using crypto accelerator.
  7. Minor bug fix.