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
1a364b49b5c0239f9a35e2d366039aed7b0f6f3a
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
Sep 25, 2009
Fix comment
· 1a364b49
patacongo
authored
15 years ago
1a364b49
Add board src and include directories
· 4d18787c
patacongo
authored
15 years ago
4d18787c
Add STM32 interrupt vectors
· f2c635e7
patacongo
authored
15 years ago
f2c635e7
Add start-up logic and irq.h header
· a5a64211
patacongo
authored
15 years ago
a5a64211
Sep 24, 2009
Add timer header file
· fba944c7
patacongo
authored
15 years ago
fba944c7
Sep 23, 2009
Advanced, general, basic clocks
· 0b42ce7f
patacongo
authored
15 years ago
0b42ce7f
Add STM3210E-EVAL board
· a377f28a
patacongo
authored
15 years ago
a377f28a
Add BKP, DBGMCU, EXTI, and PWR header files
· 8a574eba
patacongo
authored
15 years ago
8a574eba
Add DMA header file
· a58bea46
patacongo
authored
15 years ago
a58bea46
Add CAN header file
· 30ba46fd
patacongo
authored
15 years ago
30ba46fd
Add USB header file
· ff17fb54
patacongo
authored
15 years ago
ff17fb54
Add RTC and WDG header files
· a1de791d
patacongo
authored
15 years ago
a1de791d
Sep 22, 2009
Fix SPI2/3 base addresses
· d9aac9c6
patacongo
authored
15 years ago
d9aac9c6
Add GPIO header file
· 315d3ff0
patacongo
authored
15 years ago
315d3ff0
Add RCC header file
· 7df3f660
patacongo
authored
15 years ago
7df3f660
Add ADC and I2C header files
· 8f048010
patacongo
authored
15 years ago
8f048010
Add SPI and UART header files
· da2b3c9a
patacongo
authored
15 years ago
da2b3c9a
Sep 21, 2009
Add stm32 header files
· 8d061681
patacongo
authored
15 years ago
8d061681
Sep 20, 2009
Add stm3210e-eval board configuration
· 1f1cc727
patacongo
authored
15 years ago
1f1cc727
Sep 16, 2009
Prep for 0.4.11 release
· 024ebc70
patacongo
authored
15 years ago
024ebc70
Fix debug output; remove redundanct close()
· d7266972
patacongo
authored
15 years ago
d7266972
Sockets were not being closed when a task exits
· 12023242
patacongo
authored
15 years ago
12023242
Consulting wrong list to see if socket is listening for a connection
· 01ba4b6d
patacongo
authored
15 years ago
01ba4b6d
Fix some errno reporting
· 5b5b170f
patacongo
authored
15 years ago
5b5b170f
cosmetic
· 6abf781f
patacongo
authored
15 years ago
6abf781f
Must periodically check if CGI task is still alive
· adc87f7a
patacongo
authored
15 years ago
adc87f7a
Reference count must be zero before calling uip_tcpfree()
· 83a53449
patacongo
authored
15 years ago
83a53449
Add netstat CGI example
· 7c5d8b38
patacongo
authored
15 years ago
7c5d8b38
THTTPD CGI works
· 0640aa9f
patacongo
authored
15 years ago
0640aa9f
Need to use only lldbg in fault handler
· ebd9543f
patacongo
authored
15 years ago
ebd9543f
Fix pointer increment bug
· 5ad9071e
patacongo
authored
15 years ago
5ad9071e
remove warning
· fd0e5b99
patacongo
authored
15 years ago
fd0e5b99
Sep 15, 2009
Add logic to dump data in and out of pipe
· 3aad40f1
patacongo
authored
15 years ago
3aad40f1
CGI needs to copy httpd_conn because it is volatile
· 075d96a7
patacongo
authored
15 years ago
075d96a7
cosmetic
· 8e0a8ee3
patacongo
authored
15 years ago
8e0a8ee3
Fix reference counting errors
· 713c8d59
patacongo
authored
15 years ago
713c8d59
SDCLONE was disabled
· 65e44828
patacongo
authored
15 years ago
65e44828
Use lldbg() instead of dbg() in interrupt level logic
· 59acff80
patacongo
authored
15 years ago
59acff80
Add CONFIG_DEBUG_SYMBOLS
· ca7e2543
patacongo
authored
15 years ago
ca7e2543
Sep 13, 2009
Add semaphore to prevent socket from being closed before it is dup'ed
· dfc3767b
patacongo
authored
15 years ago
dfc3767b
Loading