Commit Graph

123 Commits

Author SHA1 Message Date
Daniel Fekete 59b5348021 Fix pinout of Nucleo boards 2017-04-24 21:08:30 +02:00
Daniel Fekete c5b7f502f2 Use 64 bit version of st-flash on linux 2017-04-24 19:51:23 +02:00
Daniel Fekete a2b33aa10f Add attachInterrupt implementation 2017-04-24 18:23:03 +02:00
Daniel Fekete 2a89203577 Fix name of stm32GpioClock 2017-04-24 18:22:45 +02:00
Daniel Fekete c1985e2d92 Make Serialx alias for SerialUARTx 2017-04-24 17:43:09 +02:00
Daniel Fekete 3df3a5fede Fix UART random stop when sending data really fast 2017-04-24 17:42:39 +02:00
Daniel Fekete 4ce9c07fa5 Add ability to compile all HAL source files to use in Arduino sketch 2017-04-23 11:45:02 +02:00
Christoph Haberer 5d0ce91f1f Blink_allLeds for Discovery407VG added 2017-04-23 10:22:13 +02:00
Daniel Fekete a4e7df14f7 Add FreeRTOS implementation 2017-04-23 07:47:06 +02:00
Daniel Fekete 4823708cf1 Add Wire constructor takin SDA and SCL pin 2017-04-23 07:46:26 +02:00
Daniel Fekete 3358ec3cf5 Fix library properties architecture case sensitive STM32 value 2017-04-23 07:45:55 +02:00
Daniel Fekete 6f858aefcd Add hardware floating point to Cortex M4 boards 2017-04-23 05:51:35 +02:00
Daniel Fekete 3588bf1cef Add debug symbols to assembly and cpp files 2017-04-23 05:45:03 +02:00
Daniel Fekete 3e591dbe7f Add missing .exe files 2017-04-22 14:14:54 +02:00
Daniel Fekete 69b588328e Add SD card example for Black F407VE 2017-04-22 08:36:26 +02:00
Daniel Fekete fee81d692a Add SDIO library 2017-04-22 08:28:14 +02:00
Daniel Fekete 1b68efa898 Regenerate chip files with SDIO and I2S pins included 2017-04-22 08:21:55 +02:00
Daniel Fekete 95fd76f218 Modify script to generate SDIO and I2S alternate functions 2017-04-22 07:54:01 +02:00
Daniel Fekete f42083c792 Rename port_pin_list to variant_pin_list in python script 2017-04-22 05:31:14 +02:00
Daniel Fekete 7cfa0f732e Rename variables in python script to be more descriptive 2017-04-22 05:20:40 +02:00
Daniel Fekete 853431534a Add Discovery 407VG board 2017-04-21 20:12:08 +02:00
Daniel Fekete cad2ff1a14 If variant.h has SDA/SCL defined, use that for I2C1 2017-04-21 20:09:41 +02:00
Daniel Fekete 766898b99a Documentation: uploading 2017-04-21 15:36:16 +02:00
Daniel Fekete d090dbdf90 Add I2C documentation 2017-04-21 12:55:35 +02:00
Daniel Fekete 119d21179d Move library documentation pages to their own folders 2017-04-21 11:59:26 +02:00
Daniel Fekete 754d63b9b8 Move board examples into its own folder / menu item 2017-04-21 07:22:18 +02:00
Daniel Fekete 58df2817f5 Add slave I2C 2017-04-21 06:43:04 +02:00
Daniel Fekete 40a4803172 Add I2C slave mode begin() 2017-04-20 20:59:39 +02:00
Daniel Fekete 9f723dada3 Move I2C clock setup and initialization to setClock 2017-04-20 20:57:21 +02:00
Daniel Fekete dbe4023b10 Start I2C clock based on selected I2C 2017-04-20 20:50:46 +02:00
Daniel Fekete 61a5e43c58 Enable changing the I2C instance in Wire library 2017-04-20 19:06:07 +02:00
Daniel Fekete 0075365e56 Use the more explicit linking to the c library to make sure sbrk is linked 2017-04-20 19:05:23 +02:00
Daniel Fekete 4229e43167 Add Discovery F746NG 2017-04-19 21:37:15 +02:00
Daniel Fekete eff3b08cef Add menu options for Discovery L0 2017-04-19 21:30:56 +02:00
Daniel Fekete ef5cd4d857 Fix undefined reference to HAL_PWREx_EnableOverDrive when compiling F7 2017-04-19 21:27:24 +02:00
Daniel Fekete 1ad325396c When transfering 8 bit SPI, only set / get the first byte 2017-04-19 21:21:53 +02:00
Daniel Fekete 61ececd5d1 Add method for setting different SPI instance for SPIClass 2017-04-19 21:15:45 +02:00
Daniel Fekete 67450454f2 Add more GPIO clock initialization 2017-04-19 21:14:45 +02:00
Daniel Fekete 8e473b06fb Fix Arduino.h port_pin_list renamed to variant_pin_list 2017-04-19 21:14:07 +02:00
Daniel Fekete 33cdb6a8e7 Documentation: add library folder description 2017-04-19 11:08:46 +02:00
Daniel Fekete 514753db16 Added about page 2017-04-19 11:04:53 +02:00
Daniel Fekete b727fed871 Update documentation 2017-04-18 21:30:16 +02:00
Daniel Fekete d24f8694ee Add pin definitions (MOSI MISO...) to variant.h files 2017-04-18 21:29:05 +02:00
Daniel Fekete cb985cec3b Fix writing on UART, block if buffer is full. 2017-04-18 19:39:39 +02:00
Daniel Fekete 48115f33de Documentation changes for Arduino tools menu option 2017-04-18 19:29:57 +02:00
Daniel Fekete 5fd88757fa Update README.md 2017-04-18 19:09:59 +02:00
Daniel Fekete add6c36fca Create documentation html pages 2017-04-18 19:07:24 +02:00
Daniel Fekete 0c81a54677 Documentation 2017-04-18 18:55:15 +02:00
Daniel Fekete 436fabbd95 Add USB and Serial selection to the menu options 2017-04-18 18:54:02 +02:00
Daniel Fekete 32e3879c09 Documentation changes 2017-04-18 15:56:41 +02:00