This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


    from bdd2c96  unistd/fpathconf: enhance fpathconf
     new 1824894  include: nuttx: replace licenses with Apache 2.0
     new f22683a  drivers: replace licenses with Apache 2.0
     new baac749  drivers: modem: altair: altmdm_spi.h: nxstyle fixes
     new bdb4b34  drivers: sensors: bmi160.c: nxstyle fixes
     new cb5d8b5  drivers: video: altair: nxstyle fixes
     new 408e612  include: nuttx: ioexpander: nxstyle fixes
     new f29beab  include: nuttx: leds: nxstyle fixes
     new 9491f4a  include: nuttx: video: nxstyle fixes
     new 8c5044f  include: nuttx: mm: nxstyle fixes
     new 647adf9  include: nuttx: mtd: nxstyle fixes
     new 785cb0d  include: nuttx: lcd: nxstyle fixes
     new 95ed9fc  include: nuttx: lib: nxstyle fixes
     new 90ffb03  include: nuttx: nx: nxstyle fixes

The 13 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 drivers/audio/cxd56.c                    |  38 +-
 drivers/audio/cxd56.h                    |  38 +-
 drivers/audio/cxd56_src.c                |  38 +-
 drivers/audio/cxd56_src.h                |  38 +-
 drivers/modem/altair/Make.defs           |  39 +-
 drivers/modem/altair/altmdm.c            |  39 +-
 drivers/modem/altair/altmdm_dev.h        |  43 +-
 drivers/modem/altair/altmdm_pm.c         |  43 +-
 drivers/modem/altair/altmdm_pm.h         |  43 +-
 drivers/modem/altair/altmdm_pm_state.c   |  39 +-
 drivers/modem/altair/altmdm_pm_state.h   |  39 +-
 drivers/modem/altair/altmdm_spi.c        |  43 +-
 drivers/modem/altair/altmdm_spi.h        |  47 +-
 drivers/modem/altair/altmdm_sys.c        |  43 +-
 drivers/modem/altair/altmdm_sys.h        |  43 +-
 drivers/sensors/ak09912.c                |  43 +-
 drivers/sensors/bmi160.c                 |  48 +-
 drivers/sensors/bmp280.c                 |  39 +-
 drivers/video/max7456.c                  |  84 +--
 drivers/video/ov2640.c                   | 924 +++++++++++++++++++++++++------
 drivers/video/video.c                    |  39 +-
 drivers/video/video_framebuff.c          |  89 ++-
 drivers/video/video_framebuff.h          |  49 +-
 include/nuttx/audio/cxd56.h              |  38 +-
 include/nuttx/ioexpander/pca9555.h       |   2 +-
 include/nuttx/ioexpander/pcf8574.h       |   8 +-
 include/nuttx/ioexpander/tca64xx.h       |  31 +-
 include/nuttx/lcd/ft80x.h                | 688 ++++++++++++-----------
 include/nuttx/lcd/hd4478ou.h             |  37 +-
 include/nuttx/lcd/ili9325.h              | 126 +++--
 include/nuttx/lcd/ili9341.h              |   4 +-
 include/nuttx/lcd/ili9488.h              |  19 +-
 include/nuttx/lcd/lpm013m091a.h          |  43 +-
 include/nuttx/lcd/max7219.h              |   1 -
 include/nuttx/lcd/mio283qt2.h            |   2 +
 include/nuttx/lcd/mio283qt9a.h           |   2 +
 include/nuttx/lcd/p14201.h               |   4 +-
 include/nuttx/lcd/pcd8544.h              |   9 +-
 include/nuttx/lcd/pcf8574_lcd_backpack.h |  33 +-
 include/nuttx/lcd/ra8875.h               |   2 +
 include/nuttx/lcd/slcd_codec.h           |   4 +-
 include/nuttx/lcd/slcd_ioctl.h           |   1 +
 include/nuttx/lcd/ssd1289.h              |   2 +
 include/nuttx/lcd/st7032.h               |   2 +-
 include/nuttx/lcd/st7567.h               |  11 +-
 include/nuttx/lcd/ug-2864ambag01.h       |  87 +--
 include/nuttx/lcd/ug-9664hswag01.h       |  14 +-
 include/nuttx/leds/max7219.h             |   6 +-
 include/nuttx/leds/ncp5623c.h            |  11 +-
 include/nuttx/lib/float.h                |   3 +-
 include/nuttx/lib/math32.h               |   3 +-
 include/nuttx/lib/modlib.h               |   4 +-
 include/nuttx/mm/gran.h                  |   3 +-
 include/nuttx/modem/altmdm.h             |  39 +-
 include/nuttx/mtd/configdata.h           |   2 +
 include/nuttx/mtd/hamming.h              |   9 +-
 include/nuttx/mtd/nand.h                 |   1 +
 include/nuttx/mtd/nand_model.h           |   3 +-
 include/nuttx/mtd/nand_raw.h             |   3 +-
 include/nuttx/mtd/onfi.h                 |   2 +-
 include/nuttx/mtd/smart.h                |  10 +-
 include/nuttx/nx/nxbe.h                  |   2 +-
 include/nuttx/nx/nxcursor.h              |  13 +-
 include/nuttx/nx/nxfonts.h               |  32 +-
 include/nuttx/nx/nxmu.h                  |  57 +-
 include/nuttx/nx/nxterm.h                |  32 +-
 include/nuttx/nx/nxtk.h                  |  46 +-
 include/nuttx/nx/nxtypes.h               |   7 +-
 include/nuttx/sensors/ak09912.h          |  39 +-
 include/nuttx/sensors/apds9930.h         |  43 +-
 include/nuttx/sensors/bh1721fvc.h        |  39 +-
 include/nuttx/sensors/bh1745nuc.h        |  39 +-
 include/nuttx/sensors/bm1383glv.h        |  39 +-
 include/nuttx/sensors/bm1422gmv.h        |  39 +-
 include/nuttx/sensors/bmi160.h           |  39 +-
 include/nuttx/sensors/bmp280.h           |  43 +-
 include/nuttx/sensors/kx022.h            |  39 +-
 include/nuttx/sensors/lt1pa01.h          |  43 +-
 include/nuttx/sensors/rpr0521rs.h        |  43 +-
 include/nuttx/video/edid.h               |  51 +-
 include/nuttx/video/isx012.h             |  40 +-
 include/nuttx/video/isx012_range.h       |  39 +-
 include/nuttx/video/isx012_reg.h         |  39 +-
 include/nuttx/video/max7456.h            |   4 +-
 include/nuttx/video/rfb.h                |  71 +--
 include/nuttx/video/rgbcolors.h          |   7 +-
 include/nuttx/video/vesagtf.h            |   8 +-
 include/nuttx/video/video.h              |  39 +-
 include/nuttx/video/video_controls.h     |  39 +-
 include/nuttx/video/video_halif.h        |  41 +-
 90 files changed, 2229 insertions(+), 1980 deletions(-)

Reply via email to