.. |
chip
|
STM32 TIM: Fix comment
|
2016-01-19 17:02:00 -05:00 |
chip.h
|
Add support for the STM32446. From David Sidrane
|
2015-07-22 07:26:53 -06:00 |
Kconfig
|
cosmetic
|
2015-12-24 09:45:02 +01:00 |
Make.defs
|
cosmetic
|
2015-12-24 09:45:02 +01:00 |
stm32_adc.c
|
STM32 ADC: Add DMA support for STM32F30xxx
|
2015-12-22 03:42:37 -05:00 |
stm32_adc.h
|
STM32 ADC: Add DMA support for STM32F30xxx
|
2015-12-22 03:42:37 -05:00 |
stm32_aes.c
|
STM32: Correct some spacing issues
|
2015-10-07 13:45:15 -06:00 |
stm32_aes.h
|
STM32: Add driver for STM32L162XX AES peripheral. Signed-off-by: Juha Niskanen <juha.niskanen@haltian.com>
|
2015-02-04 06:49:05 -06:00 |
stm32_allocateheap.c
|
Rename board_led_on to board_autoled_on
|
2015-11-01 09:07:06 -06:00 |
stm32_bbsram.c
|
STM32: Correct some spacing issues
|
2015-10-07 13:45:15 -06:00 |
stm32_bbsram.h
|
Adds the ability to use the STM32F2 and STM32F4 Battery Backedup SRAM in the file system. With an option to Save Panic context to one of the files. From David Sidrane.
|
2015-02-21 15:15:51 -06:00 |
stm32_bkp.h
|
|
|
stm32_can.c
|
CAN: Add more extensive error reporting information
|
2016-01-18 12:21:20 -06:00 |
stm32_can.h
|
Clean up and review of header files for conformance to standards
|
2015-06-12 19:00:52 -06:00 |
stm32_capture.c
|
Mostly cosmetic changes from review for conformance to coding standard
|
2015-12-24 07:35:19 -06:00 |
stm32_capture.h
|
A few more cosmetic changes
|
2015-12-24 07:38:17 -06:00 |
stm32_ccm.c
|
Adds the ability to use the STM32F2 and STM32F4 Battery Backedup SRAM in the file system. With an option to Save Panic context to one of the files. From David Sidrane.
|
2015-02-21 15:15:51 -06:00 |
stm32_ccm.h
|
Clean up some naming
|
2015-12-01 15:04:12 -06:00 |
stm32_dac.c
|
Fix some spacing problems
|
2015-10-04 14:59:08 -06:00 |
stm32_dac.h
|
Clean up and review of header files for conformance to standards
|
2015-06-12 19:00:52 -06:00 |
stm32_dbgmcu.h
|
|
|
stm32_dma2d.c
|
STM32: Correct some spacing issues
|
2015-10-07 13:45:15 -06:00 |
stm32_dma2d.h
|
Standardize the width of all comment boxes in C header files
|
2015-10-03 07:28:30 -06:00 |
stm32_dma.c
|
|
|
stm32_dma.h
|
Add support for the STM32446. From David Sidrane
|
2015-07-22 07:26:53 -06:00 |
stm32_dumpgpio.c
|
Add support for STM32F429N (TFBGA) chip
|
2015-10-21 10:30:57 +08:00 |
stm32_eth.c
|
Networking: Remove the HSEC argument from devif_timer.
|
2016-02-03 11:17:15 -06:00 |
stm32_eth.h
|
Clean up and review of header files for conformance to standards
|
2015-06-12 19:00:52 -06:00 |
stm32_exti_alarm.c
|
Fix some spacing problems
|
2015-10-04 14:59:08 -06:00 |
stm32_exti_gpio.c
|
Fix some spacing problems
|
2015-10-04 14:59:08 -06:00 |
stm32_exti_pwr.c
|
Fix some spacing problems
|
2015-10-04 14:59:08 -06:00 |
stm32_exti_pwr.h
|
STM32 PVD: Adds support for STM32's Programmable Voltage Detector feature. I put register access behind CONFIG_STM32_ENERGYLITE as have not checked F1/F2/F4 etc. manuals. Tested on STM32L1. PVD interrupt looks generic, at least #defines it needs are in headers for every chip variant. By Dmitry Nikolaev, submitted by Juha Niskanen.
|
2015-04-28 06:37:59 -06:00 |
stm32_exti.h
|
Clean up and review of header files for conformance to standards
|
2015-06-12 19:00:52 -06:00 |
stm32_flash.c
|
STM32: Correct some spacing issues
|
2015-10-07 13:45:15 -06:00 |
stm32_flash.h
|
|
|
stm32_fsmc.h
|
Fix typo
|
2015-09-10 21:07:03 -04:00 |
stm32_gpio.c
|
Add support for STM32F429N (TFBGA) chip
|
2015-10-21 10:30:57 +08:00 |
stm32_gpio.h
|
Clean up and review of header files for conformance to standards
|
2015-06-12 19:00:52 -06:00 |
stm32_i2c_alt.c
|
I2C: up_i2creset should not be a global function; Now it is an I2C interface method
|
2016-02-02 11:21:45 -06:00 |
stm32_i2c.c
|
I2C: up_i2creset should not be a global function; Now it is an I2C interface method
|
2016-02-02 11:21:45 -06:00 |
stm32_i2c.h
|
Rename up_i2c initialize and uninitialize functions using the correct MCU-specific naming
|
2016-02-02 12:08:23 -06:00 |
stm32_idle.c
|
Rename board_led_off to board_autoled_off
|
2015-11-01 09:09:36 -06:00 |
stm32_irq.c
|
Rename CONFIG_ARMV7M_MPU to CONFIG_ARM_MPU so that we can reuse the configuration settings for the ARMV7R MPU
|
2015-12-14 13:56:21 -06:00 |
stm32_iwdg.c
|
STM32: Correct some spacing issues
|
2015-10-07 13:45:15 -06:00 |
stm32_lowputc.c
|
STM32: Correct some spacing issues
|
2015-10-07 13:45:15 -06:00 |
stm32_lowputc.h
|
Clean up and review of header files for conformance to standards
|
2015-06-12 19:00:52 -06:00 |
stm32_lse.c
|
Fix an error introduced into stm32_pwr_enablebkp(). That function must preserve the previous state of backup domain access on return.
|
2015-04-18 07:31:20 -06:00 |
stm32_lsi.c
|
The STM32F4Discovery board doesn't come with a Low speed external oscillator so the default LSE source for the RTC doesn't work.
|
2015-03-29 15:34:48 -06:00 |
stm32_ltdc.c
|
STM32: Correct some spacing issues
|
2015-10-07 13:45:15 -06:00 |
stm32_ltdc.h
|
Defines a second interface for the dma2d controller. Controlling both LTDC and DMA2D was unpractical from the programmers view because both controllers are to different. LTDC only controls the display visibility but the DMA2D controller changes the content of the frame buffer (buffer of the layer).
|
2015-04-16 09:11:52 -06:00 |
stm32_mpuinit.c
|
Rename CONFIG_ARMV7M_MPU to CONFIG_ARM_MPU so that we can reuse the configuration settings for the ARMV7R MPU
|
2015-12-14 13:56:21 -06:00 |
stm32_mpuinit.h
|
Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL
|
2014-08-29 14:47:22 -06:00 |
stm32_otgfs.h
|
Standardize the width of all comment boxes in C header files
|
2015-10-03 07:28:30 -06:00 |
stm32_otgfsdev.c
|
STM32: Correct some spacing issues
|
2015-10-07 13:45:15 -06:00 |
stm32_otgfshost.c
|
Update to use 64-bit timer when available
|
2016-01-21 11:53:58 -06:00 |
stm32_otghs.h
|
Standardize the width of all comment boxes in C header files
|
2015-10-03 07:28:30 -06:00 |
stm32_otghsdev.c
|
STM32: Correct some spacing issues
|
2015-10-07 13:45:15 -06:00 |
stm32_otghshost.c
|
Update to use 64-bit timer when available
|
2016-01-21 11:53:58 -06:00 |
stm32_pm.h
|
Cosmetic: Move # of pre-processior command to column 1
|
2015-09-05 09:07:37 -06:00 |
stm32_pminitialize.c
|
|
|
stm32_pmsleep.c
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
stm32_pmstandby.c
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
stm32_pmstop.c
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
stm32_procfs_ccm.c
|
STM32: CCM procfs more typos
|
2015-12-01 16:28:14 -06:00 |
stm32_pwm.c
|
STM32 PWM: Fix timer type bug
|
2015-12-14 17:21:55 -05:00 |
stm32_pwm.h
|
STM32 PWM: Add support for multiple output channels
|
2015-11-01 17:11:35 -05:00 |
stm32_pwr.c
|
Correct description of some input parameters. Suggested by Pelle Windestam
|
2015-05-05 06:26:59 -06:00 |
stm32_pwr.h
|
Correct description of some input parameters. Suggested by Pelle Windestam
|
2015-05-05 06:26:59 -06:00 |
stm32_qencoder.c
|
STM32 QEncoder: Fix typo
|
2016-01-19 16:44:21 -05:00 |
stm32_qencoder.h
|
|
|
stm32_rcc.c
|
Fix a compile error found by tools/tesbuild.sh
|
2015-07-22 15:45:47 -06:00 |
stm32_rcc.h
|
Add support for the STM32446. From David Sidrane
|
2015-07-22 07:26:53 -06:00 |
stm32_rng.c
|
STM32: Correct some spacing issues
|
2015-10-07 13:45:15 -06:00 |
stm32_rtc_lowerhalf.c
|
Move include/nuttx/timer.h, rtc.h and watchdog.h to include/nuttx/timers/.
|
2015-04-01 12:37:44 -06:00 |
stm32_rtc.c
|
The STM32F4Discovery board doesn't come with a Low speed external oscillator so the default LSE source for the RTC doesn't work.
|
2015-03-29 15:34:48 -06:00 |
stm32_rtc.h
|
Move include/nuttx/timer.h, rtc.h and watchdog.h to include/nuttx/timers/.
|
2015-04-01 12:37:44 -06:00 |
stm32_rtcc.c
|
Fix some conditional compilation. CONFIG_LIBC_LOCALTIME should be checked in most of the same places wehre CONFIG_TIME_EXTENDED is checked
|
2015-11-25 12:51:07 -06:00 |
stm32_rtcounter.c
|
stm32_rtc_endwr(): wait for RTC_CRL_RTOFF bit to be set. This ensures that the write "reaches" RTC registers before access is disabled by stm32_pwr_enablebkp().
|
2016-01-28 16:58:02 -06:00 |
stm32_sdio.c
|
More spacing/alignment issues
|
2015-10-08 19:31:58 -06:00 |
stm32_sdio.h
|
Clean up and review of header files for conformance to standards
|
2015-06-12 19:00:52 -06:00 |
stm32_serial.c
|
STM32: Correct some spacing issues
|
2015-10-07 13:45:15 -06:00 |
stm32_spi.c
|
For STM32, rename up_spiinitialize to stm32_spibus_initialize
|
2016-01-26 12:22:27 -06:00 |
stm32_spi.h
|
For STM32, rename up_spiinitialize to stm32_spibus_initialize
|
2016-01-26 12:22:27 -06:00 |
stm32_start.c
|
STM32: Correct some spacing issues
|
2015-10-07 13:45:15 -06:00 |
stm32_syscfg.h
|
Add support for the STM32446. From David Sidrane
|
2015-07-22 07:26:53 -06:00 |
stm32_tim_lowerhalf.c
|
STM32 TIM: Remove some warnings, fix timer resolution bug and cosmetic changes
|
2015-12-14 17:24:11 -05:00 |
stm32_tim.c
|
Revert "add timer capture STM32"
|
2015-12-22 13:27:42 +01:00 |
stm32_tim.h
|
Revert "add timer capture STM32"
|
2015-12-22 13:27:42 +01:00 |
stm32_timerisr.c
|
STM32: Correct some spacing issues
|
2015-10-07 13:45:15 -06:00 |
stm32_uart.h
|
Clean up and review of header files for conformance to standards
|
2015-06-12 19:00:52 -06:00 |
stm32_uid.c
|
STM32: Fix a build error detected by tools/testbuil.sh: The STM32L does not define UID address
|
2015-11-18 14:33:27 -06:00 |
stm32_uid.h
|
Changes to last merge from review for compliance to coding standards
|
2015-11-17 21:10:17 -06:00 |
stm32_usbdev.c
|
STM32: Correct some spacing issues
|
2015-10-07 13:45:15 -06:00 |
stm32_usbdev.h
|
Clean up and review of header files for conformance to standards
|
2015-06-12 19:00:52 -06:00 |
stm32_usbhost.c
|
Standardize the width of all comment boxes in header files
|
2015-10-02 17:42:29 -06:00 |
stm32_usbhost.h
|
Clean up and review of header files for conformance to standards
|
2015-06-12 19:26:01 -06:00 |
stm32_userspace.c
|
STM32: Correct some spacing issues
|
2015-10-07 13:45:15 -06:00 |
stm32_userspace.h
|
Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL
|
2014-08-29 14:47:22 -06:00 |
stm32_vectors.S
|
Standardize the width of all comment boxes in header files
|
2015-10-02 17:42:29 -06:00 |
stm32_waste.c
|
|
|
stm32_waste.h
|
Clean up and review of header files for conformance to standards
|
2015-06-12 19:00:52 -06:00 |
stm32_wdg.h
|
Clean up and review of header files for conformance to standards
|
2015-06-12 19:00:52 -06:00 |
stm32_wwdg.c
|
STM32: Correct some spacing issues
|
2015-10-07 13:45:15 -06:00 |
stm32.h
|
Unify sensor debug. ADX driver was using input debug; LM75 and QENCODE that their own custom debug. Now all use CONFIG_DEBUG_SENSOR, sndbg()
|
2014-12-16 09:54:32 -06:00 |
stm32f10xxx_dma.c
|
STM32: Correct some spacing issues
|
2015-10-07 13:45:15 -06:00 |
stm32f10xxx_rcc.c
|
STM32: Correct some spacing issues
|
2015-10-07 13:45:15 -06:00 |
stm32f20xxx_dma.c
|
STM32: Correct some spacing issues
|
2015-10-07 13:45:15 -06:00 |
stm32f20xxx_rcc.c
|
STM32: Correct some spacing issues
|
2015-10-07 13:45:15 -06:00 |
stm32f30xxx_i2c.c
|
I2C: up_i2creset should not be a global function; Now it is an I2C interface method
|
2016-02-02 11:21:45 -06:00 |
stm32f30xxx_rcc.c
|
STM32: Correct some spacing issues
|
2015-10-07 13:45:15 -06:00 |
stm32f37xxx_rcc.c
|
STM32: Correct some spacing issues
|
2015-10-07 13:45:15 -06:00 |
stm32f40xxx_dma.c
|
STM32: Correct some spacing issues
|
2015-10-07 13:45:15 -06:00 |
stm32f40xxx_rcc.c
|
Merged in marten_svanfeldt/nuttx-arch-public/for_upstream/stm32f429n (pull request #20)
|
2015-10-22 18:19:52 +08:00 |
stm32f42xxx_rcc.c
|
STM32: Correct some spacing issues
|
2015-10-07 13:45:15 -06:00 |
stm32f44xxx_rcc.c
|
STM32: Correct some spacing issues
|
2015-10-07 13:45:15 -06:00 |
stm32l15xxx_rcc.c
|
STM32: Correct some spacing issues
|
2015-10-07 13:45:15 -06:00 |