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
2dc7bcfb5eddecc079863423fde2d55d9d5cc6c8
Select Git revision
2 results
nuttx
Author
Search by author
Any Author
authors
f4grx
f4grx
1 author
Oct 20, 2009
Add FSMC support
· 2dc7bcfb
patacongo
authored
15 years ago
2dc7bcfb
Extend SPI interface to better handle multiple devices on same SPI bus
· 7dfface8
patacongo
authored
15 years ago
7dfface8
Oct 18, 2009
FLASH is on PB2 (not PA4); MMC/SD is SDIO, not SPI (need to fix)
· bc8e8d24
patacongo
authored
15 years ago
bc8e8d24
Need to set SSM and SSI to prevent MODF errors
· ea4ab4fa
patacongo
authored
15 years ago
ea4ab4fa
Wait conditions backward
· f924e30f
patacongo
authored
15 years ago
f924e30f
Add bulk erase IOCTL; add byte read method
· d754ee2c
patacongo
authored
15 years ago
d754ee2c
Add MTD interface; add M25P64/128 driver
· 23683fe8
patacongo
authored
15 years ago
23683fe8
Move some drivers to separate subdirectories
· 9b04ee21
patacongo
authored
15 years ago
9b04ee21
Oct 17, 2009
another skip dir
· 1456e6bd
patacongo
authored
15 years ago
1456e6bd
typo
· 1d33c588
patacongo
authored
15 years ago
1d33c588
Prep for the 0.4.12 release
· fae958d1
patacongo
authored
15 years ago
View commits for tag nuttx-4.12
nuttx-4.12
fae958d1
Prep for 0.4.11 release
· 7e92d355
patacongo
authored
15 years ago
View commits for tag nuttx-4.11
nuttx-4.11
7e92d355
Boots with SYSTICK source = HCLK, not HCLK/8
· a2f69e06
patacongo
authored
15 years ago
a2f69e06
Calibrate stm32 delay loop
· 3ebad7fc
patacongo
authored
15 years ago
3ebad7fc
Fix major bug in STM32 interrupt enable/disable logic; NSH now works on STM32
· 94fca002
patacongo
authored
15 years ago
94fca002
SPI DMA design simplification
· 1ff8e5dd
patacongo
authored
15 years ago
1ff8e5dd
Completes 1st cut of SPI DMA
· b0fa795d
patacongo
authored
15 years ago
b0fa795d
Oct 16, 2009
A little more SPI DMA support (still incomplete)
· 741baf98
patacongo
authored
15 years ago
741baf98
Hooks for SPI DMA support (incomplete)
· b7ebdd1c
patacongo
authored
15 years ago
b7ebdd1c
Add function to 1) wait for a free channel, and 2) free a DMA channel
· e2e0025e
patacongo
authored
15 years ago
e2e0025e
Fix DMA channel mapping
· 0132b1ed
patacongo
authored
15 years ago
0132b1ed
First cut at DMA code
· f04860aa
patacongo
authored
15 years ago
f04860aa
Add structure for future DMA support
· 1d90504a
patacongo
authored
15 years ago
1d90504a
Oct 15, 2009
Fix warning
· d9d77a53
patacongo
authored
15 years ago
d9d77a53
Fix SPI compilation errors
· 8b160cf7
patacongo
authored
15 years ago
8b160cf7
Add basic SPI driver (untested)
· dc9915ba
patacongo
authored
15 years ago
dc9915ba
typos
· 8781f3e9
patacongo
authored
15 years ago
8781f3e9
Oct 14, 2009
Add README file info
· a9e91d9a
patacongo
authored
15 years ago
a9e91d9a
LEDs on port F, not C
· a7815fec
patacongo
authored
15 years ago
a7815fec
Fix GPIOF base address
· 34828e4d
patacongo
authored
15 years ago
34828e4d
Fix NSH-related compile errors
· 1f6aa873
patacongo
authored
15 years ago
1f6aa873
Misc GPIO-related changes
· 530e4ff9
patacongo
authored
15 years ago
530e4ff9
Add NSH configuration
· 45f2a1f5
patacongo
authored
15 years ago
45f2a1f5
Oct 13, 2009
update
· 9048a34e
patacongo
authored
15 years ago
9048a34e
When running from DFU load, need to set NVIC vector address
· d1bfc3e6
patacongo
authored
15 years ago
d1bfc3e6
typo
· 740c39b2
patacongo
authored
15 years ago
740c39b2
Oct 11, 2009
Fix some DFU comments
· 11707664
patacongo
authored
15 years ago
11707664
Basic USART setup works
· ae005eb9
patacongo
authored
15 years ago
ae005eb9
update comments
· bae6a290
patacongo
authored
15 years ago
bae6a290
Don't discard unused sections
· 58a6743d
patacongo
authored
15 years ago
58a6743d
Loading