Skip to content
Snippets Groups Projects

Repository graph

You can move around the graph by using the arrow keys.
Select Git revision
  • master default protected
  • radio
  • 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
Created with Raphaël 2.2.04Aug32131Jul1Aug31Jul302928272625242322212019181716151413121112111098765432130Jun292827262524232221201918171615syslog: CONFIG_CLOCK_MONOTONICdrivers: 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 heldpoll: 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.hFix 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 READMEFix some errors in IOCTL decoding macrosNetworking: 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 6f94e4e9e7b8868930ce93b65330fedbee3af2c9Changes from review of commit e851a2432924559f43dfe73f52c3bbcc9b818270b-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 supportarch/arm/src/lc823450: Initial support for ON Semiconductor LC823450network procfs: Fix so that PktRadio address are shown correctlySpirit: 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 styleAdded functions for DSI clock source selectionserial.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-discodrivers/serial/serial.c: Add support for TCFLUSHSTM32F7: Fix for coding standard violations that came in with cd3ca1140e3b669676fd3ccbb4624643f33d6aae -- missed a file last timeSTM32F7: Fix for coding standard violations that came in with cd3ca1140e3b669676fd3ccbb4624643f33d6aaeIoT 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