Ken Pettit
|
7b590ec9a2
|
drivers/mtd/smart.c Fixed SmartFS wear level error that occurs when the logical sector size is too small to save all wear level status bytes in a single sector. Logical sectors 1 and 2 were simply not being allocated and then the read_sector and write_sector routines were failing. From Ken Petit
|
2015-11-18 18:12:06 -06:00 |
|
Gregory Nutt
|
687cea60b3
|
Add basic support for the SAME70-Xplained board
|
2015-11-18 13:57:02 -06:00 |
|
Gregory Nutt
|
622ea95ab1
|
drivers/timers/ds3213.c: Extend to include support for the DS1307 RTC
|
2015-11-18 08:43:19 -06:00 |
|
Gregory Nutt
|
4579f0c1fc
|
Add a command to boardctl() to obtain a baord unique ID
|
2015-11-18 07:31:53 -06:00 |
|
Gregory Nutt
|
0d18b13a16
|
Update ChangeLog
|
2015-11-18 07:09:59 -06:00 |
|
Ken Pettit
|
f0f7dd9956
|
drivers/mtd/smart.c: Fix a Smart wear-leveling bug. From Ken Petit
|
2015-11-18 07:01:13 -06:00 |
|
Ken Pettit
|
7e58e4c4cf
|
W25: Fix W25 page read/write logic
|
2015-11-18 06:56:53 -06:00 |
|
Gregory Nutt
|
9d0984e21e
|
Update ChangeLog
|
2015-11-17 17:21:36 -06:00 |
|
Gregory Nutt
|
45530a77d4
|
Add support for DS3231 I2C RTC. Untested on initial commit.
|
2015-11-17 14:07:55 -06:00 |
|
Gregory Nutt
|
724901ceb9
|
Add support for multiple AT24xx EEPROM devices
|
2015-11-17 07:40:17 -06:00 |
|
Gregory Nutt
|
580529ba23
|
crypto/aes.c: Make refernce to key const
|
2015-11-16 14:30:43 -06:00 |
|
Gregory Nutt
|
2ae7485a57
|
Update ChangeLog
|
2015-11-16 10:47:21 -06:00 |
|
Gregory Nutt
|
457796d39e
|
Update ChangeLog
|
2015-11-14 12:15:38 -06:00 |
|
Max Neklyudov
|
d54a39832a
|
Implement high level DMA infrastructure for serial devices
|
2015-11-12 14:16:19 -06:00 |
|
Gregory Nutt
|
ef59f83a38
|
drivers/mtd/mtd_progmem.c: Add an upper-half driver that can be used with any FLASH library that provides the itnerfaces defined in include/nuttx/progmem.h
|
2015-11-12 13:40:18 -06:00 |
|
Gregory Nutt
|
5eaf368d16
|
progmem.h: Cosmetic updates to comments
|
2015-11-12 12:30:15 -06:00 |
|
Gregory Nutt
|
896834002a
|
BCH driver should forward ioctl commands to the contained block driver
|
2015-11-09 11:47:25 -06:00 |
|
Gregory Nutt
|
b2bdba0824
|
S25FL1 FLASH driver: Fix return value from the bwrite() method
|
2015-11-07 11:26:53 -06:00 |
|
Gregory Nutt
|
f5b82db9b0
|
Update ChangeLog
|
2015-11-06 11:14:33 -06:00 |
|
Gregory Nutt
|
c6fc285277
|
CAN: Add a new CAN upper-half interface, can_txready(), that can be used to break deadlock conditions in certain CAN hardware that supports queuing of TX messages
|
2015-11-03 10:52:58 -06:00 |
|
Lok
|
da8950fe5b
|
Fix an error in clock_timespec_subtract
|
2015-11-03 07:28:46 -06:00 |
|
Gregory Nutt
|
fc91ded815
|
Add support for a general user LED lower-half driver
|
2015-11-01 14:57:22 -06:00 |
|
Gregory Nutt
|
cbb78071b3
|
Rename ioexpander/ directories to discrete/
|
2015-11-01 13:14:48 -06:00 |
|
Gregory Nutt
|
0032b91f49
|
Update ChangeLog
|
2015-11-01 12:51:03 -06:00 |
|
Gregory Nutt
|
aa92d44caf
|
Update ChangeLog
|
2015-10-23 07:13:48 +08:00 |
|
Gregory Nutt
|
00af71dd78
|
Update ChangeLog
|
2015-10-20 06:02:10 +08:00 |
|
Gregory Nutt
|
d8731d0ef1
|
Add files missed in previous commit
|
2015-10-18 08:00:06 +08:00 |
|
Gregory Nutt
|
f5f69ef85d
|
Add a file missed in the last commit
|
2015-10-13 07:36:46 -06:00 |
|
Alan Carvalho de Assis
|
8f0c912fff
|
Add Zero Cross device driver support
|
2015-10-13 07:27:16 -06:00 |
|
Gregory Nutt
|
f0b40ba96a
|
Add a a generic lower half button driver
|
2015-10-13 07:08:11 -06:00 |
|
Gregory Nutt
|
613798027e
|
Add a button upper/lower half driver
|
2015-10-12 14:29:43 -06:00 |
|
Gregory Nutt
|
b489cd9610
|
TMFPS: Now basically functional although not heavily tested
|
2015-10-09 15:17:32 -06:00 |
|
Gregory Nutt
|
d359a5be13
|
TMPFS: Code complete, but not yet functional
|
2015-10-09 11:02:59 -06:00 |
|
Gregory Nutt
|
cc35c0c49d
|
Add toosl/nxstyle.c
|
2015-10-08 12:48:40 -06:00 |
|
Gregory Nutt
|
e947ea587d
|
Add fs/tmpfs. Nothing much there yet
|
2015-10-08 10:54:41 -06:00 |
|
Pierre-noel Bouteville
|
59e5e2f5cc
|
drivers/lcd/st7565.c: Extend to include support for the ERC12864-3. From Pierre-noel Bouteville
|
2015-10-07 14:30:08 -06:00 |
|
Gregory Nutt
|
38e6142ae8
|
Make coding style more conformant, take description from OpenGroup.org, rename formal parameters to match names used on OpenGroup.org
|
2015-10-02 12:58:40 -06:00 |
|
Gregory Nutt
|
2ba224eca2
|
Add support for bsearch() in C library
|
2015-10-02 12:33:58 -06:00 |
|
Gregory Nutt
|
4cf28dff1d
|
Prep for the 7.12 release
|
2015-10-01 13:10:49 -06:00 |
|
Gregory Nutt
|
ff67c0765a
|
Update changelog; refresh submodules
|
2015-09-30 11:21:44 -06:00 |
|
Gregory Nutt
|
4cd57e1e4e
|
Work queues: Logic that sets the queued indication and the logic that does the actual queuing must be atomic
|
2015-09-30 11:04:29 -06:00 |
|
Gregory Nutt
|
e35737ca88
|
Update ChangeLog
|
2015-09-29 16:35:07 -06:00 |
|
Gregory Nutt
|
2c7c034baf
|
Update README, ChangeLog, and submodules
|
2015-09-29 09:22:39 -06:00 |
|
Gregory Nutt
|
c01ddfe833
|
Fix a typo in the ChangeLog
|
2015-09-24 14:42:48 -06:00 |
|
Gregory Nutt
|
d078c39b78
|
Update ChangeLog; refresh sub-modules
|
2015-09-24 14:42:20 -06:00 |
|
Gregory Nutt
|
cc7130b836
|
Correct a reference counting error in mq_open()
|
2015-09-23 10:34:08 -06:00 |
|
Alan Carvalho de Assis
|
c52e3e017b
|
Battery Charger: Add BQ24250 driver
|
2015-09-20 09:47:00 -06:00 |
|
Gregory Nutt
|
2e70cdec95
|
Update ChangeLog
|
2015-09-19 14:05:23 -06:00 |
|
Gregory Nutt
|
b77872d1d9
|
Update ChangeLog
|
2015-09-15 07:38:25 -06:00 |
|
Gregory Nutt
|
bca2b2c07c
|
Update ChangeLog
|
2015-09-14 07:08:03 -06:00 |
|