Gregory Nutt
|
4a7fb2cbc1
|
binfmt: Cosmetic -- rename binfmt_internal.h to binfmt.h. Move related argument copy logic into new file, binfmt_copyargv.c
|
2015-11-14 07:29:47 -06:00 |
|
Gregory Nutt
|
015429684f
|
MTD progmem: Fix an address calculation
|
2015-11-13 11:32:34 -06:00 |
|
Gregory Nutt
|
2706b4f8aa
|
mtd_progmem.c: Fix calculation of block size
|
2015-11-13 09:19:25 -06:00 |
|
Gregory Nutt
|
fdb17620a0
|
Need a prototype for progmem_initialize in include/nuttx/mtd/mtd.h
|
2015-11-12 16:03:24 -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
|
a40496f424
|
Update submodule
|
2015-11-12 07:59:05 -06:00 |
|
Gregory Nutt
|
55686245c1
|
Back out a part of the previous commit
|
2015-11-12 07:53:42 -06:00 |
|
Frank Benkert
|
4a8626d332
|
CAN: Don't disable TX interrupts if the S/W TX FIFO is empty but the hardware supports a H/W TX FIFO
|
2015-11-12 07:46:05 -06:00 |
|
Gregory Nutt
|
7fe6200b0f
|
progmem.h: Clean-up a few comments
|
2015-11-11 14:30:06 -06:00 |
|
Gregory Nutt
|
e62673241d
|
Eliminate some useless comments
|
2015-11-11 11:02:52 -06:00 |
|
Gregory Nutt
|
9f3edd6373
|
MTD Smart: Remove checks for 64KB erase block size. erasesize was changed to 32-bits in struct mtd_geometry_s
|
2015-11-11 08:25:03 -06:00 |
|
Gregory Nutt
|
2ff1b173f2
|
SmartFS: Backout last change. It alters the behavior when it should not. Obviously there is something that I do not understand
|
2015-11-11 08:15:08 -06:00 |
|
Gregory Nutt
|
f86ca94798
|
Update submodule
|
2015-11-10 17:45:06 -06:00 |
|
Gregory Nutt
|
08200d8f86
|
S24FL1: Fix so that the driver compiles with 512 byte block support
|
2015-11-10 13:34:33 -06:00 |
|
Gregory Nutt
|
eb1191df63
|
S24FL1: Fix an error in the page write logic
|
2015-11-10 12:48:29 -06:00 |
|
Gregory Nutt
|
965addb397
|
s25fl1: When unprotecting, handle case where protection bits are inverted. Add option to s25flinitilize() to unprotected on power up
|
2015-11-10 11:33:35 -06:00 |
|
Gregory Nutt
|
1ed69cd535
|
Fix another corner case in the upper half CAN driver
|
2015-11-10 07:41:40 -06:00 |
|
Gregory Nutt
|
d6cc75dc64
|
Update submodules
|
2015-11-09 13:33:53 -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
|
2ab0832c26
|
Smart MTD: fix some outdated logic: geometray erase size is now 32-bits
|
2015-11-09 09:35:14 -06:00 |
|
Gregory Nutt
|
95562f8a86
|
CAN driver: More improved comments
|
2015-11-08 07:43:57 -06:00 |
|
Gregory Nutt
|
874862abb9
|
CAN driver: Improve some comments
|
2015-11-08 07:00:09 -06:00 |
|
Gregory Nutt
|
91429433f6
|
Correct naming of Spansion part. S25FL1, not ST25FL1
|
2015-11-07 11:51:09 -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
|
41337324ba
|
Update submodules
|
2015-11-06 13:03:07 -06:00 |
|
Gregory Nutt
|
f5b82db9b0
|
Update ChangeLog
|
2015-11-06 11:14:33 -06:00 |
|
Gregory Nutt
|
8b0a5955fd
|
Update submodule
|
2015-11-05 11:27:00 -06:00 |
|
Gregory Nutt
|
bfeef77f1f
|
SmartFS: Fix a compile error when FS debug enabled. Plus some changes needed by NuttX coding standard
|
2015-11-05 11:25:39 -06:00 |
|
Gregory Nutt
|
a314b2ac11
|
ST25FL1: Fix error that was overwriting status
|
2015-11-05 10:38:47 -06:00 |
|
Gregory Nutt
|
3e2e5091cb
|
Merged in paulpatience/nuttx/ramlog (pull request #31)
RAMLOG: Fix forgotten FARs
|
2015-11-05 09:45:03 -06:00 |
|
Gregory Nutt
|
a0149b6d33
|
Merged in paulpatience/nuttx/adc (pull request #30)
ADC: Fix forgotten FARs
|
2015-11-05 09:44:22 -06:00 |
|
Paul A. Patience
|
b5a77b9403
|
RAMLOG: Fix forgotten FARs
|
2015-11-05 10:38:42 -05:00 |
|
Paul A. Patience
|
4c70fc181a
|
ADC: Fix forgotten FARs
|
2015-11-05 10:27:47 -05: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
|
6cfad17602
|
Update submodules
|
2015-11-01 17:45:48 -06:00 |
|
Gregory Nutt
|
51d29d3c97
|
Merged in paulpatience/nuttx/pwm (pull request #29)
PWM: Add support for multiple output channels per timer
|
2015-11-01 16:40:06 -06:00 |
|
Paul A. Patience
|
e8c2466c1c
|
PWM: Add support for multiple output channels per timer
|
2015-11-01 17:15:12 -05:00 |
|
Gregory Nutt
|
7041ba8071
|
Add comments to Make.defs file
|
2015-11-01 15:07:58 -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
|
0dea00177e
|
Add a generic user LED upper half discrete driver
|
2015-11-01 14:41:40 -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
|
56ad07f02b
|
Add standard naming for board user LED functions
|
2015-11-01 12:48:13 -06:00 |
|
Gregory Nutt
|
2318038bbc
|
Rename board_led_off to board_autoled_off
|
2015-11-01 09:10:40 -06:00 |
|
Gregory Nutt
|
8093def2c8
|
Rename board_led_on to board_autoled_on
|
2015-11-01 09:07:46 -06:00 |
|
Gregory Nutt
|
148d5fcffd
|
Rename board_led_initialize to board_autoled_initiaize
|
2015-11-01 09:04:02 -06:00 |
|
Frank Benkert
|
e772c56ef6
|
AT24xx EEPROM Driver: Correct typo from last changeset
|
2015-10-31 09:04:53 -06:00 |
|