nuttx/configs/samv71-xult/src
Gregory Nutt dc8c814ca3 Squashed commit of the following:
Fixed coding standard error in several files.  Use of while( is incorrect; a space is required between while and (.  Also ran tools/nxstyle and fix thoses complaints as well in most files.

    Changes to comply with coding standard.  Mostly focused on files with missing space after keyword in if(, switch(, and for(.  Offending files also got changes to comply with tools nxstyle.  If there were logs of nxstyle complaints, the file also got a taste of tools/indent.sh.  Still need to fix occurrences of while( with missing space.  There are a lot of them.
2019-02-27 08:41:08 -06:00
..
atmxt-xpro.h
Makefile Squashed commit of the following: 2019-02-18 15:32:00 -06:00
sam_appinit.c Squashed commit of the following: 2019-02-27 08:41:08 -06:00
sam_at24config.c Move include/nuttx/configdata.h to include/nuttx/mtd/configdata.h 2016-07-21 13:34:54 -06:00
sam_atmxtconfig.c Remove carriage returns from files 2016-01-23 15:23:02 -06:00
sam_audio_null.c configs/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition. 2016-06-13 07:43:55 -06:00
sam_autoleds.c samv71-xult: Add support for the MRF24J40 radio and create a mrf24j40-starhub configuration. A few fixes to IPv6 and 6LoWPAN were required to have 6LoWPAN and Ethernet coexisting. Untested and expect some complexity in the bring-up. 2017-07-02 11:04:57 -06:00
sam_boot.c Squashed commit of the following: 2019-02-18 15:32:00 -06:00
sam_bringup.c binfmt: Add binfmt_initialize(). All binary formats are now registered centrally vs. in board-specific logic. This simplifies the usage of the binfmt subsystem. 2018-08-23 09:09:39 -06:00
sam_buttons.c samv71-xult: Add support for the MRF24J40 radio and create a mrf24j40-starhub configuration. A few fixes to IPv6 and 6LoWPAN were required to have 6LoWPAN and Ethernet coexisting. Untested and expect some complexity in the bring-up. 2017-07-02 11:04:57 -06:00
sam_composite.c USB device: Rename usbdev_description_s to usbdev_devinfo_s to avoid any more confusion of naming with device descriptions in the future. Instances of usbdev_devinfo_s are now called devinfo vs devdesc when is a bad naming collision. 2017-07-20 09:34:48 -06:00
sam_ethernet.c Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they. 2017-05-11 13:35:56 -06:00
sam_hsmci.c samv71-xult: Add support for the MRF24J40 radio and create a mrf24j40-starhub configuration. A few fixes to IPv6 and 6LoWPAN were required to have 6LoWPAN and Ethernet coexisting. Untested and expect some complexity in the bring-up. 2017-07-02 11:04:57 -06:00
sam_ili9488.c Fix lots of typos in C comments and Kconfig help text 2018-07-08 18:24:45 -06:00
sam_maxtouch.c configs: Since the touch screen initialization is now called from one-time board-initialization logic, it no longer needs protection from re-entry. 2018-01-17 10:14:03 -06:00
sam_mcan.c Move CAN subsystem to its own directory and put device drivers there 2017-05-12 11:48:47 -03:00
sam_mrf24j40.c Fix argument to SPI initializatio function 2017-08-15 19:07:35 -06:00
sam_sdram.c
sam_spi.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
sam_usbdev.c Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info(). 2016-06-20 11:59:15 -06:00
sam_usbmsc.c SAMV71-XULT: make usb composite configuration compiling again 2016-03-31 14:14:36 -06:00
sam_userleds.c samv71-xult: Add support for the MRF24J40 radio and create a mrf24j40-starhub configuration. A few fixes to IPv6 and 6LoWPAN were required to have 6LoWPAN and Ethernet coexisting. Untested and expect some complexity in the bring-up. 2017-07-02 11:04:57 -06:00
sam_wm8904.c samv71-xult: Add support for the MRF24J40 radio and create a mrf24j40-starhub configuration. A few fixes to IPv6 and 6LoWPAN were required to have 6LoWPAN and Ethernet coexisting. Untested and expect some complexity in the bring-up. 2017-07-02 11:04:57 -06:00
samv71-xult.h Squashed commit of the following: 2019-02-18 15:32:00 -06:00