Gregory Nutt
f60301665b
fs/procfs/fs_procfs.c: procfs_initialize() is used only within fs/procfs/fs_procfs.c and, hence, should be marked 'static'.
2019-05-25 14:12:00 -06:00
Daniel Agar
642c0f8df6
Merged in dagar/nuttx/pr-stm32f7_dtcm_profcs (pull request #875 )
...
STM32F7 DTCM add procfs register
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2019-05-25 19:57:26 +00:00
Gregory Nutt
035842b3ed
Fix an error and more warnings found in build testing.
2019-05-25 12:13:27 -06:00
Gregory Nutt
b21c12bd18
Fix errors found in build testing:
...
arch/mips/src: Previous commit used CP0 register definitions that were not defined in the cp0.h header file. Probably these were from the Microchip hacked up GCC toolchain but are not generally available. Fix: Add definitions to NuttX cp0.h header file.
mm/iob: Eliminate some warnings about testing the value of an undefined pre-processor variable.
2019-05-25 11:45:22 -06:00
Gregory Nutt
d5bbbba8ad
Rename all remaining arch/xxx/src/xxx/chip to arch/xxx/src/xxx/hardware.
2019-05-25 09:27:28 -06:00
Gregory Nutt
4126ec86cb
Rename arch/arm/src/stm32/chip to arch/arm/src/stm32/hardware.
2019-05-25 08:31:02 -06:00
Gregory Nutt
91db79663d
Rename arch/arm/src/samv7/chip to arch/arm/src/samv7/hardware.
2019-05-25 08:17:40 -06:00
Gregory Nutt
bc5cacc79f
Rename arch/arm/src/samd5e5chip to arch/arm/src/samd5e5/hardware.
2019-05-25 08:12:10 -06:00
Gregory Nutt
2ebc21b005
Rename arch/arm/src/samd2l2/chip to arch/arm/src/samd2l2/hardware.
2019-05-25 08:06:46 -06:00
Gregory Nutt
d3679df0cc
Rename arch/arm/src/sama5/chip to arch/arm/src/sama5/hardware.
2019-05-25 07:59:12 -06:00
Gregory Nutt
f4c2449c30
Rename arch/arm/src/sam34/chip to arch/arm/src/sam34/hardware.
2019-05-25 07:37:39 -06:00
Gregory Nutt
5e01e07a4e
Rename arch/arm/src/nrf52/chip to arch/arm/src/nrf52/hardware.
2019-05-25 07:29:41 -06:00
Gregory Nutt
cef5e9a08e
Rename arch/arm/src/lpc43xx/chip to arch/arm/src/lpc43xx/hardware.
2019-05-25 07:22:59 -06:00
Gregory Nutt
7faccef1b8
Fix some errors found in build testing.
2019-05-24 19:26:01 -06:00
Gregory Nutt
7298b4caa3
Rename arch/arm/src/imxrt/chip to arch/arm/src/imxrt/hardware. One more tine.
2019-05-24 18:54:55 -06:00
Gregory Nutt
9839f8ad91
Rename arch/arm/src/efm32/chip to arch/arm/src/efm32/hardware.
2019-05-24 18:51:49 -06:00
Gregory Nutt
961b17e740
Revert "Rename arch/arm/src/imxrt/chip to arch/arm/src/imxrt/hardware."
...
This reverts commit 159dbb9ff1
.
2019-05-24 18:40:39 -06:00
Gregory Nutt
159dbb9ff1
Rename arch/arm/src/imxrt/chip to arch/arm/src/imxrt/hardware.
2019-05-24 18:25:44 -06:00
Gregory Nutt
50d18f9774
Rename arch/arm/src/stm32l4/chip to arch/arm/src/stm32l4/hardware.
2019-05-24 18:06:01 -06:00
Gregory Nutt
a26e229834
arch/arm/src/kinetis/hardware/kinetis_k20k40k60mpu.h: Fix idempotency definitions and some additional typos.
2019-05-24 17:41:38 -06:00
Gregory Nutt
1dab427dd3
Missing freedom-k66f in last commit.
2019-05-24 17:14:20 -06:00
Gregory Nutt
2899e529b8
Rename arch/arm/src/kinetis/chip to arch/arm/src/kinetis/hardware.
2019-05-24 17:10:46 -06:00
Gregory Nutt
9b38f5cf2f
Rename arch/arm/src/stm32h7/chip to arch/arm/src/stm32h7/hardware.
2019-05-24 16:54:25 -06:00
Gregory Nutt
2cf0d6a3aa
Rename arch/arm/src/stm32f7/chip to arch/arm/src/stm32f7/hardware.
2019-05-24 16:48:06 -06:00
Gregory Nutt
cdf3dba418
Fix another error found in build testing.
2019-05-24 16:17:01 -06:00
Gregory Nutt
c0b5fb3b40
Fix some errors found in build testing.
2019-05-24 16:05:36 -06:00
Gregory Nutt
7d57d59197
Rename arch/arm/src/am335x/chip to arch/arm/src/arm335x/hardware.
2019-05-24 15:58:25 -06:00
Gregory Nutt
8e7da81916
Rename arch/arm/src/lpc11xx/chip to arch/arm/src/lpc11xx/hardware.
2019-05-24 15:38:59 -06:00
Gregory Nutt
01ad31c2fa
Rename arch/arm/src/cd56xx/chip to arch/arm/src/56xx/hardware.
2019-05-24 15:33:08 -06:00
Gregory Nutt
9a19e48e38
Rename arch/arm/src/a1x/chip to arch/arm/src/a1x/hardware.
2019-05-24 15:29:12 -06:00
Gregory Nutt
88d2a12e06
Fix some errors found in build testing
2019-05-24 15:07:48 -06:00
Gregory Nutt
ad2f469cf0
Rename arch/arm/src/kl/chip to arch/arm/src/kl/hardware.
2019-05-24 15:04:39 -06:00
Gregory Nutt
9ad4dbcc95
Rename arch/arm/src/tmc570/chip to arch/arm/src/tmc570/hardware.
2019-05-24 14:53:32 -06:00
Gregory Nutt
7156012a94
Rename arch/arm/src/xmc4/chip to arch/arm/src/xmc4/hardware.
2019-05-24 14:49:06 -06:00
Gregory Nutt
291d2f486d
Fix an error found in build testing.
2019-05-24 14:39:51 -06:00
Gregory Nutt
b855e3988f
Rename arch/arm/src/nuc1xx/chip to arch/arm/src/nuc1xx/hardware.
2019-05-24 14:36:08 -06:00
Gregory Nutt
f46ad3f6a6
Rename arch/arm/src/lpc17xx/chip to arch/arm/src/lpc17xx/hardware.
2019-05-24 14:15:01 -06:00
Gregory Nutt
8db1bae3a1
Rename arch/arm/src/imx6/chip to arch/arm/src/imx6/hardware.
2019-05-24 13:52:38 -06:00
Gregory Nutt
23f57b1d59
Rename arch/arm/src/lpc54xx/chip to arch/arm/src/lpc54xx/hardware.
2019-05-24 13:39:49 -06:00
Gregory Nutt
5a41056a2f
graphics/nxbe/nxbe_raise.c: Fix a critical list handling bug in the grahics system. When a lower-level window was raised while a model window was in place, then list corruption could occur.
2019-05-23 09:12:57 -06:00
Gregory Nutt
ad8dc791ef
drivers/usbhost: Backout some overly aggressive changes made in commit to removed CONFIG_DISABLE_POLL.
2019-05-22 14:14:15 -06:00
Gregory Nutt
b6152cb409
arch/arm/src/stm32f0l0/stm32_dma_v1.c: Fix yet another compilation error found in this file by build testing.
2019-05-22 08:57:39 -06:00
Gregory Nutt
7ef69fea47
arch/mips/src/mips32/up_vfork.c: Fix a copy-paste error. On vfork, the GP register was being set to the new SP value vs. the context GP value. NOTED in Bitbucket issue 155.
2019-05-22 08:51:51 -06:00
Gregory Nutt
ae2a3d4efd
arch/arm/src/stm32f0l0/stm32_dma_v1.c: Fix a compilation probleml found in build testing.
2019-05-22 08:28:03 -06:00
Gregory Nutt
dfd2701f97
audio/audio.c: Yet another missing comma from big CONFIG_DISABLE_POLL removal.
2019-05-22 08:23:59 -06:00
Gregory Nutt
4104a93aa2
Documentation/style.css: Forgot to add CSS file in a previous commit
2019-05-22 07:58:42 -06:00
Gregory Nutt
393ef5a069
drivers/power/battery_gauge.c: Yet another typo fix from big CONFIG_DISABLE_POLL removal. Noted by Jussi Kivilinna.
2019-05-22 07:54:48 -06:00
Valmantas Palikša
4e56c577fe
drivers/net/telnet.c: I/O thread now offloads reading from socket from client thread to the I/O thread.
2019-05-22 07:46:40 -06:00
Juha Niskanen (Haltian)
6312d49e25
drivers/eeprom/i2c_xx24xx.c, drivers/pwm/pwm.c: More missing commas from CONFIG_DISABLE_POLL removal
2019-05-22 07:15:11 -06:00
Juha Niskanen
0cbbab7a4a
drivers/i2c/i2c_driver.c: Fix build error due to missing comma introduced when CONFIG_DISABLE_POLL was removed.
2019-05-22 07:12:30 -06:00