Gregory Nutt
|
8ee54e84f8
|
Upate ChangeLog
|
2017-03-06 11:17:36 -06:00 |
|
Gregory Nutt
|
0a5ae18772
|
STM32F103 Minimum: Eliminate warning stm32_usbdev.o give twice in same rule.
|
2017-03-05 14:25:36 -06:00 |
|
Gregory Nutt
|
ba67eb742e
|
STM32L4: Remove warning. Remove unused variable.
|
2017-03-05 14:21:00 -06:00 |
|
Gregory Nutt
|
c368c67090
|
SAMA5D4-EK: Eliminate warning. Correct type of return value.
|
2017-03-05 14:20:11 -06:00 |
|
Gregory Nutt
|
d303627fe5
|
dk-tm4c129x: Remove warning for variable that is set but not used.
|
2017-03-05 14:17:13 -06:00 |
|
Gregory Nutt
|
51d3e36ad6
|
STM3210E-EVAL: Eliminte a warning. Return type of board_button_irq is now type int.
|
2017-03-05 14:12:03 -06:00 |
|
Gregory Nutt
|
464a3cf27c
|
Kinetis: Eliminate warning when USE_EARLYSERIALINIT is not defined
|
2017-03-05 14:06:20 -06:00 |
|
Gregory Nutt
|
d3408809e4
|
sendfile(): Fix error introduced with commit ff73be870e . Noted by Maciej Wójcik
|
2017-03-05 11:50:34 -06:00 |
|
Mateusz Szafoni
|
077f0d6c1b
|
Merged in raiden00/nuttx (pull request #238)
stm32f33xxx: Add HRTIM header file
Approved-by: Gregory Nutt
|
2017-03-05 17:14:24 +00:00 |
|
raiden00pl
|
e9884216c5
|
stm32f33xxx: Add HRTIM header file
|
2017-03-05 18:10:59 +01:00 |
|
Gregory Nutt
|
810fe33c3c
|
STM32 F7 SDMMC: Use new interrupt argument facility.
|
2017-03-05 10:56:45 -06:00 |
|
Maciej Wójcik
|
8c3d2769f9
|
Merged in w8jcik/nuttx/w8jcik/typos-1488719043882 (pull request #237)
typos
Approved-by: Gregory Nutt
|
2017-03-05 13:20:21 +00:00 |
|
Maciej Wójcik
|
1e6ab4763c
|
typos
|
2017-03-05 13:04:07 +00:00 |
|
Mateusz Szafoni
|
30acdf5db5
|
Merged in raiden00/nuttx (pull request #236)
STM32F33XX DAC, OPAMP, COMP and ADC headers
Approved-by: Gregory Nutt
|
2017-03-04 19:11:38 +00:00 |
|
raiden00pl
|
46d62b1e09
|
stm32f33xxx: Add ADC header file
|
2017-03-04 19:40:14 +01:00 |
|
raiden00pl
|
b866ea0dd0
|
stm32f33xxx_memorymap.h: Add COMP and OPAMP base adress
|
2017-03-04 19:36:56 +01:00 |
|
raiden00pl
|
a14ed630e8
|
stm32f33xxx: Add COMP header file
|
2017-03-04 19:35:17 +01:00 |
|
raiden00pl
|
da3dd1d69c
|
stm32f33xxx: Add OPAMP header file
|
2017-03-04 19:32:50 +01:00 |
|
raiden00pl
|
3e3a13b4b0
|
stm32f33xxx: Add DAC header file
|
2017-03-04 19:30:08 +01:00 |
|
raiden00pl
|
71b0127bc1
|
chip/stm32_dac.h: fix typo
|
2017-03-04 19:23:33 +01:00 |
|
Gregory Nutt
|
c976a66f8d
|
net/drivers/skeleton.c: Back out serialization changes of the last commit. They are not necessary in the skeleton.c example because the calls to net_lock() at the beginning of each worker function will enforce serialization.
|
2017-03-04 11:33:36 -06:00 |
|
Gregory Nutt
|
e2eb5f1ae0
|
drivers/net: Add framework for serialization in the case where multiple low-priority work queues are used.
|
2017-03-04 09:45:09 -06:00 |
|
Gregory Nutt
|
b55a98e900
|
Olimex-STM32-P407: Enable task names
|
2017-03-04 08:49:24 -06:00 |
|
Gregory Nutt
|
ee8abb8160
|
FS: Don't build block driver proxy if PSEUDOFS_OPERATIONS are disabled.
|
2017-03-04 08:25:20 -06:00 |
|
Gregory Nutt
|
0a192361de
|
Revert "FS: Fix backward conditional logic that prevent unlink() from building in some configurations."
Oops. It was not backward. Enable == !Disable. Negative logic is confusing.
This reverts commit 1fcf353e89 .
|
2017-03-04 08:16:46 -06:00 |
|
Gregory Nutt
|
1fcf353e89
|
FS: Fix backward conditional logic that prevent unlink() from building in some configurations.
|
2017-03-04 07:48:56 -06:00 |
|
no1wudi
|
93814ccd41
|
Merged in no1wudi/nuttx (pull request #235)
fixed a typo
Approved-by: Gregory Nutt
|
2017-03-04 13:23:27 +00:00 |
|
no1wudi
|
90a16ed9c7
|
fixed a typo
|
2017-03-04 14:38:22 +08:00 |
|
HuangQi
|
6febad2f2c
|
fixed a typo
|
2017-03-04 11:26:22 +08:00 |
|
Gregory Nutt
|
d3c29a15d1
|
Remove unused variable warning.
|
2017-03-03 19:19:56 -06:00 |
|
Gregory Nutt
|
ff20d22f66
|
SAMv7 Ethernet: Fix a return value type.
|
2017-03-03 19:16:48 -06:00 |
|
Gregory Nutt
|
0f25b0a9f1
|
Correct a typo
|
2017-03-03 17:02:20 -06:00 |
|
Gregory Nutt
|
a8363528dc
|
net/phy_notify.c: Call to arch_phy_irq() missing new interrupt argument parameter.
|
2017-03-03 16:08:21 -06:00 |
|
Gregory Nutt
|
a23230298d
|
STM32L4476VG Discovery: stm32_buttons.c needs errno.h.
|
2017-03-03 16:05:34 -06:00 |
|
Gregory Nutt
|
210896438c
|
Kinetis PIN IRQ needs errno.h
|
2017-03-03 15:30:16 -06:00 |
|
Gregory Nutt
|
7bb19ad8bc
|
STM32 Ethernet: Remove unused variable warning.
|
2017-03-03 15:24:00 -06:00 |
|
Gregory Nutt
|
8353ddbef4
|
STM32 L4 Serial: Ooops unmatched parenthesis
|
2017-03-03 15:18:09 -06:00 |
|
Gregory Nutt
|
9a33f41180
|
Kinetis PINIRQ: Improper type for return value.
|
2017-03-03 15:09:44 -06:00 |
|
Gregory Nutt
|
f8ef544c34
|
K66 Buttons: Missing definition of 'ret'
|
2017-03-03 15:07:38 -06:00 |
|
Gregory Nutt
|
06ce1a2291
|
Add missing endif
|
2017-03-03 14:39:35 -06:00 |
|
Gregory Nutt
|
86239d4a73
|
Experimental change to STM32 Ethernet driver a success. Porting change to all other Ethernet drivers.
|
2017-03-03 14:45:09 -06:00 |
|
Gregory Nutt
|
47ebe1e320
|
Update some comments
|
2017-03-03 12:48:58 -06:00 |
|
Gregory Nutt
|
fc5fca5145
|
Add MAX value definitions to go along with irq_t and irq_mapped_t
|
2017-03-03 11:48:20 -06:00 |
|
Gregory Nutt
|
e1218c4b4b
|
Smaller vector tables: Add irq_mapped_t.
|
2017-03-03 10:20:40 -06:00 |
|
Gregory Nutt
|
04c9ccdd2d
|
Update TODO list and some Kconfig comments.
|
2017-03-03 09:20:25 -06:00 |
|
Gregory Nutt
|
c2b620b4f8
|
Implements support for smaller interrupt tables as described at http://www.nuttx.org/doku.php?id=wiki:howtos:smallvectors . This is largely the work of Mark Schulte. However, I have made several changes to match with the Wiki document. If you like the change, thanks go to Marc. For any errors you can blame me.
|
2017-03-03 09:20:25 -06:00 |
|
Masayuki Ishikawa
|
eca7ae3043
|
Merged in masayuki2009/nuttx.nuttx/reenable_config_start_year (pull request #234)
Revert "CONFIG_START_YEAR/MONTH/DAY not required if an RTC is used"
Approved-by: Gregory Nutt
|
2017-03-03 13:03:07 +00:00 |
|
Masayuki Ishikawa
|
d78113e4ad
|
Revert "CONFIG_START_YEAR/MONTH/DAY not required if an RTC is used"
This reverts commit 4035ed8c6c .
|
2017-03-03 10:42:10 +09:00 |
|
Masayuki Ishikawa
|
90672504df
|
Merged nuttx/nuttx/master into master
|
2017-03-03 10:22:54 +09:00 |
|
Gregory Nutt
|
7a9a3bea2f
|
stm32_gpiosetevent: GPIO IRQ function should not return the xcpt_t oldhandler. This value is useful and potentially dangerous by itself after the change to assocaite a argument with the interrupt handler.
|
2017-03-02 18:36:14 -06:00 |
|