Commit Graph

  • 638eeebeec [stm32] Add Factory Calibration values where available Karl Palsson 2013-11-27 17:06:45 +00:00
  • 50daf0ef1e [stm32f3] Fix USART1 memory base address Karl Palsson 2013-12-04 22:20:40 +00:00
  • 6570f6eb07 Fix the order of ADC injected channel list BuFran 2013-07-24 22:43:52 +02:00
  • ec9fc5c122 [swo] Add/Update definitions necessary for SWO to work Karl Palsson 2013-11-18 17:48:29 +00:00
  • dfeeda24ba [timers] Fixed typo - Bit shift should be 2, not 4 (see the datatsheet - TIMx_CMMR2 register) podhrmic 2013-11-08 16:00:51 -07:00
  • 8dcf21e755 replaced placeholder __(en|dis)able_irq efm32_int functions with working ones Forrest Voight 2013-10-24 22:33:09 -04:00
  • 5cbf5619a1 [stm32] Unify f0/f3 SPI and correct all makefiles Karl Palsson 2013-09-14 17:30:34 +00:00
  • 8e44177a66 [stm32] SPI includes got jumbled for for DFF Karl Palsson 2013-09-11 22:04:03 +00:00
  • 5ea4e8842a Clarify HACKING document Felix Held 2013-10-07 00:39:02 +02:00
  • a99f4fb620 [stm32] Use correct offsets for UniqueID bits Karl Palsson 2013-09-23 13:47:01 +00:00
  • 8c8592e2b6 [CM3] Fix the set clksource, found and described by ksarkies. BuFran 2013-09-11 13:56:10 +02:00
  • 822654b16b [stm32f3] Properly turn on the FPU Karl Palsson 2013-09-11 21:39:58 +00:00
  • dbb65d9f5b [stm32f2] fix missing USB symbols Pavol Rusnak 2013-06-26 19:56:00 +02:00
  • 5dca8c7973 [stm32-l1] Include f103 usb driver in build. Karl Palsson 2013-08-28 18:04:29 +00:00
  • a277abe2c1 [usb-f103] Use the "modern" /rcc include instead of f1. Karl Palsson 2013-08-28 18:03:08 +00:00
  • f04d6dd82b [DOXYGEN:STM32F3] fix the conflict strings. BuFran 2013-08-24 17:01:28 +02:00
  • f2febb1b85 [DOXYGEN] EFM32 link typo bugfix BuFran 2013-08-24 16:43:03 +02:00
  • 7d43b86daf [DOXYGEN] Add links to the HTML pages for easy debugging of pages BuFran 2013-08-24 13:27:04 +02:00
  • 55ee4f6de5 [DOXYGEN] Add STM32F3 to the headers of documentation pages BuFran 2013-08-24 13:37:22 +02:00
  • eb9797214f [DOXYGEN] Correct generating docs for STM32F0 and STM32F3 BuFran 2013-08-24 13:25:40 +02:00
  • 3f0bbf6153 [SCB] More useful definitions for SHPR fields Karl Palsson 2013-07-17 21:25:47 +00:00
  • d63bf5ac64 [STM32F3:doc] Add doxygen documentation page to output BuFran 2013-07-11 19:21:31 +02:00
  • f797c50b6a [Style] Fixed line length. Piotr Esden-Tempski 2013-08-22 22:54:30 -07:00
  • 65eaad938f [Style] checked and corrected BuFran 2013-07-08 17:40:41 +02:00
  • c6f861139d Removed mostly copied code REG1 REG2 REG3 -> REGx BuFran 2013-07-08 17:21:39 +02:00
  • d3a073d9b5 [Style] Corrected many style errors (mainly line too long) BuFran 2013-07-08 17:51:21 +02:00
  • 7a78c7e535 [Cortex] Correct operator precedence in BitBand address computation BuFran 2013-07-22 18:29:24 +02:00
  • e19270b3bf [STM32F0:ADC] Add supporting functions to the module BuFran 2013-07-21 21:59:24 +02:00
  • 81982916e2 [Doxygen] Add complete documentation page to STM32F0 BuFran 2013-07-22 17:55:03 +02:00
  • 4ff19fa2b4 [Style] Unified commenting style on F0 BuFran 2013-07-11 14:18:12 +02:00
  • efc2489d2c [Stylecheck] Code cleaned to current stylecheck script BuFran 2013-07-11 13:54:22 +02:00
  • 210a17ec97 [STM32F0:SPI] Add initial support BuFran 2013-07-11 13:33:54 +02:00
  • 72f38401c0 [STM32F0:I2C] Add register definitions BuFran 2013-07-11 12:54:34 +02:00
  • 662aace389 [STM32F0:TSC] Add register definitions BuFran 2013-07-11 12:08:50 +02:00
  • 7487a22c7e [STM32F0:CEC] Add register definitions BuFran 2013-07-11 12:15:12 +02:00
  • 9952768c42 [STM32F0:DAC] Add register definitions BuFran 2013-07-11 12:14:58 +02:00
  • a073758cb4 [STM32F0:ADC] Add register definitions BuFran 2013-07-22 18:01:25 +02:00
  • 1345a3403c [STM32F0:EXTI] Add prelimnary support of exti, common file now in common directory BuFran 2013-07-10 18:15:59 +02:00
  • cd9ba87073 [STM32F0:SYSCFG] Add support for SYSCFG. Old file moved to common directory for L1 and F234 BuFran 2013-07-10 18:18:40 +02:00
  • 9f8dd28a5c [STM32F0:COMP] Add preliminary support of module BuFran 2013-07-22 18:00:28 +02:00
  • 4bb18baa59 [STM32F0:RTC] Renamed common files to be consistent to file naming scheme BuFran 2013-07-10 14:06:53 +02:00
  • cc4c164ebe [STM32F0:DMA] Renamed common file to meet all supported families, added missing files BuFran 2013-07-10 00:40:11 +02:00
  • 8b0656459b [STM32F0:DMA] Add initial support BuFran 2013-07-10 00:31:22 +02:00
  • 62a8aca04a [STM32F0:RTC] Add initial support BuFran 2013-07-10 00:07:46 +02:00
  • c99be0fb96 [STM32F0:IWDG] Add initial support BuFran 2013-07-09 23:44:16 +02:00
  • 4e566bf8b1 [STM32F0] Add FP_FLAGS to support #159 BuFran 2013-07-08 20:23:13 +02:00
  • eb7d29e115 [STM32F0:GPIO] File renamed to meet the content BuFran 2013-07-22 18:21:47 +02:00
  • fc02aa6162 [STM32F0:USART] Add support for USART peripheral BuFran 2013-07-22 17:52:08 +02:00
  • 18c4d299c1 [STM32F0] Add preliminary support for the family BuFran 2013-07-08 14:44:21 +02:00
  • e1ebcc9da8 [Cortex] Add preliminary support for core-dependent defines ARMv6m / ARMv7m, ARMv7em BuFran 2013-07-22 18:43:16 +02:00
  • 2a588f11aa lpc43xx/ssp; Add DMACR fields Ben Gamari 2013-07-10 23:31:54 -04:00
  • f4cd74a741 [STM32F3] When removing typedefs do it right... Piotr Esden-Tempski 2013-07-07 21:55:31 -07:00
  • 52d34c814b Global: Allow overriding float-abi flags Alexandru Gagniuc 2013-06-10 11:42:21 -05:00
  • 63d150008a lpc43xx/ssp: Mark ssp_wait_until_not_busy as static Ben Gamari 2013-07-07 20:53:03 -04:00
  • 5d4f759c92 lpc43xx/timer: Add timer utilities Ben Gamari 2013-07-02 12:46:33 -04:00
  • 9d89df0db6 lpc43xx/timer: Add register definitions Ben Gamari 2013-07-02 12:46:09 -04:00
  • bbde1012a3 stm32/f4/adc: Fix set_resolution Ben Gamari 2013-07-07 20:09:18 -04:00
  • d2ce9c0827 cortex: Add cc_[en|dis]able_interrupts Ben Gamari 2013-06-29 16:27:23 -04:00
  • 0819a49411 usb_control: Mark the control pipe as IDLE after a STALL Alexandru Gagniuc 2013-07-06 04:08:05 -05:00
  • ad29d0ce31 [lm4f/usb] fixed lm4f_ep_write_packet() when single byte copied to buffer. Dirk Braun 2013-07-07 23:20:00 +02:00
  • 5ea4763845 lm4f: Appease checkpath.pl and de-typedef enums Alexandru Gagniuc 2013-07-07 13:56:11 -05:00
  • b8e8cb2f0d [BUILD] Paralelize stylecheck BuFran 2013-07-07 15:16:57 +02:00
  • 7002bca027 [BUILD] move the definition line of yaml files search outside the targets section BuFran 2013-07-07 14:31:05 +02:00
  • ea28feb537 [BUILD] Paralelize BUILD HEADERS BuFran 2013-07-07 14:28:47 +02:00
  • 85aa16f8c9 [BUILD] Paralelize CLEAN HEADERS BuFran 2013-07-07 14:10:42 +02:00
  • 0ff37d0dde [BUILD] Paralelize CLEAN BuFran 2013-07-07 13:56:37 +02:00
  • 8f3ebd11c7 Strip the BEGIN_DECLS definition from the first function in a module documentation. BuFran 2013-06-22 12:37:58 +02:00
  • 337733b5e5 [STM32L1] Fixed compilaion of usart convenience functions. Piotr Esden-Tempski 2013-07-05 21:59:43 -07:00
  • dbee693b12 [STM32] The exti20-22 are also available on l1. Piotr Esden-Tempski 2013-07-05 21:56:06 -07:00
  • 7042beaa91 [Stylefix] Removed trailing spaces and added missing braces. Piotr Esden-Tempski 2013-07-05 21:42:36 -07:00
  • 68ee13be4b Doxygen style blocks corrected BuFran 2013-07-05 12:46:07 +02:00
  • 62e6635992 [Style] Fixed style in the newly added F3 code. Piotr Esden-Tempski 2013-07-04 21:10:56 -07:00
  • b6231dbb49 [Style] Do not define types if not necessary. Piotr Esden-Tempski 2013-07-04 19:16:23 -07:00
  • 7085867db6 [STM32F3] Split timer common f24 into f234 and f24. Piotr Esden-Tempski 2013-07-04 19:03:43 -07:00
  • 201c2706b5 [STM32] Removed exti.c from f1 and made global exti.c usable. Piotr Esden-Tempski 2013-07-04 18:53:21 -07:00
  • 74eb5ab84a [STM32F3] Split out F3 specific exti definitions. Piotr Esden-Tempski 2013-07-04 18:10:42 -07:00
  • 590135b65f [STM32F3] Moved all F3 specific functions out of common. Piotr Esden-Tempski 2013-07-04 17:32:07 -07:00
  • 09532f7c26 [STM32F3] Removed F3 specific stuff from the common all header. Piotr Esden-Tempski 2013-07-04 16:19:59 -07:00
  • 18da63879c [STM32] Rename the f0124 files to f124. Piotr Esden-Tempski 2013-07-04 15:07:21 -07:00
  • ebb058825f [STM32F3] Removed all specific F3 stuff out of common files. Piotr Esden-Tempski 2013-07-04 13:44:16 -07:00
  • a1321fc21f [STM32] Split apart gpio f234 into f234 and f24. Piotr Esden-Tempski 2013-07-03 19:41:15 -07:00
  • f8734dfcd3 [STM32F3] Move the f3 specific stuff out of common. Piotr Esden-Tempski 2013-07-03 19:10:31 -07:00
  • 41ea714f53 stm32f3: changed clock_t to rcc_clock_t in rcc to avoid stdio collision. Federico Ruiz Ugalde 2013-07-01 03:40:07 -06:00
  • 60bdf4eebd stm32f3: f1 usb header files moved to stm32 root directory. Federico Ruiz Ugalde 2013-06-30 22:08:44 -06:00
  • 934c8dbf4c stm32f3: Usb support added. usb unit is the same as f103. Federico Ruiz Ugalde 2013-06-30 22:01:25 -06:00
  • 59b2b5da87 stm32f3: Some additions to rcc. Federico Ruiz Ugalde 2013-06-30 21:57:27 -06:00
  • 011124c33f stm32f3: i2c support increased. Now it works. Federico Ruiz Ugalde 2013-06-30 13:56:19 -06:00
  • 9b2873d874 stm32f3: Adding convinience functions for sending and receiving i2c data. Federico Ruiz Ugalde 2013-06-29 19:48:21 -06:00
  • 3b274fa2f2 stm32f3: erasing some unused/unnecessary i2c defines. Federico Ruiz Ugalde 2013-06-29 19:38:55 -06:00
  • 66eab73570 stm32f3: Some additional f3 clock functions for the i2c. Federico Ruiz Ugalde 2013-06-29 19:19:07 -06:00
  • 4673348ff7 stm32f3: i2c support now in f3 directory. Federico Ruiz Ugalde 2013-06-29 19:16:40 -06:00
  • 8f3675fbfd stm32f3: i2c support removed from the i2c_common_all files because f3 is too different. Federico Ruiz Ugalde 2013-06-29 19:13:41 -06:00
  • e9375dbfd2 usart set baudrate clock source incorrect. Now fixed. Federico Ruiz Ugalde 2013-06-26 08:06:40 -06:00
  • 119473f3b1 stm32f3: removed pllmul x16 commented out line as recommended in #82. Federico Ruiz Ugalde 2013-06-26 05:44:14 -06:00
  • efe08e4898 stm32f3: flash_common_f24 now includes f3 support. Also, renamed to f234. Federico Ruiz Ugalde 2013-06-26 04:44:47 -06:00
  • 74a313625f stm32f3: timer support added. Federico Ruiz Ugalde 2013-06-26 03:58:25 -06:00
  • 6af6cec101 stm32f3: dma support added. Federico Ruiz Ugalde 2013-06-26 03:23:58 -06:00
  • 433c1c9db8 stm32f3: spi support added. Federico Ruiz Ugalde 2013-06-26 03:12:17 -06:00
  • 5c825a78c7 stm32f3: watchdog support added. Federico Ruiz Ugalde 2013-06-26 02:59:18 -06:00
  • 6b522fc644 stm32f3: Crc support added. Federico Ruiz Ugalde 2013-06-26 02:47:29 -06:00