summaryrefslogtreecommitdiff
path: root/hw/mcu/nordic
AgeCommit message (Collapse)Author
2023-05-15update nrf cmake and make to support nrf5340 (pca10095)hathach
2023-03-17fix spellinghathach
2023-03-17fix trailing space and new linehathach
temporarily disable codespell
2023-03-10starting to remove submodule cmsis5 and nrfxhathach
2020-07-03STM32/OTG_HS: Allow OTG_HS port to run at FS speed.Uwe Bonnes
Add "REDUCE_SPEED=1" to the compile options.
2020-06-24Update NRFX to v2.2.0Czeslaw Makarski
2020-03-24nrf use new cmsis_4 submodule for core headerhathach
2020-03-23upgrade nrfx from 2.0.0 to 2.1.0hathach
2020-03-10update freertos examplehathach
work with samd21 samd51 and nrf
2019-11-11update dcd nrf5x to be indepent from nrf_usbd.hhathach
fix build error with nrfx 2.0
2019-11-10update submodule nrfx to 2.0.0 for nrf52833 supporthathach
2019-10-18change to use nrfx uartehathach
2019-10-12adding log support with uarthathach
started with pca10056
2019-08-23drop board_* in bsp c filehathach
move hw/cmsis to hw/mcu/nordic since only nrf uses it.
2019-05-01freertos cdc_msc_hid makefile compilehathach
2019-05-01upgrade nrfx to 1.7hathach
2019-03-19update nrfx to 1.6.2hathach
2019-01-29add S140 v6 build config for nrf5xhathach
2019-01-02adding makefile support for nrf5xhathach
got undefined reference to `_start'
2018-11-22update freertos ses projecthathach
2018-10-24fix nrf52 freeRTOS interrupt priorityhathach
2018-10-24add mcu specific freeRTOSConfig.hhathach
2018-09-25clean up, update nrfx to 1.3.0hathach
2018-09-08qspi msc flash seems to workhathach
2018-09-07more clean uphathach
2018-09-02clean uphathach
2018-07-26move nrf_drv_usbd_errata to portable folderhathach
2018-07-02remove sdk, add nrfx as submodulehathach
update segger project to work with nrfx
2018-06-13correct errata check for nrf52840 first productionhathach
2018-04-18update nrf52840 exampleshathach
2018-04-12rename CFG_TUSB_DEVICE_* to CFG_TUD_*hathach
2018-03-26move nrf5x port fileshathach
2018-03-23shorten descriptor typehathach
2018-03-23rename port to rhport for clarificationhathach
2018-03-23remove DCD API dependency tusb_dcd_edpt_queue_xferhathach
improve MSC driver
2018-03-22simplify tusb_dcd_edpt_xfer APIhathach
2018-03-21merge tusb_dcd_control_stall() to tusb_dcd_edpt_stall()hathach
2018-03-21remove int_on_complete for tusb_dcd_control_xferhathach
2018-03-20adding toolchain file from sdkhathach
2018-03-20add sdk/devicehathach
2018-03-20wrap up nrf52 demohathach
2018-03-20update code, remove nrf_drv_clock dependencyhathach
2018-03-20nrf52 cdc example work on nrf52840pdkhathach
- add tud_cdc_flush(), auto flush with sof is enabled by default. -
2018-03-17adding bulk/int supporthathach
still does not work though
2018-03-15add dma guardhathach
2018-03-15nrf52 control transfer work reliablyhathach
2018-03-14adding segger fileshathach
2018-03-14able to get pass enumerationhathach
2018-03-14nrf52 finish usbd startup, able to got setup packethathach
2018-03-13adding code for nrf52 usbd start-up sequencehathach