nuttx/boards/arm/sama5/sama5d4-ek/src
Gregory Nutt c1f75af084 Fix SAMA5D* warnings
sama5d3-xplained:ethernet-over-phy configuration found in build testing:

  arch/arm/src/sama5/sam_irq.c:  Fix "Control reaches end of non-void function " warning
  arch/arm/src/sama5/sam_udphs.c:  Fix "unused variable 'epno'" warning
  boards/arm/sama5/sama5d*-*/src/sam_usb.c:  Fix "warning 'HAVE_USBHOST' not defined" warnings
2020-01-22 16:42:46 +01:00
..
at25_main.c
dram_main.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
Makefile
sam_adc.c
sam_appinit.c boards/arm/sama5/sama5d4-ek/src/sam_appinit.c: Fix error found in build testing. Bad conditional compilation for board_app_initialize(). Should depend only on CONFIG_LIB_BOARDCTL, CONFIG_BUILD_KERNEL is irrelevant. 2019-10-27 13:49:25 -06:00
sam_at25.c
sam_audio_null.c
sam_autoleds.c
sam_automount.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
sam_boot.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
sam_bringup.c
sam_buttons.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
sam_ethernet.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
sam_hsmci.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
sam_maxtouch.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
sam_nandflash.c
sam_ostest.c
sam_pmic.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
sam_pwm.c drivers/timers/pwm.c: Move the pwm/pwm.c driver to timers/pwm.c, The drivers/pwm contained only one .c file (pwm.c), so to avoid the proliferation of sub-directories inside drivers/ is better to move the pwm.c driver to drivers/timers. The pwm.h header was moved to include/nuttx/timers to keep consistency, so all files referencing it need to be updated. 2019-09-02 07:57:10 -06:00
sam_sdram.c
sam_spi.c
sam_usb.c Fix SAMA5D* warnings 2020-01-22 16:42:46 +01:00
sam_usbmsc.c
sam_userleds.c
sam_wm8904.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
sama5d4-ek.h