Граф коммитов

719 Коммитов

Автор SHA1 Сообщение Дата
Michal Moskal b583ac6926 update build for new template repo 2022-06-06 17:18:11 -07:00
Michal Moskal 00d00449ce RTC drift seems to larger sometimes 2022-06-02 17:22:17 -07:00
Michal Moskal ac502edd1b fix temp sensor on G030 2022-06-02 15:25:00 -07:00
Michal Moskal efe56b976a refactor common stm32.mk 2022-06-02 15:00:26 -07:00
Michal Moskal 6a749e5c1c fix warnings 2022-06-02 15:00:07 -07:00
Michal Moskal c02e36cf17 add FLASH_SETTINGS_SIZE config 2022-06-02 14:53:26 -07:00
Michal Moskal 97d32b1a63 adapt to jd-c changes 2022-06-02 14:28:50 -07:00
Michal Moskal f87562e39f use git-version.sh script 2022-06-01 14:15:48 -07:00
Michal Moskal d80b9bd07a light type defines now in jd 2022-04-25 15:42:49 -07:00
Michal Moskal 89830543c3 fix run-combined target; use it in flash loop 2022-04-13 14:31:06 -07:00
Michal Moskal b486b97738 remove unused random_seed from binaries 2022-04-13 13:03:11 -07:00
Michal Moskal 1f6b793955 fix signatures 2022-04-08 16:56:13 -07:00
Michal Moskal f359c0b815 fix types of sspi_* buffers 2022-04-07 15:05:27 -07:00
Michal Moskal 26b850c6d1 add printf() warnings to DMESG() 2022-04-04 14:32:06 -07:00
Michal Moskal fd73d3e733 move *sprintf functions to jacdac-c 2022-04-04 14:15:20 -07:00
Michal Moskal 11647a79ef add comments 2022-03-31 17:54:42 -07:00
James Devine cd87d6ed3b
Merge pull request #45 from microsoft/win-patch 2022-03-28 19:50:50 +01:00
James Devine 10a2405000 remove uname 2022-03-28 15:46:19 +01:00
James Devine 9362d71699 fixup windows CC comand 2022-03-28 15:45:00 +01:00
James Devine b089e0341d us OS define instead 2022-03-28 15:29:21 +01:00
James Devine a323428fda remove trailing semicolon 2022-03-28 13:58:39 +01:00
James Devine af16e9065c Merge branch 'main' of https://github.com/microsoft/jacdac-stm32x0 into win-patch 2022-03-28 13:44:02 +01:00
James Devine ebe927b1f5
Merge pull request #46 from microsoft/powersupply
if guard PIN_SMISO
2022-03-28 13:43:13 +01:00
James Devine af04f7fff5 if on windows, pass GCC params via file.
In git bash, if the command parameters are too long, they are trimmed.
If this happens to compilation files, incorrect file names are passed to
gcc resulting in a compiler error. This patch conditionally uses the
@file parameter of gcc to pass flags.:
2022-03-28 13:38:02 +01:00
James Devine 092ed781eb if guard PIN_SMISO
Sometimes RX is not required.
2022-03-17 10:01:45 +00:00
Michal Moskal 44bfa8ec1e increase panic blink time 2022-03-15 17:31:19 -07:00
Michal Moskal 676c25162e moving queue to jacdac-c 2022-03-14 17:50:36 -07:00
Michal Moskal 6fc4b0e886 disable spurious warning 2022-03-14 17:47:38 -07:00
Michal Moskal 5c64767281 add page size define 2022-03-14 17:47:29 -07:00
Michal Moskal 7558a325cc rename queue_* to jd_queue_* 2022-03-14 17:47:15 -07:00
Michal Moskal 9d7453467c mark noreturn functions 2022-03-14 16:02:16 -07:00
Michal Moskal 924441a93f make flash interface generic 2022-03-10 14:49:48 -08:00
Michal Moskal 533251ed7f improve sync-SPI 2022-03-09 17:25:05 -08:00
Michal Moskal 89bd6e532c better STM32WL support 2022-03-09 17:24:53 -08:00
James Devine f236dea31a
Merge pull request #44 from microsoft/compiler-fix
fixup compiler issue with RAM_FUNC macro
2022-03-09 10:44:51 +00:00
James Devine 120eaccbc7 Merge branch 'main' of https://github.com/microsoft/jacdac-stm32x0 into compiler-fix 2022-03-09 10:29:07 +00:00
James Devine 39520f7a6b use STATIC_ASSERT_EXT 2022-03-09 10:27:20 +00:00
Michal Moskal eff599e92d script to compute values of R/C for module id 2022-03-08 14:17:02 -08:00
James Devine 4ee5f808df fixup compiler issue with RAM_FUNC macro
section references in the __attribute__ must now append a \# to the location

see: https://gcc.gnu.org/legacy-ml/gcc-help/2010-09/msg00088.html
2022-03-08 11:02:09 +00:00
Michal Moskal 0f96480780 fix disp_set_brigthness() 2022-03-07 16:23:37 -08:00
Michal Moskal 3d69952a18 fixup matrix display driver 2022-03-07 14:05:38 -08:00
Michal Moskal 59276a807f allow for system timer on TIM14 2022-03-07 14:05:26 -08:00
Michal Moskal c7818f5771 force PLL for neopixel 2022-03-07 11:17:21 -08:00
Michal Moskal 3db8db1111 really, no need to sleep after flashing bl 2022-03-03 18:02:36 -08:00
Michal Moskal 7dc4f963c2 add encoder interface for TIMx 2022-03-02 17:42:33 -08:00
Michal Moskal d99c08ef11 use constant names 2022-03-02 17:41:28 -08:00
Michal Moskal e72bb9db11 Simplify PWM setup (saves 600b of flash) 2022-03-02 11:57:23 -08:00
Michal Moskal 94f95b9991 updates for latest jacdac 2022-03-01 16:07:14 -08:00
Michal Moskal c776285a00 fix compilation 2022-03-01 15:20:22 -08:00
Michal Moskal b279f4ad95 Merge branch 'stm32wl' 2022-03-01 11:18:13 -08:00