Alan Carvalho de Assis
|
c52e3e017b
|
Battery Charger: Add BQ24250 driver
|
2015-09-20 09:47:00 -06:00 |
|
Alan Carvalho de Assis
|
d4fc91d6f6
|
Add Battery Fault and Battery Disconnected status
|
2015-09-20 09:32:06 -06:00 |
|
Alan Carvalho de Assis
|
895ad29b0d
|
Fix IOCTL definition to avoid duplication and mess
|
2015-09-19 13:58:49 -06:00 |
|
Alan Carvalho de Assis
|
3cd7558a5e
|
Add basic infrastructure for Battery Charger
|
2015-09-19 13:06:43 -06:00 |
|
Alan Carvalho de Assis
|
9f465fc502
|
Rename battery.[ch] to battery_gauge.[ch]
|
2015-09-19 11:00:14 -06:00 |
|
Alan Carvalho de Assis
|
c4cf5be231
|
Add support to Maxim MAX31855 Thermocouple-to-Digital
|
2015-09-13 15:56:48 -06:00 |
|
Pierre-noel Bouteville
|
8651e0f2ca
|
CC3300: Add const to pointers in arguments to wlan_connect; remove an unused function prototype
|
2015-09-09 16:34:37 -06:00 |
|
Gregory Nutt
|
8a87e3ca6e
|
Add an empty function that can serve as a placeholder for the network shutdown() function
|
2015-09-09 07:03:05 -06:00 |
|
Sebastien Lorquet
|
77e4e7b231
|
Change all references from avsprintf to vasprintf. From Sebastien Lorquet
|
2015-09-07 13:22:13 -06:00 |
|
Paul A. Patience
|
c080146748
|
SSD1351 driver: add 8-bit parallel interface
|
2015-09-06 13:28:28 -04:00 |
|
Gregory Nutt
|
7d33e858dd
|
QSPI interface + ST25FL1 driver: Add methods to allocate properly aligned memory
|
2015-09-06 09:37:34 -06:00 |
|
Gregory Nutt
|
9c66bde5b0
|
Fix typo in pre-processor command noted by Pierre-noel Bouteville. Also move # of pre-processior command to column 1
|
2015-09-05 09:10:48 -06:00 |
|
Paul A. Patience
|
3b89eabd50
|
Correct #if to #ifdef when the macro can be undefined. Fix bug in AT24XX driver: it should compare AT24XX_ADDRSIZE to 2.
|
2015-09-01 13:52:29 -04:00 |
|
Gregory Nutt
|
2d84270552
|
ST25FL1: Correct some compile problems when file system debug is enabled
|
2015-08-31 09:25:14 -06:00 |
|
Gregory Nutt
|
d6b0a8fe72
|
ST25FL1 driver is code complete
|
2015-08-29 15:58:54 -06:00 |
|
Gregory Nutt
|
bfc3c98e12
|
Move MTD ioctls commands from include/nuttx/fs/fs.h to include/nuttx/mtd/mtd.h. Add commands to protect and unprotect memory
|
2015-08-29 10:54:38 -06:00 |
|
Gregory Nutt
|
883c6a7cea
|
Merge remote-tracking branch 'origin/master' into st25fl1
|
2015-08-29 08:02:57 -06:00 |
|
Gregory Nutt
|
8c001f6807
|
Merged in paulpatience/nuttx (pull request #21)
Add SSD1351 OLED controller support
|
2015-08-28 17:01:24 -06:00 |
|
Paul A. Patience
|
01b68e90d0
|
Add SSD1351 OLED controller support
|
2015-08-28 18:37:01 -04:00 |
|
Gregory Nutt
|
e392471dc2
|
QSPI interface: Add support for dual and quad read transfers; Add support for dummy read cycles.
|
2015-08-28 12:00:06 -06:00 |
|
Gregory Nutt
|
70bdf682af
|
QSPI: Add support for data vs command transfer
|
2015-08-28 10:15:08 -06:00 |
|
Gregory Nutt
|
361e35a7be
|
QSPI: Make changes to interface to better work with the SAMV71
|
2015-08-27 14:16:51 -06:00 |
|
Gregory Nutt
|
e6be3cea9f
|
Merge remote-tracking branch 'origin/master' into st25fl1
|
2015-08-26 10:44:35 -06:00 |
|
Gregory Nutt
|
7a168a791f
|
Networking: Fix loopback device MTU
|
2015-08-26 10:33:44 -06:00 |
|
Gregory Nutt
|
6dadfcbf6b
|
Add QSPI interface definition
|
2015-08-25 15:26:16 -06:00 |
|
Gregory Nutt
|
933d74e5c1
|
Networking: With these changes, I can ping the local loopback device from the simulator
|
2015-08-24 13:49:12 -06:00 |
|
Gregory Nutt
|
0b012c7978
|
Fix some initial loop back device compilation errors; mark configuration as EXPERIMENTAL
|
2015-08-24 11:29:54 -06:00 |
|
Gregory Nutt
|
07bdff9ef7
|
Networking: Add NetDB support for the local loopback device
|
2015-08-24 10:08:26 -06:00 |
|
Gregory Nutt
|
e21501c699
|
Merge remote-tracking branch 'origin/master' into localhost
|
2015-08-24 08:29:36 -06:00 |
|
Gregory Nutt
|
569ff602ea
|
Networking: Remove bogus references to PPP as a link layer protocol
|
2015-08-24 08:29:07 -06:00 |
|
Gregory Nutt
|
ea2fafb024
|
Add definitions to support a local loopback link layer
|
2015-08-24 08:25:08 -06:00 |
|
Gregory Nutt
|
6fc449f689
|
Moving canned_symtab from nuttx/libc to apps/system
|
2015-08-23 11:33:29 -06:00 |
|
Alan Carvalho de Assis
|
9b036311c0
|
Missing comma in spi.h header file
|
2015-08-23 11:06:32 -06:00 |
|
Gregory Nutt
|
f12692b78f
|
Extend canned symbol table logic to work in protected build mode
|
2015-08-23 10:44:04 -06:00 |
|
Pavel Pisa
|
81a257eeb0
|
Optional canned symtab inclusion to the build. When option CONFIG_LIBC_SYMTAB is selected and symbol table file libc/symtab/canned_symtab.inc is prepared then application can use system provided complete symbol table. The option has substantial effect on system image size. Mainly code/text. If loading of applications at runtime is not planned do not select this. From Pavel Pisa.
|
2015-08-23 08:38:58 -06:00 |
|
Max Neklyudov
|
622c5c9aa6
|
Another TUN driver fix from Max Neklyudov
|
2015-08-21 07:40:13 -06:00 |
|
Gregory Nutt
|
02306044b2
|
boardctl.h: Extended boardctl() commands with BOARDIOC_CAN_INITIALIZE
|
2015-08-18 13:23:34 -06:00 |
|
Gregory Nutt
|
28853e5932
|
CAN: Define IOCTL commands to get and set the bit timing values
|
2015-08-18 11:21:01 -06:00 |
|
Gregory Nutt
|
505d5f8103
|
CAN: Add error bit values
|
2015-08-18 08:48:39 -06:00 |
|
Gregory Nutt
|
a987379e64
|
Add an error bit to the CAN message report
|
2015-08-18 07:27:00 -06:00 |
|
Gregory Nutt
|
95634a3b34
|
CAN IOCTLs: Should support standard CAN filtering in extended ID mode
|
2015-08-17 10:53:49 -06:00 |
|
Max Neklyudov
|
425146255a
|
Network drivers: Fix bug in tun interface driver. From Max Neklyudov
|
2015-08-17 09:04:58 -06:00 |
|
Gregory Nutt
|
51f386d08a
|
Fix more common typos
|
2015-08-16 11:07:23 -06:00 |
|
Gregory Nutt
|
1c41236fa1
|
Merged in paulpatience/nuttx (pull request #18)
Added support for other MS58XX altimeters.
|
2015-08-14 18:09:14 -06:00 |
|
Paul A. Patience
|
3303ef8c85
|
Added support for other MS58XX altimeters.
|
2015-08-14 20:04:16 -04:00 |
|
Gregory Nutt
|
8f7453b5ec
|
Addings to stdlib.h must be added to cstdlib too
|
2015-08-14 12:04:57 -06:00 |
|
Gregory Nutt
|
768d892188
|
Add si_errno to siginfo_t
|
2015-08-14 10:10:32 -06:00 |
|
Gregory Nutt
|
6df94096ca
|
Add ldiv() and lldiv() too
|
2015-08-14 08:45:59 -06:00 |
|
Stavros Polymenis
|
301f215638
|
Add support for div() to the C library. From OrbitalFox
|
2015-08-14 08:35:01 -06:00 |
|
Paul A. Patience
|
c4b888b41d
|
Added MS5805 altimeter.
|
2015-08-11 22:50:11 -04:00 |
|