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
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
25abbf7b17bb950f727deb5614a07c485c521d0f
Select Git revision
Branches
2
master
default
protected
radio
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
Begin with the selected commit
Created with Raphaël 2.2.0
4
Aug
3
2
1
31
Jul
1
Aug
31
Jul
30
29
28
27
26
25
24
23
22
21
20
19
18
17
16
15
14
13
12
11
12
11
10
9
8
7
6
5
4
3
2
1
30
Jun
29
28
27
26
25
24
23
22
21
20
19
18
17
16
15
syslog: CONFIG_CLOCK_MONOTONIC
drivers: handle I2C_TRANSFER return value consistently. Some I2C peripherals transfers return zero on success, others number of completed transfers. Make drivers robust against this.
Simulator: x86 stack needs to be aligned to 16-byte boundaries.
spirit: Modify reg needs to toggle CS to get the correct status. Remove some delbug left in last commit. make sprit_unlock an inline function.
Spirit: Mostly cosmetic fixes to names and comments. Tx timeout should run on the HP work queue.
Spirit: Fix a few RX-related issues.
mm_mallinfo: do heap end debug assert check with heap semaphore held
poll: fix poll for regular files and block devices. Open Group documentation tells that poll (and select) support regular files and that 'Regular files shall always poll TRUE for reading and writing'.
Spirit: Fix typos in conditional compilation. Add debug output. Remove extra clear of pending interrupts, could cause missing interrupts. Add spirit_reg_modify() which is not currently used.
Spirit Network Device: Fix a deadlock. Also several other design improvements to eliminate corner cases.
configs/stm32f746g-disco: Remove inclusion of STm32-specifiy header files from board.h
Fix for stm32f746g-disco board for button support with interrupt. This change is tested with buttons app example and it is working with interrupts (signals). I tried the test with polling but at this point it doesn't work.
b-l475e-iot01a: crude update to +CONFIG_BOARD_LOOPSPERMSEC. Not precise.
Update a README
Fix some errors in IOCTL decoding macros
Networking: Add support for some packet radio IOCTL commands; Spirit: Fix a few bugs from testing.
Fix a few errors that crept in with my review changes.
Changes from review of 6f94e4e9e7b8868930ce93b65330fedbee3af2c9
Changes from review of commit e851a2432924559f43dfe73f52c3bbcc9b818270
b-l475e-iot91a: Add apps/examples/nettest and eamples/udp to Spirit1 configuration. Add telnet support. fix driver statistics configuration.
Merged in masayuki2009/nuttx.nuttx/lc823450 (pull request #450)
configs/lc823450-xgevk: LC823450-XGEVK board support
arch/arm/src/lc823450: Initial support for ON Semiconductor LC823450
network procfs: Fix so that PktRadio address are shown correctly
Spirit: Network driver needs to setup IP address based on configured node address. If no node address is provided, then it will use a default. Also upate a README.
Spiri: Fixe some typos. One is critical since it is conditional compilation.
Spirit: Add more debug output. Make sure device is in READY state after reset and before changing to STANDBY.
Spirit: Add a function to wait for a state change with a timeout.
serial.c: Use common TX drain logic when closing a driver as with the TCDRAIN IOCTL.
Merged in elbeinformatik/nuttx/NX-PR (pull request #449)
Spirit: Fix a bad debug assertion.
stm32_rcc: code style
Added functions for DSI clock source selection
serial.c: Finish implementation of TCDRAIN. Based partly on logic from Sebastien Lorquet.
stm32f746g-disco: Make the initialization logic identical to the standard way that is done for all other board.
Fixes for compilation of stm32f746g-disco
drivers/serial/serial.c: Add support for TCFLUSH
STM32F7: Fix for coding standard violations that came in with cd3ca1140e3b669676fd3ccbb4624643f33d6aae -- missed a file last time
STM32F7: Fix for coding standard violations that came in with cd3ca1140e3b669676fd3ccbb4624643f33d6aae
IoT Board/Spirit: Fix a few issues that interfered with testing. Move console to the VCOM port (USART) for all configurations. Rename the spirit-mac configuration to spirit-6lowpan. Add lots of debug output the spirit network driver.
Loading