Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NuttX RTOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
f4grx
NuttX RTOS
Commits
cfcb1555ebb7469d07dc9ed3436f27cd5444ce0e
Select Git revision
Branches
2
radio
master
default
protected
Tags
20
nuttx-7.20
nuttx-7.19
nuttx-7.18
nuttx-7.17
nuttx-7.16
nuttx-7.15
nuttx-7.14
nuttx-7.13
nuttx-7.12
nuttx-7.11
nuttx-7.10
nuttx-7.9
nuttx-7.8
nuttx-7.7
nuttx-7.6
nuttx-7.5
nuttx-7.4
nuttx-7.3
nuttx-7.2
nuttx-7.1
22 results
nuttx
Author
Search by author
Any Author
authors
f4grx
f4grx
1 author
Dec 19, 2011
Remove the PWM pulse count method. It can't be support on current hardware
· cfcb1555
patacongo
authored
13 years ago
cfcb1555
Completes coding of the PWM module
· ddab3d58
patacongo
authored
13 years ago
ddab3d58
Dec 18, 2011
Fix STM32 USB overrun problem (again, still)
· b40ed631
patacongo
authored
13 years ago
b40ed631
Dec 17, 2011
Add alternate function pin mapping for the STM32F103VC
· 643328e0
patacongo
authored
13 years ago
643328e0
Adds support for the STM32F103VCT6 and for the Hy-Mini STM32v board. Contributed by Laurent Latil
· 18770063
patacongo
authored
13 years ago
18770063
Fix a critical bug in the STM32 USB device-side driver
· 60f98d5e
patacongo
authored
13 years ago
60f98d5e
Fix some bad SDIO debug instrumentation
· c47c297f
patacongo
authored
13 years ago
c47c297f
STM32 ADC update
· 9d4d5cda
patacongo
authored
13 years ago
9d4d5cda
Dec 16, 2011
Fix the data format used in apps/examples/adc
· e9ddb37e
patacongo
authored
13 years ago
e9ddb37e
Add framework for lower half STM32 PWM driver; updates to the STM32 ADC driver
· 3e9d8da1
patacongo
authored
13 years ago
3e9d8da1
Add generic, upper-half PWM driver
· cabf8f45
patacongo
authored
13 years ago
cabf8f45
Update how ADC channel number is obtained
· 3a2318e7
patacongo
authored
13 years ago
3a2318e7
Updated STM32 ADC driver
· 9d455730
patacongo
authored
13 years ago
9d455730
Dec 15, 2011
Fix compile problen with CONFIG_NET_ARP_IPIN
· 4b328207
patacongo
authored
13 years ago
4b328207
Started then stopped development of the STM32 DAC driver -- I guess it isn't needed afterall
· c094e68c
patacongo
authored
13 years ago
c094e68c
More STM32 DAC driver logic
· b890380f
patacongo
authored
13 years ago
b890380f
Update to STM32 DAC and ADC drivers
· 18d89455
patacongo
authored
13 years ago
18d89455
Oops fix screw-up in last check-in
· 59712fde
patacongo
authored
13 years ago
59712fde
Oops fix screw-up in last check-in
· f9f13e3c
patacongo
authored
13 years ago
f9f13e3c
Add loops to set ADC SQ values
· 02f39f90
patacongo
authored
13 years ago
02f39f90
Updated STM32 ADC driver
· 39a93f25
patacongo
authored
13 years ago
39a93f25
Dec 14, 2011
Add a framework for an ADC test
· c6d2a7b4
patacongo
authored
13 years ago
c6d2a7b4
Enable the RTC in the STM3240G-EVAL NSH configuration
· 4f5914a1
patacongo
authored
13 years ago
4f5914a1
STM32 F4 RTC is functional
· 7f2ec55f
patacongo
authored
13 years ago
7f2ec55f
STM32 RTC driver now compiles and links without error (still untested)
· 69fabd13
patacongo
authored
13 years ago
69fabd13
STM32 F4 RTC driver is fully coded (but not tested)
· 9922992d
patacongo
authored
13 years ago
9922992d
Re-arrange some files and interfaces to support the STM32 F4 date/time RTC
· 8bf17790
patacongo
authored
13 years ago
8bf17790
A few additional STM32 ADC changes
· 0adb46e5
patacongo
authored
13 years ago
0adb46e5
Progress on STM32 ADC driver
· d601f00c
patacongo
authored
13 years ago
d601f00c
Dec 13, 2011
Fix more STM32 ethernet bugs; Fix some build issues with examples/nettest
· 44298ea3
patacongo
authored
13 years ago
44298ea3
Fix error in nettest build
· 3e327178
patacongo
authored
13 years ago
3e327178
Add a network test configuration for the STM3240G-EVAL
· 4e053e38
patacongo
authored
13 years ago
4e053e38
STM32 Ethernet bugfixes; STM3240G-EVAL DHCPD configuration; fixes for IP...
· 0a465d06
patacongo
authored
13 years ago
0a465d06
Dec 12, 2011
STM32 Ethernet needs a MAC address
· d27d33d8
patacongo
authored
13 years ago
d27d33d8
STM32 F4 Ethernet driver is fully functional
· fcd24b1c
patacongo
authored
13 years ago
fcd24b1c
STM32 Ethernet... initial bring-up changes
· 041d1e61
patacongo
authored
13 years ago
041d1e61
Add STM32 DAC register definitions and skeleton DAC driver
· eca485de
patacongo
authored
13 years ago
eca485de
Replace tabs with spaces
· 76106d1a
patacongo
authored
13 years ago
76106d1a
Add a skeleton for an STM32 ADC driver
· e27f33d0
patacongo
authored
13 years ago
e27f33d0
Dec 11, 2011
Completes coding of the STM32 F4 Ethernet driver
· 0d209250
patacongo
authored
13 years ago
0d209250
Loading