Skip to content
  1. Mar 03, 2018
    • Gregory Nutt's avatar
      drivers/wireless/cc1101.c: Fix a few things that I bungled in my review of... · 430204da
      Gregory Nutt authored
      drivers/wireless/cc1101.c:  Fix a few things that I bungled in my review of the driver mods.  Fix the logic that was dumping register contents: printf() may not be used within the OS and the syslog and debug macros may add ornamentatino to the output.  The only real option inside the OS is to buffer the data and outputing with a single syslog write (vs. many tiny writes).
      430204da
    • Author: lihaichen's avatar
      Squashed commit of the following: · afe5f706
      Author: lihaichen authored
          cc1101:  Changes from review of last PR.
          remove gpio
          remove  cc1101 frame len
          remove FLAGS_RXONLY flags
          add cc1101 function
          remove some waring
          add cc1101 poll function
          add cc1101 register
          add cc1101 isr read data
          add cc1101 spi deviceId
          add cc1101 init2
          add wait cc1101 chip ready
          raw init cc1101
      afe5f706
  2. Mar 02, 2018
  3. Mar 01, 2018
  4. Feb 27, 2018
  5. Feb 26, 2018
  6. Feb 25, 2018
  7. Feb 24, 2018
  8. Feb 23, 2018
  9. Feb 22, 2018
  10. Feb 21, 2018
  11. Feb 20, 2018
  12. Feb 19, 2018
  13. Feb 18, 2018