| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-05-29 | fix idf usb pin init changes | hathach | |
| 2020-05-18 | fix cast-align warning for nuc505 | hathach | |
| 2020-05-17 | enable -Wcast-align | hathach | |
| suppress vendor sdk driver at board.mk | |||
| 2020-05-15 | Add support for stm32f746nucleo board | Mark Olsson | |
| 2020-05-06 | stm32l476disco: Fix system clock setup | Jerzy Kasenberg | |
| Code suggested that PLL with MSI is used resulting in 80MHz clock. When in fact PLL was not configured and system clock was left at MSI 48MHz. This happens because PLL configuration requires that SysTick interrupt has interrupt priority level configured correctly. As it seems ST code intentionally setups variable uwTickPrio to invalid value and later when it is not setup by user code configuration of oscillator will fail before PLL is configured. This simple changes systick priority to some valid value that allows clock to use PLL. | |||
| 2020-05-06 | stm32l476disco: fix uninitialized filed usage | Jerzy Kasenberg | |
| Field PLLState was not initialized in RCC_OscInitStruct.PLL in function SystemClock_Config(). Value is used in HAL_RCC_OscConfig() regardless of oscillator. In lucky case value would be 0 RCC_PLL_NONE and nothing would happen. If value was incorrect following line would end up in assert: assert_param(IS_RCC_PLL(RCC_OscInitStruct->PLL.PLLState)); If value was valid but no RCC_PLL_NONE pll could be configured with some other random values. Setting PLLState to RCC_PLL_NONE eliminates potential problem. | |||
| 2020-04-29 | fix esp32 ci adding FREERTOS STATIC to sdkconfig default | hathach | |
| 2020-04-22 | Merge branch 'master' into add-more-example | hathach | |
| 2020-04-22 | added swo as logger | hathach | |
| tested with feather nrf52840 + jlink | |||
| 2020-04-22 | add LOGGER option to use rtt | hathach | |
| update example readme for debug log. Update bug template to ask for LOG as well. | |||
| 2020-04-20 | add uart for ea4357 | hathach | |
| 2020-04-17 | Merge pull request #354 from hathach/cxd56-disconnect-connect | Ha Thach | |
| Cxd56 disconnect connect | |||
| 2020-04-17 | mass rename tud/dcd_irq_handler to tud/dcd_init_handler | hathach | |
| 2020-04-17 | add code for disconnect/connect (not tested) | hathach | |
| 2020-04-17 | update per review | hathach | |
| 2020-04-16 | add dfu generate target for fomu | hathach | |
| 2020-04-16 | dcd disconnect/connect for transdimension ip | hathach | |
| 2020-04-11 | Merge branch 'master' into refactor-irqhandler | Ha Thach | |
| 2020-04-10 | change saola-1 led to pin 18 by default | hathach | |
| 2020-04-09 | add neopixel led strip driver for saola, make saola as an component | hathach | |
| 2020-04-08 | rename hal_dcd_isr to dcd_irq_handler for fomu | hathach | |
| 2020-04-08 | move irq from msp430 | hathach | |
| 2020-04-08 | move irq for stm32 synopsys | hathach | |
| 2020-04-08 | move irq for stm32 fsdev | hathach | |
| 2020-04-08 | clean up | hathach | |
| 2020-04-08 | add TODO for saola on-board neopixel | hathach | |
| 2020-04-07 | rename saola to saola_1 | hathach | |
| 2020-04-07 | add saola button pin support, esp32 build with board_test | hathach | |
| 2020-04-06 | fix CROSS_COMPILE for esp32s2 | hathach | |
| 2020-04-06 | add tud_irq_handler() for all lpc ip3511 (13, 15, 11) | hathach | |
| 2020-04-06 | add tud_irq_handler() to all NUC board | hathach | |
| 2020-04-06 | call tud_irq_handler() for all nrf5x board | hathach | |
| 2020-04-06 | mass rename tud_isr to tud_irq_handler | hathach | |
| 2020-04-06 | move irqhandler to application | hathach | |
| tud_isr() must be called by application to forward the irqhandle to the stack | |||
| 2020-04-03 | add saola board.mk | hathach | |
| 2020-04-01 | add esp32s2 saola bsp | hathach | |
| update cdc_msc_freertos main.c to work with esp32s2 add CMake file | |||
| 2020-03-29 | Merge pull request #312 from hathach/develop | Ha Thach | |
| house keeping work | |||
| 2020-03-28 | Update UARTs for stm32f4xx discovery boards. Other minor cleanups. | Nathan Conrad | |
| 2020-03-28 | add ENTRY(Reset_Handler) to linker of samd21 and samd51 board | hathach | |
| fix #303 | |||
| 2020-03-28 | Update F4 BSP with new HAL config | Nathan Conrad | |
| 2020-03-28 | Update F3 BSP for new HAL | Nathan Conrad | |
| 2020-03-28 | Update F0 BSP for new HAL | Nathan Conrad | |
| 2020-03-28 | added Arduino Nano 33 BLE with/without Sense | hathach | |
| 2020-03-28 | Merge branch 'master' into develop | hathach | |
| 2020-03-26 | Modify include of HAL, and remove CMSIS clock configuration code, and ↵ | Nathan Conrad | |
| implement UART for STM32F407Disco | |||
| 2020-03-25 | makefile clean up | hathach | |
| allow board to define CROSS_COMPILE (default to arm gcc) | |||
| 2020-03-25 | Merge pull request #304 from pigrew/stm32_xfer_rewrite | Ha Thach | |
| STM32FSDEV: Rewrite transfer ISR | |||
| 2020-03-24 | Merge pull request #306 from jeremyherbert/master | Ha Thach | |
| add support for seeeduino xiao | |||
| 2020-03-23 | add support for seeeduino xiao | Jeremy Herbert | |
| 2020-03-24 | Merge pull request #194 from cr1901/msp430f5529 | Ha Thach | |
| [WIP] MSP430 Support | |||
