.. |
chip
|
Merged in raiden00/nuttx (pull request #529)
|
2017-11-05 14:15:04 +00:00 |
gnu
|
Merged in raiden00/nuttx (pull request #529)
|
2017-11-05 14:15:04 +00:00 |
iar
|
Rename CONFIG_STM32_STM32F40XX to CONFIG_STM32_STM32FXXXX since it is used by F4 parts other than F40x
|
2017-07-06 10:20:14 -06:00 |
chip.h
|
Rename CONFIG_STM32_STM32F40XX to CONFIG_STM32_STM32FXXXX since it is used by F4 parts other than F40x
|
2017-07-06 10:20:14 -06:00 |
Kconfig
|
Merged in raiden00/nuttx (pull request #520)
|
2017-10-28 14:29:07 +00:00 |
Make.defs
|
Merged in juniskane/nuttx_stm32l4/stm32l1_stm32l4_rtc_update_pr (pull request #514)
|
2017-10-20 17:15:17 +00:00 |
stm32_1wire.c
|
sched/semaphore: sem_timedwait() is a cancellation point and, hence, cannot be called from within the OS. Created nxsem_timedwait() that is equivalent but does not modify the errno and does not cause cancellation. All calls to sem_timedwait() change to calls to nxsem_timedwait() in the OS.
|
2017-10-05 07:24:54 -06:00 |
stm32_1wire.h
|
|
|
stm32_adc.c
|
STM32 ADC: Added support for ADC's IO_ENABLE_TEMPER_VOLT_CH ioctl on STM32F10XX and STM32F20XX
|
2017-10-30 06:21:48 -06:00 |
stm32_adc.h
|
Merged in raiden00/nuttx (pull request #529)
|
2017-11-05 14:15:04 +00:00 |
stm32_aes.c
|
Squashed commit of the following:
|
2017-10-04 15:22:27 -06:00 |
stm32_aes.h
|
|
|
stm32_alarm.h
|
|
|
stm32_allocateheap.c
|
drivers/video/fb.c: Fix a typo introduced in previous commit.
|
2017-09-17 14:07:08 -06:00 |
stm32_bbsram.c
|
Squashed commit of the following:
|
2017-10-04 15:22:27 -06:00 |
stm32_bbsram.h
|
Rename CONFIG_STM32_STM32F40XX to CONFIG_STM32_STM32FXXXX since it is used by F4 parts other than F40x
|
2017-07-06 10:20:14 -06:00 |
stm32_bkp.h
|
|
|
stm32_can.c
|
Alexey T, Bitbuck Issue 73:
|
2017-10-19 06:34:54 -06:00 |
stm32_can.h
|
Move CAN subsystem to its own directory and put device drivers there
|
2017-05-12 11:48:47 -03:00 |
stm32_capture.c
|
|
|
stm32_capture.h
|
arch/: Remove dangling space at the end of lines.
|
2017-06-28 13:16:48 -06:00 |
stm32_ccm.c
|
|
|
stm32_ccm.h
|
Rename CONFIG_STM32_STM32F40XX to CONFIG_STM32_STM32FXXXX since it is used by F4 parts other than F40x
|
2017-07-06 10:20:14 -06:00 |
stm32_comp.c
|
stm32_comp: add default INM configuration and some missing COMP1,3,5,7 code
|
2017-08-20 10:45:55 +02:00 |
stm32_comp.h
|
stm32 COMP: Logic in stm32_comp.h must be configured on CONFIG_STM32_COMP or otherwise it causes an error via #error on every platform without COMP support.
|
2017-04-09 11:47:57 -06:00 |
stm32_dac.c
|
Squashed commit of the following:
|
2017-09-30 11:51:37 -06:00 |
stm32_dac.h
|
Merged in raiden00/nuttx (pull request #469)
|
2017-08-27 12:49:53 +00:00 |
stm32_dbgmcu.h
|
|
|
stm32_dma2d.c
|
arch/arm/include/stm32 and stm32f7: Remove ltdc.h and dma2d.h. Those header files in that location permitted inclusion into application space logic and, hence, facilitated and encouraged calling into the OS and violating the portable POSIX OS interface. The definitions in those header files were move the appropriate location in the counterpart, architecture specific files at arch/arm/src/stm32 and stm32f7 dma2d.h and ltdc.h.
|
2017-11-06 12:22:48 -06:00 |
stm32_dma2d.h
|
Fix some includes missed in the last commit.
|
2017-11-06 15:01:21 -06:00 |
stm32_dma.c
|
Rename CONFIG_STM32_STM32F40XX to CONFIG_STM32_STM32FXXXX since it is used by F4 parts other than F40x
|
2017-07-06 10:20:14 -06:00 |
stm32_dma.h
|
Merged in raiden00/nuttx (pull request #516)
|
2017-10-22 15:46:13 +00:00 |
stm32_dumpgpio.c
|
Rename CONFIG_STM32_STM32F40XX to CONFIG_STM32_STM32FXXXX since it is used by F4 parts other than F40x
|
2017-07-06 10:20:14 -06:00 |
stm32_eth.c
|
Rename CONFIG_STM32_STM32F40XX to CONFIG_STM32_STM32FXXXX since it is used by F4 parts other than F40x
|
2017-07-06 10:20:14 -06:00 |
stm32_eth.h
|
|
|
stm32_exti_alarm.c
|
Merged in juniskane/nuttx_stm32l4/stm32l4_rtc_fixes_pr (pull request #509)
|
2017-10-13 12:32:33 +00:00 |
stm32_exti_gpio.c
|
|
|
stm32_exti_pwr.c
|
|
|
stm32_exti_pwr.h
|
|
|
stm32_exti_wakeup.c
|
Merged in juniskane/nuttx_stm32l4/stm32l1_stm32l4_rtc_update_pr (pull request #514)
|
2017-10-20 17:15:17 +00:00 |
stm32_exti.h
|
Merged in juniskane/nuttx_stm32l4/stm32l1_stm32l4_rtc_update_pr (pull request #514)
|
2017-10-20 17:15:17 +00:00 |
stm32_flash.c
|
Squashed commit of the following:
|
2017-10-04 15:22:27 -06:00 |
stm32_flash.h
|
stm32: stm32_flash: add EEPROM writing for STM32L15XX
|
2017-04-04 07:38:49 -06:00 |
stm32_freerun.c
|
STM32 TIM: Add method to get timer width. Freerun timer: Use timer width to get the correct clock rollover point.
|
2017-05-08 12:33:15 -06:00 |
stm32_freerun.h
|
STM32 TIM: Add method to get timer width. Freerun timer: Use timer width to get the correct clock rollover point.
|
2017-05-08 12:33:15 -06:00 |
stm32_fsmc.h
|
Rename CONFIG_STM32_STM32F40XX to CONFIG_STM32_STM32FXXXX since it is used by F4 parts other than F40x
|
2017-07-06 10:20:14 -06:00 |
stm32_gpio.c
|
Rename CONFIG_STM32_STM32F40XX to CONFIG_STM32_STM32FXXXX since it is used by F4 parts other than F40x
|
2017-07-06 10:20:14 -06:00 |
stm32_gpio.h
|
Rename CONFIG_STM32_STM32F40XX to CONFIG_STM32_STM32FXXXX since it is used by F4 parts other than F40x
|
2017-07-06 10:20:14 -06:00 |
stm32_hrtim.c
|
Merged in raiden00/nuttx (pull request #529)
|
2017-11-05 14:15:04 +00:00 |
stm32_hrtim.h
|
Merged in raiden00/nuttx (pull request #529)
|
2017-11-05 14:15:04 +00:00 |
stm32_i2c_alt.c
|
sched/semaphore: sem_timedwait() is a cancellation point and, hence, cannot be called from within the OS. Created nxsem_timedwait() that is equivalent but does not modify the errno and does not cause cancellation. All calls to sem_timedwait() change to calls to nxsem_timedwait() in the OS.
|
2017-10-05 07:24:54 -06:00 |
stm32_i2c.c
|
sched/semaphore: sem_timedwait() is a cancellation point and, hence, cannot be called from within the OS. Created nxsem_timedwait() that is equivalent but does not modify the errno and does not cause cancellation. All calls to sem_timedwait() change to calls to nxsem_timedwait() in the OS.
|
2017-10-05 07:24:54 -06:00 |
stm32_i2c.h
|
|
|
stm32_i2s.c
|
Squashed commit of the following:
|
2017-10-04 15:22:27 -06:00 |
stm32_i2s.h
|
STM32F4: add cs43l22 audio driver and i2s driver
|
2017-05-21 14:14:09 -06:00 |
stm32_idle.c
|
|
|
stm32_irq.c
|
Cosmetic changes from review of last PR
|
2017-06-15 06:58:55 -06:00 |
stm32_iwdg.c
|
Rename CONFIG_STM32_STM32F40XX to CONFIG_STM32_STM32FXXXX since it is used by F4 parts other than F40x
|
2017-07-06 10:20:14 -06:00 |
stm32_lowputc.c
|
Rename CONFIG_STM32_STM32F40XX to CONFIG_STM32_STM32FXXXX since it is used by F4 parts other than F40x
|
2017-07-06 10:20:14 -06:00 |
stm32_lowputc.h
|
|
|
stm32_lse.c
|
|
|
stm32_lsi.c
|
|
|
stm32_ltdc.c
|
arch/arm/include/stm32 and stm32f7: Remove ltdc.h and dma2d.h. Those header files in that location permitted inclusion into application space logic and, hence, facilitated and encouraged calling into the OS and violating the portable POSIX OS interface. The definitions in those header files were move the appropriate location in the counterpart, architecture specific files at arch/arm/src/stm32 and stm32f7 dma2d.h and ltdc.h.
|
2017-11-06 12:22:48 -06:00 |
stm32_ltdc.h
|
Fix some includes missed in the last commit.
|
2017-11-06 15:01:21 -06:00 |
stm32_mpuinit.c
|
|
|
stm32_mpuinit.h
|
|
|
stm32_oneshot_lowerhalf.c
|
|
|
stm32_oneshot.c
|
Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they.
|
2017-05-11 13:35:56 -06:00 |
stm32_oneshot.h
|
|
|
stm32_opamp.c
|
STM32F33: Add OPAMP support
|
2017-04-30 11:05:34 +02:00 |
stm32_opamp.h
|
STM32F33: Add OPAMP support
|
2017-04-30 11:05:34 +02:00 |
stm32_otgfs.h
|
|
|
stm32_otgfsdev.c
|
Trivial spelling fix
|
2017-06-20 08:02:42 -06:00 |
stm32_otgfshost.c
|
Adds new OS internal functions nxsig_sleep() and nxsig_usleep. These differ from the standard sleep() and usleep() in that (1) they don't cause cancellation points, and (2) don't set the errno variable (if applicable). All calls to sleep() and usleep() changed to calls to nxsig_sleep() and nxsig_usleep().
|
2017-10-06 10:15:01 -06:00 |
stm32_otghs.h
|
|
|
stm32_otghsdev.c
|
Minor change for consistency with a previous commit.
|
2017-03-12 07:20:10 -06:00 |
stm32_otghshost.c
|
Adds new OS internal functions nxsig_sleep() and nxsig_usleep. These differ from the standard sleep() and usleep() in that (1) they don't cause cancellation points, and (2) don't set the errno variable (if applicable). All calls to sleep() and usleep() changed to calls to nxsig_sleep() and nxsig_usleep().
|
2017-10-06 10:15:01 -06:00 |
stm32_pm.h
|
|
|
stm32_pminitialize.c
|
|
|
stm32_pmsleep.c
|
|
|
stm32_pmstandby.c
|
|
|
stm32_pmstop.c
|
|
|
stm32_procfs_ccm.c
|
|
|
stm32_pwm.c
|
Rename CONFIG_STM32_STM32F40XX to CONFIG_STM32_STM32FXXXX since it is used by F4 parts other than F40x
|
2017-07-06 10:20:14 -06:00 |
stm32_pwm.h
|
Build break fix: define PWM_TIM2_CH1CFG for channel 1 PWM
|
2017-09-26 20:55:23 +02:00 |
stm32_pwr.c
|
STM32 PWR: Adds stm32_pwr_getsbf and stm32_pwr_getwuf functions that return the standby flag and the wakeup flag PWR power control/status register.
|
2017-09-28 07:50:21 -06:00 |
stm32_pwr.h
|
STM32 PWR: Adds stm32_pwr_getsbf and stm32_pwr_getwuf functions that return the standby flag and the wakeup flag PWR power control/status register.
|
2017-09-28 07:50:21 -06:00 |
stm32_qencoder.c
|
drivers/sensors: Fix more naming of configurations to be compliant for two more drivers. Still a few more to go.
|
2017-08-24 10:26:53 -06:00 |
stm32_qencoder.h
|
drivers/sensors: Fix more naming of configurations to be compliant for two more drivers. Still a few more to go.
|
2017-08-24 10:26:53 -06:00 |
stm32_rcc.c
|
Rename CONFIG_STM32_STM32F40XX to CONFIG_STM32_STM32FXXXX since it is used by F4 parts other than F40x
|
2017-07-06 10:20:14 -06:00 |
stm32_rcc.h
|
Rename CONFIG_STM32_STM32F40XX to CONFIG_STM32_STM32FXXXX since it is used by F4 parts other than F40x
|
2017-07-06 10:20:14 -06:00 |
stm32_rng.c
|
Squashed commit of the following:
|
2017-10-04 15:22:27 -06:00 |
stm32_rtc_lowerhalf.c
|
Merged in juniskane/nuttx_stm32l4/stm32l1_stm32l4_rtc_update_pr (pull request #514)
|
2017-10-20 17:15:17 +00:00 |
stm32_rtc.c
|
Merged in juniskane/nuttx_stm32l4/stm32l1_stm32l4_rtc_update_pr (pull request #514)
|
2017-10-20 17:15:17 +00:00 |
stm32_rtc.h
|
Merged in juniskane/nuttx_stm32l4/stm32l1_stm32l4_rtc_update_pr (pull request #514)
|
2017-10-20 17:15:17 +00:00 |
stm32_rtcc.c
|
Merged in juniskane/nuttx_stm32l4/stm32l1_stm32l4_rtc_update_pr (pull request #514)
|
2017-10-20 17:15:17 +00:00 |
stm32_rtcounter.c
|
arch/: Remove dangling space at the end of lines.
|
2017-06-28 13:16:48 -06:00 |
stm32_sdadc.c
|
arch/: Remove dangling space at the end of lines.
|
2017-06-28 13:16:48 -06:00 |
stm32_sdadc.h
|
arch/: Remove dangling space at the end of lines.
|
2017-06-28 13:16:48 -06:00 |
stm32_sdio.c
|
Squashed commit of the following:
|
2017-10-04 15:22:27 -06:00 |
stm32_sdio.h
|
|
|
stm32_serial.c
|
STM32 Serial: Fix a compilation error introduced in some configurations by a recent PR.
|
2017-10-10 07:23:55 -06:00 |
stm32_spi.c
|
Squashed commit of the following:
|
2017-10-04 15:22:27 -06:00 |
stm32_spi.h
|
stm32 SPI: Add missing include required when CONFIG_SPI_CALLBACK is enabled
|
2017-10-12 11:28:51 -06:00 |
stm32_start.c
|
|
|
stm32_syscfg.h
|
Rename CONFIG_STM32_STM32F40XX to CONFIG_STM32_STM32FXXXX since it is used by F4 parts other than F40x
|
2017-07-06 10:20:14 -06:00 |
stm32_tickless.c
|
STM32 Tickless: The attached patch removes the restriction to 16bit counts when a 32bit timer is used for the new tickless on the stm32. As it is now, the restriction is very limiting, especially if one wants high granularity and large achievable intervals and has the hardware (namely the 32bit timers) available.
|
2017-09-16 08:20:07 -06:00 |
stm32_tim_lowerhalf.c
|
STM32 TIM3/4 are always 16-bits; never 32-bits. Noted by Eetu Nevalainen.
|
2017-07-10 13:56:06 -06:00 |
stm32_tim.c
|
Add the set counter function for stm32 timers
|
2017-08-31 11:54:00 -06:00 |
stm32_tim.h
|
Add the set counter function for stm32 timers
|
2017-08-31 11:54:00 -06:00 |
stm32_timerisr.c
|
|
|
stm32_uart.h
|
Merged in juniskane/nuttx_stm32l4/stm32_serial_patches_pr (pull request #504)
|
2017-10-09 16:20:24 +00:00 |
stm32_uid.c
|
|
|
stm32_uid.h
|
|
|
stm32_usbdev.c
|
|
|
stm32_usbdev.h
|
|
|
stm32_usbhost.c
|
|
|
stm32_usbhost.h
|
I'm working on bringing up USB full-speed support on STM32F405. My board does not include a USB power switch, VBus sensing, over current detection, or ID pin.
|
2017-08-07 10:24:31 -06:00 |
stm32_userspace.c
|
|
|
stm32_userspace.h
|
|
|
stm32_waste.c
|
|
|
stm32_waste.h
|
STM32, STM32F7, STM32L4: Remove incorrect comment about STM32L1 LSE/RTC/LCD
|
2017-04-27 07:18:36 -06:00 |
stm32_wdg.h
|
|
|
stm32_wwdg.c
|
Rename CONFIG_STM32_STM32F40XX to CONFIG_STM32_STM32FXXXX since it is used by F4 parts other than F40x
|
2017-07-06 10:20:14 -06:00 |
stm32.h
|
Merged in raiden00/nuttx (pull request #516)
|
2017-10-22 15:46:13 +00:00 |
stm32f10xxx_dma.c
|
Squashed commit of the following:
|
2017-10-04 15:22:27 -06:00 |
stm32f10xxx_rcc.c
|
|
|
stm32f20xxx_dma.c
|
Merged in hardlulz/modem-3.0-nuttx/fix-stm32_dmacapable-on-f20xx (pull request #522)
|
2017-10-30 19:20:52 +00:00 |
stm32f20xxx_rcc.c
|
STM32 OTG HS: A little research reveals that only the F2 RCC initialization set the OTGHSULPIEN bit and Photon is the only F2 board configuration that uses OTG . Therefore, we can simplify the conditional logic of the last PR. Negative logic was used (#ifndef BOARD_DISABLE_USBOTG_HSULPI) to prevent bad settings in other configurations. But give these facts, the preferred positive logic now makes more sense (#ifdef BOARD_ENABLE_USBOTG_HSULPI).
|
2017-03-11 18:00:38 -06:00 |
stm32f30xxx_i2c.c
|
sched/semaphore: sem_timedwait() is a cancellation point and, hence, cannot be called from within the OS. Created nxsem_timedwait() that is equivalent but does not modify the errno and does not cause cancellation. All calls to sem_timedwait() change to calls to nxsem_timedwait() in the OS.
|
2017-10-05 07:24:54 -06:00 |
stm32f30xxx_rcc.c
|
|
|
stm32f33xxx_adc.c
|
Merged in raiden00/nuttx (pull request #529)
|
2017-11-05 14:15:04 +00:00 |
stm32f33xxx_dma.c
|
Merged in raiden00/nuttx (pull request #516)
|
2017-10-22 15:46:13 +00:00 |
stm32f33xxx_rcc.c
|
stm32f33xxx_rcc: cleanup + move hrtim clock source selection
|
2017-06-26 18:30:10 +02:00 |
stm32f37xxx_rcc.c
|
arch/: Remove dangling space at the end of lines.
|
2017-06-28 13:16:48 -06:00 |
stm32f40xxx_alarm.h
|
Merged in juniskane/nuttx_stm32l4/stm32_rtc_small_patches_pr (pull request #511)
|
2017-10-17 16:45:48 +00:00 |
stm32f40xxx_dma.c
|
Squashed commit of the following:
|
2017-10-04 15:22:27 -06:00 |
stm32f40xxx_i2c.c
|
sched/semaphore: sem_timedwait() is a cancellation point and, hence, cannot be called from within the OS. Created nxsem_timedwait() that is equivalent but does not modify the errno and does not cause cancellation. All calls to sem_timedwait() change to calls to nxsem_timedwait() in the OS.
|
2017-10-05 07:24:54 -06:00 |
stm32f40xxx_rcc.c
|
To use an external oscillator module (not just a crystal) with the STM32F4, one needs to enable the HSEBYP bit in the RCC_CR register. This change allows an integrator to define STM32_RCC_CR_HSEBYP in their board.h file if they want this configuration.
|
2017-07-30 06:22:30 -06:00 |
stm32f40xxx_rtcc.c
|
Merged in juniskane/nuttx_stm32l4/stm32_rtc_small_patches_pr (pull request #511)
|
2017-10-17 16:45:48 +00:00 |
stm32l15xxx_alarm.h
|
Merged in juniskane/nuttx_stm32l4/stm32l1_stm32l4_rtc_update_pr (pull request #514)
|
2017-10-20 17:15:17 +00:00 |
stm32l15xxx_rcc.c
|
STM32 L1: stm32l15xx_rcc: Allow board to configure HSE clock in bypass-mode. Allows using MCO output from ST-link chip (on Nucleo and Discovery boards) as HSE input.
|
2017-04-20 06:28:01 -06:00 |
stm32l15xxx_rtcc.c
|
Merged in juniskane/nuttx_stm32l4/stm32l1_stm32l4_rtc_update_pr (pull request #514)
|
2017-10-20 17:15:17 +00:00 |